linuxboot/mainboards/walmart/robot/bootSCREEN
Ronald G. Minnich 448fce02c2 walmart/robot: More tweaking and cpu works now
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
2021-09-14 13:14:59 -07:00

17 lines
347 B
Bash

#!/bin/sh
insmod /tmp/r/8188fu.ko.lzma
mkdir /tmp/var
# PATH="/bak/ap:$PATH" /bak/ap/start-ap.sh gokewifi
ifconfig -a
TERM=screen
/tmp/r/bbin/stty rows 24 cols 80
PATH=$PATH:/tmp/r/bbin:/tmp/r
/tmp/r/wifi
mount -o bind /dev /tmp/r/dev
mount -o bind /sys /tmp/r/sys
mount -o bind /proc /tmp/r/proc
/tmp/r/bbin/chroot /tmp/r/ /init
cpud -d -init&