|
|
|
@ -39,6 +39,8 @@ echo "#!/bin/bash" > /mnt/maintenance.sh
|
|
|
|
chmod +x /mnt/maintenance.sh
|
|
|
|
chmod +x /mnt/maintenance.sh
|
|
|
|
echo "zfs mount -a && mount /boot" >> /mnt/maintenance.sh
|
|
|
|
echo "zfs mount -a && mount /boot" >> /mnt/maintenance.sh
|
|
|
|
echo "/bin/bash" >> /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
|
|
|
|
chroot /mnt /maintenance.sh --login < /dev/tty
|
|
|
|
|
|
|
|
|
|
|
|
|