summaryrefslogtreecommitdiff
path: root/misc/arch/etc/mkinitcpio.d/vtcol.preset
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/arch/etc/mkinitcpio.d/vtcol.preset
parentd6e8a37767644b50001e14ebbab594e799a94db7 (diff)
downloadvtcol-e943f3a8c967d95cb9d57367a57db78e79972d74.tar.gz
move archlinux stuff to subdir
Diffstat (limited to 'misc/arch/etc/mkinitcpio.d/vtcol.preset')
-rw-r--r--misc/arch/etc/mkinitcpio.d/vtcol.preset32
1 files changed, 32 insertions, 0 deletions
diff --git a/misc/arch/etc/mkinitcpio.d/vtcol.preset b/misc/arch/etc/mkinitcpio.d/vtcol.preset
new file mode 100644
index 0000000..5b23f1b
--- /dev/null
+++ b/misc/arch/etc/mkinitcpio.d/vtcol.preset
@@ -0,0 +1,32 @@
+###############################################################################
+# Copyright 2015--2017 Philipp Gesang
+# Example initcpio preset for vtcol
+###############################################################################
+#
+# This preset will enable the configuration at ``/mkinitcpio-vtcol.conf`` Its
+# presence allows you to invoke ``mkinitcpio -p vtcol`` and have the images
+# built corresponding to the path settings configured below. See
+#
+# https://wiki.archlinux.org/index.php/Mkinitcpio#Image_creation_and_activation
+#
+# for details.
+
+# You’ll need to come up with a custom initcpio configuration that includes the
+# color scheme and the vtcol binary in your initramfs.
+ALL_config="/etc/mkinitcpio-vtcol.conf"
+
+# Enter the kernel image you target here. Leave it unmodified if you run the
+# stock Arch kernel.
+ALL_kver="/boot/vmlinuz-linux"
+
+# Create both an ordinary and a fallback image.
+PRESETS=("default" "fallback")
+
+# Location of the kernel image for the default ramdisk.
+default_image="/boot/initramfs-linux-vtcol.img"
+
+# Location of the kernel image for the fallback ramdisk and additional options.
+fallback_image="/boot/initramfs-linux-vtcol-fallback.img"
+fallback_options="-S autodetect"
+
+# vim:ft=sh