Keep unused chroot.sh script up to date

This commit is contained in:
Le0xFF 2022-08-30 10:57:31 +02:00
parent efd9fce8a6
commit ffc5467328

View File

@ -39,6 +39,9 @@ function initial_configuration {
chown root:root /
chmod 755 /
echo -e -n "\nEnabling wheel group to use sudo...\n"
echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/10-wheel
echo -e -n "\nExporting variables that will be used for fstab...\n"
export LUKS_UUID=$(blkid -s UUID -o value "$encrypted_partition")
export ROOT_UUID=$(blkid -s UUID -o value "$final_drive")