summaryrefslogtreecommitdiff
path: root/libre/linux-libre/linux-armv7h.preset
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-03-02 20:05:59 -0300
committerDavid P <megver83@parabola.nu>2020-03-02 20:05:59 -0300
commit74dc295968c223f6e9cec74658e4fb6ed006eaf9 (patch)
tree8ee7454d9211c58f500dd50cf796da476b8f50a2 /libre/linux-libre/linux-armv7h.preset
parent2c24d48fd5c63f29ad88cfbc44a74d49906b567d (diff)
downloadabslibre-74dc295968c223f6e9cec74658e4fb6ed006eaf9.tar.gz
abslibre-74dc295968c223f6e9cec74658e4fb6ed006eaf9.tar.bz2
abslibre-74dc295968c223f6e9cec74658e4fb6ed006eaf9.zip
updpkg: libre/linux-libre 5.5.7-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre/linux-armv7h.preset')
-rw-r--r--libre/linux-libre/linux-armv7h.preset6
1 files changed, 5 insertions, 1 deletions
diff --git a/libre/linux-libre/linux-armv7h.preset b/libre/linux-libre/linux-armv7h.preset
index ca3832faa..3cec18ca9 100644
--- a/libre/linux-libre/linux-armv7h.preset
+++ b/libre/linux-libre/linux-armv7h.preset
@@ -3,8 +3,12 @@
ALL_config="/etc/mkinitcpio.conf"
ALL_kver="%KERNVER%"
-PRESETS=('default')
+PRESETS=('default' 'fallback')
#default_config="/etc/mkinitcpio.conf"
default_image="/boot/initramfs-%PKGBASE%.img"
#default_options=""
+
+#fallback_config="/etc/mkinitcpio.conf"
+fallback_image="/boot/initramfs-%PKGBASE%-fallback.img"
+fallback_options="-S autodetect"