summaryrefslogtreecommitdiff
path: root/isomounts
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2010-09-30 16:56:17 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2010-09-30 16:56:17 -0300
commit91e49037236e65fa567bc26ca501e2ed30857be0 (patch)
treedc08efc4d1fabb81faf3c44fede27c732d6c3fe4 /isomounts
Parabola GNU/Linux-libre 2010-09-30
Diffstat (limited to 'isomounts')
-rw-r--r--isomounts12
1 files changed, 12 insertions, 0 deletions
diff --git a/isomounts b/isomounts
new file mode 100644
index 0000000..6998f3b
--- /dev/null
+++ b/isomounts
@@ -0,0 +1,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 @ARCH@ / squashfs
+core-pkgs.sqfs @ARCH@ / squashfs
+root-image.sqfs @ARCH@ / squashfs