a0a8c9ef09
For now all it handles is bind mounting and squashfs images that have to overlay at the root. The config file syntax is obviously borrowed from fstab. This is far from final, much of it could use some cleanup. Signed-off-by: Simo Leone <simo@archlinux.org>
9 lines
318 B
Plaintext
9 lines
318 B
Plaintext
# img - location of image/directory to mount relative to addons directory
|
|
# mount point - absolute location on the post-initrd root
|
|
# type - either 'bind' or 'squashfs' for now
|
|
|
|
# syntax: <img> <mount point> <type>
|
|
|
|
core /packages bind
|
|
live_overlay.sqfs / squashfs
|