summaryrefslogtreecommitdiff
path: root/linux.preset
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-02-23 11:08:39 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-02-23 11:08:39 +0100
commit4180b33667ecd8dbdda8e6e751115240bfbdaf2c (patch)
tree29718ee9401292d52c87cf7c73208a414373abf1 /linux.preset
parent4a8388f9fc7ee33d9eefd01758e890c2a18f4aad (diff)
downloadlinux-pinebook-4180b33667ecd8dbdda8e6e751115240bfbdaf2c.tar.gz
linux-pinebook-4180b33667ecd8dbdda8e6e751115240bfbdaf2c.tar.bz2
linux-pinebook-4180b33667ecd8dbdda8e6e751115240bfbdaf2c.zip
Dramatically simplified PKGBUILD, modelled from Archlinux one.
Diffstat (limited to 'linux.preset')
-rw-r--r--linux.preset14
1 files changed, 0 insertions, 14 deletions
diff --git a/linux.preset b/linux.preset
deleted file mode 100644
index 8d8ed28..0000000
--- a/linux.preset
+++ /dev/null
@@ -1,14 +0,0 @@
-# mkinitcpio preset file for the 'linux-aarch64-rc' package
-
-ALL_config="/etc/mkinitcpio.conf"
-ALL_kver="5.3.0-1-ARCH"
-
-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"