Project

General

Profile

« Previous | Next » 

Revision 161bbdb0

Added by Scott Ullrich over 19 years ago

use sh to run the menu

View differences:

etc/rc
209 209
if [ "$PLATFORM" = "wrap" ]; then
210 210
    while [ 1 ];
211 211
    do
212
	env TERM=cons25 /etc/rc.initial
212
	env TERM=cons25 sh "/etc/rc.initial"
213 213
    done
214 214
    exit
215 215
fi

Also available in: Unified diff