blob: 16414ca89d7e0c94e133f07aa3605a0159d8e1ec (
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>
root-image / bind
core-pkgs /src/core/pkg bind
|