aboutsummaryrefslogtreecommitdiff
path: root/scripts/mkroot.sh
AgeCommit message (Expand)Author
2021-05-18The linux console code is inconsistent: most console= lines acceptRob Landley
2020-10-24Silence kernel messages that stomp the command line after boot.Rob Landley
2020-10-24Don't "quiet" the kernel builds. You can KARGS=quiet if you like.Rob Landley
2020-10-19Do an "exec >/dev/console 2>&1" early in mkroot init so we haveRob Landley
2020-08-24Tweak error message.Rob Landley
2020-06-01Let $PENDING select more commands out of pending to enable.Rob Landley
2020-05-13The gnu/dammit cpio is REALLY stupid, so only pass --no-preserve-ownerRob Landley
2020-05-11Readability pass and while I'm at it add BUILTIN=1 to static link initramfs.Rob Landley
2020-05-09Add an actual hardware target (sh2eb) to "make root".Rob Landley
2020-05-08beat the dropbear build and module support a little further into shape.Rob Landley
2020-05-05Teach mkroot to cross compile additional packages, with dropbear as example.Rob Landley
2020-04-30Resolve absolute paths in places input can vary.Rob Landley
2020-04-28Use sntp instead of rdate/ntpd, force "sh" and "route" on for now, enableRob Landley
2020-04-12Work around qemu bug.Rob Landley
2020-04-11Remove prefix from fs dir (so it's just root/$CROSS/fs), don't search oneitRob Landley
2020-04-08Typo.Rob Landley
2020-04-08Tighten up mkroot.sh slightly.Rob Landley
2020-04-08Tell kernel to stop crapping "rng pool init" messages over the command prompt.Rob Landley
2020-04-08More mkroot.sh work.Rob Landley
2020-04-06Integrate cross compile support into mkroot, ala "make root CROSS=sh4"Rob Landley
2020-02-17Work around kernel build bug where "make distclean" doesn't work in cp -sfRRob Landley
2020-02-17Tighten up build script a little.Rob Landley
2020-01-17Denys Nykula noticed leftover debris from trying to turn the /etc/passwdRob Landley
2020-01-14Convert to smaller config format.Rob Landley
2020-01-09Use /root as root's home dir and create /dev/fd and /dev/shm in devtmpfsRob Landley
2019-09-07More work on mkroot.sh.Rob Landley
2019-08-22Add scripts/mkroot.sh and makefile changes for "make root".Rob Landley