From 85af98589dc44171d216544bbcd47faeba01be28 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Fri, 24 Feb 2006 23:34:20 +0000 Subject: altboot: update to 0.0.5-rc5. This version is known to work with kernel 2.4 an 2.6 (all plugins) on Akita --- packages/altboot/files/init.altboot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/altboot/files/init.altboot') diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot index 871ae82d71..850912f20c 100644 --- a/packages/altboot/files/init.altboot +++ b/packages/altboot/files/init.altboot @@ -255,8 +255,7 @@ wait_for_input() { # Don't remount rw if the drive is already mounted rw # Only helpful for testing / debugging if test "`mount|sed -n "/\/dev\/root/s/.*(\(.*\))/\1/p"`" != "rw" - then - + then mount -o remount,rw / >/dev/null 2>&1 echo "$junk" > /etc/altboot.conf mount -o remount,ro / >/dev/null 2>&1 -- cgit v1.2.3