blob: e88f8a9676fb7b2164f55309530a33c83e21319f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# archiso isomounts file
# img - location of image/directory to mount relative to addons directory
# arch - architecture of this image
# mount point - absolute location on the post-initrd root
# type - either 'bind' or 'squashfs' for now
# syntax: <img> <arch> <mount point> <type>
# ORDER MATTERS! Files take top-down precedence. Be careful
overlay.sqfs i686 / squashfs
core-pkgs.sqfs i686 /src/core/pkg squashfs
root-image.sqfs i686 / squashfs
|