summaryrefslogtreecommitdiff
path: root/libre/linux-libre-pck/linux-armv7h.preset
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-03-27 14:21:41 -0400
committerDavid P <megver83@parabola.nu>2020-03-27 14:21:41 -0400
commit63001768ed124ce28b4c8057ebeda97c39916c22 (patch)
treeee0115dd6c73cb16a364b99b2979316462317d1d /libre/linux-libre-pck/linux-armv7h.preset
parent8f8c193018d3d63cfc89e109d5ae53d11d6eddfb (diff)
downloadabslibre-63001768ed124ce28b4c8057ebeda97c39916c22.tar.gz
abslibre-63001768ed124ce28b4c8057ebeda97c39916c22.tar.bz2
abslibre-63001768ed124ce28b4c8057ebeda97c39916c22.zip
updpkg: libre/linux-libre-pck 5.5.13.pck1-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre-pck/linux-armv7h.preset')
-rw-r--r--libre/linux-libre-pck/linux-armv7h.preset6
1 files changed, 5 insertions, 1 deletions
diff --git a/libre/linux-libre-pck/linux-armv7h.preset b/libre/linux-libre-pck/linux-armv7h.preset
index ca3832faa..3cec18ca9 100644
--- a/libre/linux-libre-pck/linux-armv7h.preset
+++ b/libre/linux-libre-pck/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"