commit 2938a851c2eeac2336e093fe72430100f9c0773d
parent f2ed66017a8787e4bfdb7ac90a400583fed3c128
Author: ccx <root@dorje.wpr.cz>
Date: Fri, 16 Sep 2022 12:21:31 +0200
Add local filesystems to ok-localmount bundle
Diffstat:
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/fs b/fs
@@ -85,51 +85,61 @@
source=/dev/sda1
type=ext3
options=ro,nosuid
+ bundles=ok-localmount
/home
source=/dev/mapper/vg-home
type=ext4
options=noatime,nosuid
+ bundles=ok-localmount
/mnt/sysrcd
source=/boot/sysrcd.dat
type=squashfs
options=ro,loop,nosuid
+ bundles=ok-localmount
/mnt/mmc
source=/dev/mmcblk0p1
type=vfat
options=iocharset=utf8
+ bundles=ok-localmount
/mnt/volumes/video
source=/dev/mapper/vg-video
type=xfs
options=noatime,nosuid
+ bundles=ok-localmount
/mnt/volumes/audio
source=/dev/mapper/vg-audio
type=xfs
options=noatime,nosuid
+ bundles=ok-localmount
/mnt/volumes/photos
source=/dev/mapper/vg-photos
type=xfs
options=noatime,nosuid
+ bundles=ok-localmount
/var/lib/syncthing
source=/dev/mapper/vg-syncthing
type=xfs
options=noatime,nosuid
+ bundles=ok-localmount
/mnt/volumes/containers
source=/dev/mapper/vg-containers
type=xfs
options=nosuid,noatime
+ bundles=ok-localmount
/mnt/volumes/containers/user
source=/dev/mapper/vg-containers_user
type=xfs
options=nosuid,noatime
+ bundles=ok-localmount
#/dev/mapper/vg-swap none swap defaults 0 0
diff --git a/s6-rc.fileset b/s6-rc.fileset
@@ -202,6 +202,16 @@ CN # mount /dev/mapper/vg-containers_user on /mnt/volumes/containers/user
/ok-localmount d m755
/ok-localmount/contents
CN rootfs
+ mount-boot
+ mount-home
+ mount-mnt-sysrcd
+ mount-mnt-mmc
+ mount-mnt-volumes-video
+ mount-mnt-volumes-audio
+ mount-mnt-volumes-photos
+ mount-var-lib-syncthing
+ mount-mnt-volumes-containers
+ mount-mnt-volumes-containers-user
m644
/ok-localmount/type cN bundle m644