Skip to content

Commit

Permalink
Fix overlay mounting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ruineka authored Apr 5, 2024
1 parent 767162b commit e913bb0
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 @@ -154,7 +154,7 @@ 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 /frzr_root btrfs defaults,subvolid=5,rw,noatime,nodatacow,x-initrd 0 2
overlayfs /etc overlayfs defaults,x-depends-on=/frzr_root,lowerdir=/etc,upperdir=/frzr_root/etc,workdir=/frzr_root/.etc,comment=etcoverlay 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
echo "
Expand Down

0 comments on commit e913bb0

Please sign in to comment.