Skip to content

Commit

Permalink
Don't fail if home is on a partition
Browse files Browse the repository at this point in the history
  • Loading branch information
ruineka authored Apr 5, 2024
1 parent e913bb0 commit 75a1778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Subsystem sftp /usr/lib/ssh/sftp-server
echo "
LABEL=frzr_root /var btrfs defaults,subvolid=256,rw,noatime,nodatacow 0 0
LABEL=frzr_root /home btrfs defaults,subvolid=257,rw,noatime,nodatacow 0 0
LABEL=frzr_root /home btrfs defaults,subvolid=257,rw,noatime,nodatacow,nofail 0 0
LABEL=frzr_root /frzr_root btrfs defaults,subvolid=5,rw,noatime,nodatacow,x-initrd 0 2
overlay /etc overlay noauto,x-depends-on=/frzr_root,x-systemd.automount,lowerdir=/etc,upperdir=/frzr_root/etc,workdir=/frzr_root/.etc,comment=etcoverlay 0 0
" > /etc/fstab
Expand Down

0 comments on commit 75a1778

Please sign in to comment.