index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mkroot.sh
Age
Commit message (
Expand
)
Author
2020-04-30
Resolve absolute paths in places input can vary.
Rob Landley
2020-04-28
Use sntp instead of rdate/ntpd, force "sh" and "route" on for now, enable
Rob Landley
2020-04-12
Work around qemu bug.
Rob Landley
2020-04-11
Remove prefix from fs dir (so it's just root/$CROSS/fs), don't search oneit
Rob Landley
2020-04-08
Typo.
Rob Landley
2020-04-08
Tighten up mkroot.sh slightly.
Rob Landley
2020-04-08
Tell kernel to stop crapping "rng pool init" messages over the command prompt.
Rob Landley
2020-04-08
More mkroot.sh work.
Rob Landley
2020-04-06
Integrate cross compile support into mkroot, ala "make root CROSS=sh4"
Rob Landley
2020-02-17
Work around kernel build bug where "make distclean" doesn't work in cp -sfR
Rob Landley
2020-02-17
Tighten up build script a little.
Rob Landley
2020-01-17
Denys Nykula noticed leftover debris from trying to turn the /etc/passwd
Rob Landley
2020-01-14
Convert to smaller config format.
Rob Landley
2020-01-09
Use /root as root's home dir and create /dev/fd and /dev/shm in devtmpfs
Rob Landley
2019-09-07
More work on mkroot.sh.
Rob Landley
2019-08-22
Add scripts/mkroot.sh and makefile changes for "make root".
Rob Landley