Use grub-pc, which is grub2
This commit is contained in:
parent
4787bb200c
commit
43e2cf3ee2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ debootstrap "${suite}" "${chroot_dir}"
|
|||
echo "deb http://pkgmaster.devuan.org/merged ${suite} main contrib non-free" > ${chroot_dir}/etc/apt/sources.list
|
||||
|
||||
chroot ${chroot_dir} apt update
|
||||
chroot ${chroot_dir} apt install -y openssh-server rdnssd linux-image-amd64 firmware-bnx2 ifenslave vlan grub
|
||||
chroot ${chroot_dir} apt install -y openssh-server rdnssd linux-image-amd64 firmware-bnx2 ifenslave vlan grub-pc
|
||||
|
||||
echo "unconfigured-host" > ${chroot_dir}/etc/hostname
|
||||
|
||||
|
|
Loading…
Reference in a new issue