mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
448fce02c2
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
17 lines
347 B
Bash
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&
|
|
|