Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
(Don't delete it, warn it's there, but don't _not_ run next target.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug: http://b/156292059
Signed-off-by: Wei Wang <wvw@google.com>
|
|
|
|
|
|
|
|
overly-specific output again.)
|
|
when using the toybox one. (This means /root will belong to the host user
for the "make root" host target, which makes dropbear sad.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Plus add /proc/config.gz with kernel config.
|
|
|
|
Use s# instead of atoi, meantion -s default in help text, use toybuf instead
of stack buf, reuse i instead of declaring a separate ssize_t, FLAG() macro.
|
|
(init can't run /etc/rc/* without "pathname expansion", still TODO.)
|
|
|
|
|
|
(one caller fed in N_TTY which is 0).
|
|
move case checking for stty -g output as input above case checking for
an int argument, so atoi doesn't cause "500:5:bf:8a3b:3"... to be
considered an int argument of 500
|
|
|
|
|
|
|
|
|
|
scripts/mkroot.sh CROSS=sh4 LINUX=~/linux dropbear
No, I'm not going down the rathole of adding lots of packages, but this
shows _how_ to do it if you want to. The hooks are there. They don't have
to be in scripts/root, that's just a default search location, you can provide
a path on the command line or have them be in the $PATH.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|