Skip to content

Commit

Permalink
Add pause since mounting might fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 24, 2024
1 parent 1bcd254 commit 1a56070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/apps/nixos-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ create_filesystems() {
mkfs.btrfs -f -L "${ROOT_FS}" "${root_partition}"

_log "[create_filesystems] Creating sub volumes"
sleep 2
mount "/dev/disk/by-label/${ROOT_FS}" "${MOUNT_ROOT}"
btrfs subvolume create "${MOUNT_ROOT}/@"
btrfs subvolume create "${MOUNT_ROOT}/@home"
Expand Down

0 comments on commit 1a56070

Please sign in to comment.