2008-12-19 05:08:38 +01:00
|
|
|
# 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>
|
|
|
|
|
2008-12-23 07:53:16 +01:00
|
|
|
# ORDER MATTERS! Files take top-down precedence. Be careful
|
2008-12-24 19:27:42 +01:00
|
|
|
overlay.sqfs @ARCH@ / squashfs
|
|
|
|
core-pkgs.sqfs @ARCH@ /src/core/pkg squashfs
|
|
|
|
root-image.sqfs @ARCH@ / squashfs
|