Skip to content

Commit

Permalink
grub2 multislot is now disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bencord0 committed Aug 20, 2016
1 parent 33bfbc8 commit 5287d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_qcow2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ trap 'clean_up_all' EXIT
mkdir "$M"/boot
cp /root/vmlinuz.nosquash "$M/boot/vmlinuz"
cp /root/initramfs.nosquash "$M/boot/initramfs"
chroot "$M" grub2-install "$L"
chroot "$M" grub-install "$L"

cat << EOF > "$M/boot/grub/grub.cfg"
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
Expand Down

0 comments on commit 5287d3a

Please sign in to comment.