From 10f2e69e1d40d6f527e7dc9c796095c93fa73cac Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 2 Aug 2019 12:13:16 -0700 Subject: [PATCH] tweaks --- maintenance.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maintenance.sh b/maintenance.sh index 7789691..c81cbdf 100644 --- a/maintenance.sh +++ b/maintenance.sh @@ -39,6 +39,8 @@ echo "#!/bin/bash" > /mnt/maintenance.sh chmod +x /mnt/maintenance.sh echo "zfs mount -a && mount /boot" >> /mnt/maintenance.sh echo "/bin/bash" >> /mnt/maintenance.sh +echo "umount /boot" >> /mnt/maintenance.sh +echo "zfs umount /var/log" >> /mnt/maintenance.sh chroot /mnt /maintenance.sh --login < /dev/tty