Commit before push.

This commit is contained in:
Cyteen May 2019-07-05 11:10:13 +01:00
parent d4a3b8eaa5
commit ef5637fe5f
1 changed files with 10 additions and 0 deletions

View File

@ -35,4 +35,14 @@ chroot ${ZFS_HOME} bash -c 'apt-get install -y initramfs-tools'
chroot ${ZFS_HOME} bash -c 'update-initramfs -v -u -t -k all'
# Update grub menu
chroot ${ZFS_HOME} grub-mkdevicemap
chroot ${ZFS_HOME} grub-probe /
chroot ${ZFS_HOME} update-grub
umount ${ZFS_HOME}/dev
umount ${ZFS_HOME}/dev/pts
umount ${ZFS_HOME}/sys
umount ${ZFS_HOME}/proc
umount ${ZFS_HOME}/run
umount ${ZFS_HOME}