fix path
This commit is contained in:
@@ -5,7 +5,7 @@ CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc
|
||||
# Set secure permissions for the initramfs,
|
||||
# the initramfs is re-generated later in the installation process
|
||||
# so we only set the permissions without regenerating the initramfs now:
|
||||
echo "UMASK=0077" > /etc/initramfs-tools/conf.d/initramfs-permissions
|
||||
echo "UMASK=0077" > $CHROOT/etc/initramfs-tools/conf.d/initramfs-permissions
|
||||
|
||||
echo "Running bootloader-config..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user