This commit is contained in:
Jonathan Carter
2019-07-03 13:33:09 +00:00
parent 34abde07b6
commit 15a94de5d5
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -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..."