This commit is contained in:
Your Name 2024-08-30 00:37:31 +00:00
parent 63c8ca620e
commit e49d5b5c39

View File

@ -813,8 +813,10 @@ menu() {
read -p 'Backup Home Directory? : ' -e -i 'n' home_backup
read -p 'OS Backup Directory Location : ' -e -i "/mnt" backup_directory
if [[ $home_backup = *n* ]]; then
setDevices
osBackup "none" "$backup_directory" "$ROOT_NAME"
else
setDevices
osBackup "home" "$backup_directory" "$ROOT_NAME"
fi
elif [[ $choice = 6 ]]; then
@ -1009,7 +1011,6 @@ compile-kernel() {
time make install
}
fixBase() {
sudo emerge glibc go sys-apps/acl