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/initcpio/install/vtcol | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 misc/arch/etc/initcpio/install/vtcol (limited to 'misc/arch/etc/initcpio/install/vtcol') diff --git a/misc/arch/etc/initcpio/install/vtcol b/misc/arch/etc/initcpio/install/vtcol new file mode 100644 index 0000000..400ec07 --- /dev/null +++ b/misc/arch/etc/initcpio/install/vtcol @@ -0,0 +1,29 @@ +#!/bin/bash +############################################################################### +# Copyright 2015--2017 Philipp Gesang +# Example mkinitcpio build hook invoking vtcol in the initramfs environment +############################################################################### +# +# See mkinitcpio(8) for details. +# +# This does nothing besides invoking ``add_runscript`` to add the vtcol +# initcpio hook and displaying some basic info. + +build () { + add_runscript +} + +help () { + cat <