aboutsummaryrefslogtreecommitdiff
path: root/scripts/root
AgeCommit message (Collapse)Author
2020-06-08Tweak comments and error handlingRob Landley
2020-05-09Add an actual hardware target (sh2eb) to "make root".Rob Landley
2020-05-09What the script to launch dropbear would be if the shell was ready for it.Rob Landley
(init can't run /etc/rc/* without "pathname expansion", still TODO.)
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
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.