From b69aebd5beb072d85b1ca59d65f7d3bfce475a41 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 20 Jul 2025 19:36:59 +0200 Subject: [PATCH] update post-install menu --- scripts/post_install/customizable_post_install.sh | 1 + scripts/post_install/uninstall-tools.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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";;