From 0d36579720e688f85f694d436035faca6f41496c Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Wed, 10 Aug 2005 16:30:28 +0000 Subject: altboot: Fix /etc/altboot.rc scanning and adjust the "Master Password" notice to 240x320 screens --- packages/altboot/files/init.altboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/altboot/files/init.altboot') diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot index 26b4639ccd..5c28edb5f3 100644 --- a/packages/altboot/files/init.altboot +++ b/packages/altboot/files/init.altboot @@ -252,11 +252,11 @@ else # Execute scripts in /etc/altboot.rc before doing anything else. # Required for special situations, like booting spitz - RC_FILES=`ls /etc/altboot.rc | grep \\\\.sh$` + RC_FILES=`ls /etc/altboot.rc | grep \.sh$` for file in $RC_FILES do - . $file >/dev/tty1 2>&1 || echo "/etc/altboot.rc/$file failed!" + . /etc/altboot.rc/$file >/dev/tty1 2>&1 || echo "/etc/altboot.rc/$file failed!" done if test "$ENABLE_ALTBOOT" != "yes" -- cgit v1.2.3