2009-11-25 19:40:07 +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>
|
|
|
|
|
|
|
|
# ORDER MATTERS! Files take top-down precedence. Be careful
|
|
|
|
overlay.sqfs @ARCH@ / squashfs
|
2010-07-02 23:56:09 +02:00
|
|
|
core-pkgs.sqfs @ARCH@ / squashfs
|
2009-11-25 19:40:07 +01:00
|
|
|
root-image.sqfs @ARCH@ / squashfs
|