blob: 7288348ac4f06606955ca940e48b9d2778a24539 (
plain)
1
2
3
4
5
6
7
8
|
# 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
|