summaryrefslogtreecommitdiff
path: root/misc/etc/mkinitcpio-vtcol.conf
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-05-31 09:54:01 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2015-05-31 09:54:01 +0200
commitcaf8ec2e2623407dfd933959eaaea4f08612729f (patch)
tree10c9e003108f01b077ffddec8ed1953dba3b092a /misc/etc/mkinitcpio-vtcol.conf
parent5047d01be77832cc7a03608777122b471c4a9156 (diff)
downloadvtcol-caf8ec2e2623407dfd933959eaaea4f08612729f.tar.gz
misc: add example initramfs setup
Diffstat (limited to 'misc/etc/mkinitcpio-vtcol.conf')
-rw-r--r--misc/etc/mkinitcpio-vtcol.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/etc/mkinitcpio-vtcol.conf b/misc/etc/mkinitcpio-vtcol.conf
new file mode 100644
index 0000000..128afbe
--- /dev/null
+++ b/misc/etc/mkinitcpio-vtcol.conf
@@ -0,0 +1,26 @@
+###############################################################################
+# Copyright 2015 Philipp Gesang
+# Example configuration for the initramfs
+###############################################################################
+#
+# See mkinitcpio.conf(5) for details.
+#
+# This includes the vtcol binary which should be installed somewhere in the
+# shell lookup path, as well as the solarized (dark) color scheme. Then the
+# vtcol hook is executed early on during startup, earlier even than the file
+# systems are initialized. Keeping the binary around in the ramdisk makes this
+# possible.
+
+# BINARIES
+BINARIES="vtcol"
+
+# FILES
+FILES="/usr/share/vtcol/schemes/solarized"
+
+# HOOKS
+HOOKS="base udev autodetect modconf vtcol block encrypt lvm2 filesystems keyboard keymap fsck"
+
+# COMPRESSION
+COMPRESSION="xz"
+
+# vim:ft=sh:et:sw=2