diff --git a/debian/chroot.install b/debian/chroot.install index e30c35f..500ecf4 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -237,6 +237,12 @@ printf '%b\n' "Europe/Paris" > /target/etc/timezone ln -fs /usr/share/zoneinfo/Europe/Paris /target/etc/localtime chroot /target dpkg-reconfigure --frontend noninteractive tzdata +## }}} +## Kernel and Grub {{{ +chroot /target aptitude install --assume-yes --without-recommends -- linux-image-amd64 grub-pc +chroot /target grub-install "${hdd}" +chroot /target update-grub + ## }}} # }}} # Finish {{{