update post-install menu

This commit is contained in:
MacRimi 2025-07-20 19:36:59 +02:00
parent 769a7c391f
commit b69aebd5be
2 changed files with 3 additions and 1 deletions

View File

@ -146,6 +146,7 @@ EOF
fi
msg_success "$(translate "kexec configured successfully. Use the command: reboot-quick")"
register_tool "kexec" true
}

View File

@ -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";;