Sha256: 67876a70fd8d557eef6936106045b0d2199171bb0c303d5a06f71076dee9e8a2
Contents?: true
Size: 243 Bytes
Versions: 16
Compression:
Stored size: 243 Bytes
Contents
#!/bin/bash # Requires # pacman.sh # Chroot into the new system and install the bootloader arch-chroot /mnt <<ENDCHROOT pacman -S --noconfirm grub-bios grub-install --recheck --debug /dev/sda grub-mkconfig -o /boot/grub/grub.cfg ENDCHROOT
Version data entries
16 entries across 16 versions & 1 rubygems