aboutsummarylogtreecommitdiffstats
path: root/preset
diff options
context:
space:
mode:
authoryardenac2013-04-28 11:41:09 -0700
committeryar2015-07-03 16:58:25 -0700
commit89bb37c7b06364e3b25d02a8211cc13b2cef5362 (patch)
tree06bf274b31b15cc3fb3ea51f731a7924c9ca75ec /preset
parent458084b53086b9eba8dcff202837221411f7272d (diff)
downloadaur-89bb37c7b06364e3b25d02a8211cc13b2cef5362.tar.gz
don't use a fallback image
there's hardly any modules anyway, and linode's kernel is always available
Diffstat (limited to 'preset')
-rw-r--r--preset4
1 files changed, 1 insertions, 3 deletions
diff --git a/preset b/preset
index b6ea1379bdc6..d302c38a19dc 100644
--- a/preset
+++ b/preset
@@ -1,6 +1,4 @@
ALL_config="/etc/mkinitcpio.conf"
ALL_kver="/boot/vmlinuz-linux-linode"
-PRESETS=('default' 'fallback')
+PRESETS=('default')
default_image="/boot/initramfs-linux-linode.img"
-fallback_image="/boot/initramfs-linux-linode-fallback.img"
-fallback_options="-S autodetect"