summaryrefslogtreecommitdiffstats
path: root/abs/not_built/core/linhes-live/lib/initcpio/install/larch2
diff options
context:
space:
mode:
Diffstat (limited to 'abs/not_built/core/linhes-live/lib/initcpio/install/larch2')
-rw-r--r--abs/not_built/core/linhes-live/lib/initcpio/install/larch215
1 files changed, 15 insertions, 0 deletions
diff --git a/abs/not_built/core/linhes-live/lib/initcpio/install/larch2 b/abs/not_built/core/linhes-live/lib/initcpio/install/larch2
new file mode 100644
index 0000000..a906227
--- /dev/null
+++ b/abs/not_built/core/linhes-live/lib/initcpio/install/larch2
@@ -0,0 +1,15 @@
+install ()
+{
+ MODULES="unionfs"
+ BINARIES=""
+ FILES=""
+ SCRIPT="larch2"
+}
+
+help ()
+{
+cat<<HELPEOF
+ This hook deals with booting a larch live CD. It handles selection of the
+desired unioning file system, here unionfs.
+HELPEOF
+}