aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--install1
-rw-r--r--menu.lst5
-rw-r--r--preset4
5 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9a249b2eaaa..eb19e1f7c00a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,8 +30,8 @@ pkgbase = linux-linode
md5sums = 973bc1c68bb5f082a66d20c94193d4ee
md5sums = b751543acd0e8e830bc3784b0f2060d6
md5sums = fe1369bc997faada4e88da9aa1f053b9
- md5sums = 9720a0d3d98f97231e5d7dec16ceb37b
- md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
+ md5sums = 01afd0c0ff8fcf3fe6e0cd91d12886bd
+ md5sums = 3d6427cc412dbc226b5d058c82ba7c66
md5sums = f3def2cefdcbb954c21d8505d23cc83c
pkgname = linux-linode
diff --git a/PKGBUILD b/PKGBUILD
index cf05112072a4..38ea45e6efb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,8 +20,8 @@ md5sums=('1c738edfc54e7c65faeb90c436104e2f'
'973bc1c68bb5f082a66d20c94193d4ee'
'b751543acd0e8e830bc3784b0f2060d6'
'fe1369bc997faada4e88da9aa1f053b9'
- '9720a0d3d98f97231e5d7dec16ceb37b'
- 'ee66f3cd0c5bc0ba0f65499784d19f30'
+ '01afd0c0ff8fcf3fe6e0cd91d12886bd'
+ '3d6427cc412dbc226b5d058c82ba7c66'
'f3def2cefdcbb954c21d8505d23cc83c')
pkgdesc="Kernel for Arch Linux on Linode"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
diff --git a/install b/install
index 22e251d410d8..e52a724de66f 100644
--- a/install
+++ b/install
@@ -14,6 +14,7 @@ post_install () {
}
post_upgrade() {
+ rm -f boot/initramfs-linux${KERNEL_NAME}-fallback.img
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
diff --git a/menu.lst b/menu.lst
index 3705c1e61e6a..e519b510e98d 100644
--- a/menu.lst
+++ b/menu.lst
@@ -11,11 +11,6 @@ root (hd0)
kernel /boot/vmlinuz-linux-linode root=/dev/xvda console=hvc0 loglevel=4 ro rootflags=noatime,nodiratime,data=journal,barrier=0,commit=5,journal=update,errors=remount-ro break=postmount verbose
initrd /boot/initramfs-linux-linode.img
-title Linux-Linode %VER% Fallback
-root (hd0)
-kernel /boot/vmlinuz-linux-linode root=/dev/xvda console=hvc0 loglevel=4 ro rootflags=noatime,nodiratime,data=journal,barrier=0,commit=5,journal=update,errors=remount-ro
-initrd /boot/initramfs-linux-linode-fallback.img
-
title Arch Vanilla %VER% (if installed)
root (hd0)
kernel /boot/vmlinuz-linux root=/dev/xvda console=hvc0 loglevel=4 ro rootflags=noatime,nodiratime,data=journal,barrier=0,commit=5,journal=update,errors=remount-ro break=postmount verbose
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"