Skip to content

Commit

Permalink
fix mount
Browse files Browse the repository at this point in the history
  • Loading branch information
hernad committed Apr 10, 2023
1 parent 6080f9f commit 8427d15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/mount_zfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ fi

source ./scripts/part.sh

zpool list

mkdir -p /mnt/boot

mount -t zfs rpool/nixos/root /mnt
Expand All @@ -19,4 +21,8 @@ mkdir -pv /mnt/boot/efis/${installDisk##*/}p${P_EFI}
mount -t vfat /dev/${installDisk##*/}p${P_EFI} /mnt/boot/efis/${installDisk##*/}p${P_EFI}


echo =================== results ========================

mount | grep zfs
mount | grep vfat

0 comments on commit 8427d15

Please sign in to comment.