summaryrefslogtreecommitdiff
path: root/libre/linux-libre-pck/linux.preset
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-06 18:14:42 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-06 18:35:26 -0300
commitc2f8392d91a1559349ecc8e70b2865f8907dbb7c (patch)
tree803108080719410a66c06570b155513be2f96caa /libre/linux-libre-pck/linux.preset
parentc1a8b35ecdf363a615d42d84bc3c600644390067 (diff)
downloadabslibre-c2f8392d91a1559349ecc8e70b2865f8907dbb7c.tar.gz
abslibre-c2f8392d91a1559349ecc8e70b2865f8907dbb7c.tar.bz2
abslibre-c2f8392d91a1559349ecc8e70b2865f8907dbb7c.zip
linux-libre-pck: add new package to [libre]
Diffstat (limited to 'libre/linux-libre-pck/linux.preset')
-rw-r--r--libre/linux-libre-pck/linux.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/linux-libre-pck/linux.preset b/libre/linux-libre-pck/linux.preset
new file mode 100644
index 000000000..b06292d10
--- /dev/null
+++ b/libre/linux-libre-pck/linux.preset
@@ -0,0 +1,14 @@
+# mkinitcpio preset file for the 'linux' package
+
+ALL_config="/etc/mkinitcpio.conf"
+ALL_kver="/boot/vmlinuz-linux"
+
+PRESETS=('default' 'fallback')
+
+#default_config="/etc/mkinitcpio.conf"
+default_image="/boot/initramfs-linux.img"
+#default_options=""
+
+#fallback_config="/etc/mkinitcpio.conf"
+fallback_image="/boot/initramfs-linux-fallback.img"
+fallback_options="-S autodetect"