diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-12-25 00:45:26 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-12-25 00:45:26 +0530 |
commit | 0666126c3a125798811aef5d2386c0b760b57de3 (patch) | |
tree | f0c49da3acc33342700fbd3181b04c14bc04e2d0 | |
parent | 917953b81958778c8c361c282c0b1320bb305014 (diff) | |
download | arch-magic-master.tar.gz arch-magic-master.tar.bz2 arch-magic-master.zip |
-rwxr-xr-x | arch_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch_install.sh b/arch_install.sh index 0b24ab6..92d08b9 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -51,7 +51,7 @@ pacman --noconfirm -S grub efibootmgr os-prober #mkdir /boot/efi #mount $efipartition /boot/efi #grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB -grub-install --target=i386-pc /dev/sda +grub-install --target=i386-pc $drive sed -i 's/quiet/pci=noaer/g' /etc/default/grub sed -i 's/GRUB_TIMEOUT=5/GRUB_TIMEOUT=0/g' /etc/default/grub grub-mkconfig -o /boot/grub/grub.cfg |