summaryrefslogtreecommitdiff
path: root/misc/etc/mkinitcpio-vtcol.conf
blob: 128afbe4935190129cdf812dc3c2896e6279cdce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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