diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index f4de0b9..2d9d191 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -146,6 +146,7 @@ EOF fi msg_success "$(translate "kexec configured successfully. Use the command: reboot-quick")" + register_tool "kexec" true } diff --git a/scripts/post_install/uninstall-tools.sh b/scripts/post_install/uninstall-tools.sh index b53a161..2bbbfc9 100644 --- a/scripts/post_install/uninstall-tools.sh +++ b/scripts/post_install/uninstall-tools.sh @@ -448,7 +448,7 @@ uninstall_log2ram() { ################################################################ -remove_persistent_network_names() { +uninstall_persistent_network() { local LINK_DIR="/etc/systemd/network" msg_info "$(translate "Removing all .link files from") $LINK_DIR" @@ -576,6 +576,7 @@ show_uninstall_menu() { memory_settings) desc="Memory Settings Optimization";; kernel_panic) desc="Kernel Panic Configuration";; apt_ipv4) desc="APT IPv4 Force";; + kexec) desc="kexec for quick reboots";; network_optimization) desc="Network Optimizations";; disable_rpc) desc="RPC/rpcbind Disable";; bashrc_custom) desc="Bashrc Customization";;