summaryrefslogtreecommitdiff
path: root/misc/etc/mkinitcpio-vtcol.conf
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-11-25 20:38:04 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-11-25 22:29:23 +0100
commite943f3a8c967d95cb9d57367a57db78e79972d74 (patch)
tree14279be1921d2549ebba4644ee3d30e80c7ff38a /misc/etc/mkinitcpio-vtcol.conf
parentd6e8a37767644b50001e14ebbab594e799a94db7 (diff)
downloadvtcol-e943f3a8c967d95cb9d57367a57db78e79972d74.tar.gz
move archlinux stuff to subdir
Diffstat (limited to 'misc/etc/mkinitcpio-vtcol.conf')
-rw-r--r--misc/etc/mkinitcpio-vtcol.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/misc/etc/mkinitcpio-vtcol.conf b/misc/etc/mkinitcpio-vtcol.conf
deleted file mode 100644
index b409d63..0000000
--- a/misc/etc/mkinitcpio-vtcol.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-###############################################################################
-# Copyright 2015--2017 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