blob: 0946f5d79daeb31ba9882ca275c0f2f2f40a3790 (
plain)
1
2
3
4
5
6
7
|
# 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-pkgs /src/core/pkg bind
|