1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-21 09:01:34 -05:00

Another typo fix

This commit is contained in:
TommyTran732 2021-07-08 06:25:45 -04:00 committed by tommytran732
parent f971624253
commit bb5e850cd2
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -191,8 +191,8 @@ sed -i 's/#\(GRUB_ENABLE_CRYPTODISK=y\)/\1/' /mnt/etc/default/grub
echo "" >> /mnt/etc/default/grub
echo -e "# Booting with BTRFS subvolume\nGRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION=true" >> /mnt/etc/default/grub
sed -i 's# part_msdos##g' /mnt/etc/default/grub
sed -i 's#"rootflags=subvol=${rootsubvol} ##g' /mnt/etc/grub.d/10_linux
sed -i 's#"rootflags=subvol=${rootsubvol} ##g' /mnt/etc/grub.d/20_linux_xen
sed -i 's#rootflags=subvol=${rootsubvol} ##g' /mnt/etc/grub.d/10_linux
sed -i 's#rootflags=subvol=${rootsubvol} ##g' /mnt/etc/grub.d/20_linux_xen
# Adding keyfile to the initramfs to avoid double password.
dd bs=512 count=4 if=/dev/random of=/mnt/cryptkey/.root.key iflag=fullblock &>/dev/null