diff options
author | Matthias Hentges <oe@hentges.net> | 2005-08-08 14:48:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-08 14:48:34 +0000 |
commit | 9fb2641bccd42f1000029d6829c8233de5233fe4 (patch) | |
tree | d84f13da32cd7e8fbec04449ca83a035c2426e3e /packages/altboot/files/init.altboot | |
parent | 0cf79f14c5f5d467826883fd260adc3d5f433180 (diff) |
altboot: Add 'Copy rootfs to SD/CF' menuitem. *NEEDS DEBUGGING*. Deactivated for now.
Diffstat (limited to 'packages/altboot/files/init.altboot')
-rw-r--r-- | packages/altboot/files/init.altboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot index d9443c568e..57560b8326 100644 --- a/packages/altboot/files/init.altboot +++ b/packages/altboot/files/init.altboot @@ -252,7 +252,7 @@ else # Execute scripts in /etc/altboot.rc before doing anything else. # Required for special situations, like booting spitz - for file in `ls -1 /etc/altboot.rc/*.sh` + for file in `ls -1 /etc/altboot.rc/*.sh` >/dev/null 2>&1 do . $file >/dev/tty1 2>&1 || echo "/etc/altboot.rc/$file failed!" done |