Skip to content

Commit

Permalink
Use nofail for /var partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruineka authored Apr 5, 2024
1 parent 75a1778 commit e2914e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ Subsystem sftp /usr/lib/ssh/sftp-server
" > /etc/ssh/sshd_config
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,nofail 0 0
LABEL=frzr_root /frzr_root btrfs defaults,subvolid=5,rw,noatime,nodatacow,x-initrd 0 2
LABEL=frzr_root /var btrfs defaults,subvolid=256,rw,noatime,nodatacow,nofail 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 e2914e1

Please sign in to comment.