diff options
Diffstat (limited to 'iso/isomounts')
-rw-r--r-- | iso/isomounts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/iso/isomounts b/iso/isomounts deleted file mode 100644 index 6998f3b..0000000 --- a/iso/isomounts +++ /dev/null @@ -1,12 +0,0 @@ -# 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 -core-pkgs.sqfs @ARCH@ / squashfs -root-image.sqfs @ARCH@ / squashfs |