diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-01-09 12:34:18 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-01-09 12:34:18 +0100 |
commit | 206cedd3df511f4f57c5bff3e7b9392be8ca9f9c (patch) | |
tree | 14cdd8cfdf824663c4be5d6e756af8358f2be74b | |
parent | 3ce1642892c50a869b03c818b8d011d206208241 (diff) | |
download | archinstall-206cedd3df511f4f57c5bff3e7b9392be8ca9f9c.tar archinstall-206cedd3df511f4f57c5bff3e7b9392be8ca9f9c.tar.zst archinstall-206cedd3df511f4f57c5bff3e7b9392be8ca9f9c.zip |
Removed unused comment.
-rw-r--r-- | util/install_bootloader.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/util/install_bootloader.sh b/util/install_bootloader.sh index db6c8bc..3f63f64 100644 --- a/util/install_bootloader.sh +++ b/util/install_bootloader.sh @@ -23,12 +23,6 @@ system_encryption=$2 main_partition_path=$3 -############ Add encryption setting in /etc/default/grub before calling grub-mkconfig -## to generate /boot/grub/grub.cfg - -## See: https://wiki.archlinux.org/index.php/Dm-crypt/System_configuration#Boot_loader - - mount $efi_partition_path /mnt grub-install --target=x86_64-efi --efi-directory=/mnt --bootloader-id=GRUB \ --removable |