mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-23 15:06:53 +00:00
update post-install menu
This commit is contained in:
parent
769a7c391f
commit
b69aebd5be
@ -146,6 +146,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
msg_success "$(translate "kexec configured successfully. Use the command: reboot-quick")"
|
msg_success "$(translate "kexec configured successfully. Use the command: reboot-quick")"
|
||||||
|
register_tool "kexec" true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -448,7 +448,7 @@ uninstall_log2ram() {
|
|||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
|
|
||||||
remove_persistent_network_names() {
|
uninstall_persistent_network() {
|
||||||
local LINK_DIR="/etc/systemd/network"
|
local LINK_DIR="/etc/systemd/network"
|
||||||
|
|
||||||
msg_info "$(translate "Removing all .link files from") $LINK_DIR"
|
msg_info "$(translate "Removing all .link files from") $LINK_DIR"
|
||||||
@ -576,6 +576,7 @@ show_uninstall_menu() {
|
|||||||
memory_settings) desc="Memory Settings Optimization";;
|
memory_settings) desc="Memory Settings Optimization";;
|
||||||
kernel_panic) desc="Kernel Panic Configuration";;
|
kernel_panic) desc="Kernel Panic Configuration";;
|
||||||
apt_ipv4) desc="APT IPv4 Force";;
|
apt_ipv4) desc="APT IPv4 Force";;
|
||||||
|
kexec) desc="kexec for quick reboots";;
|
||||||
network_optimization) desc="Network Optimizations";;
|
network_optimization) desc="Network Optimizations";;
|
||||||
disable_rpc) desc="RPC/rpcbind Disable";;
|
disable_rpc) desc="RPC/rpcbind Disable";;
|
||||||
bashrc_custom) desc="Bashrc Customization";;
|
bashrc_custom) desc="Bashrc Customization";;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user