Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Jan 3, 2025
1 parent e36e0a6 commit 9b4e4bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ done
chroot "$DIRECTORY" mount -t zfs "$FSNAME/grub" /mnt
chroot "$DIRECTORY" grub-install --root-directory=/mnt "/dev/$LOOPNAME"
chroot "$DIRECTORY" grub-mkconfig -o /mnt/boot/grub/grub.cfg
chroot "$DIRECTORY" cat /mnt/boot/grub/grub.cfg
chroot "$DIRECTORY" umount /mnt

for dir in /dev /proc /sys; do
Expand Down

0 comments on commit 9b4e4bf

Please sign in to comment.