From e943f3a8c967d95cb9d57367a57db78e79972d74 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 25 Nov 2021 20:38:04 +0100 Subject: move archlinux stuff to subdir --- misc/arch/etc/mkinitcpio-vtcol.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 misc/arch/etc/mkinitcpio-vtcol.conf (limited to 'misc/arch/etc/mkinitcpio-vtcol.conf') diff --git a/misc/arch/etc/mkinitcpio-vtcol.conf b/misc/arch/etc/mkinitcpio-vtcol.conf new file mode 100644 index 0000000..b409d63 --- /dev/null +++ b/misc/arch/etc/mkinitcpio-vtcol.conf @@ -0,0 +1,26 @@ +############################################################################### +# 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 -- cgit v1.2.3