Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace use of `which` | Sam James | 2023-07-27 | 1 | -1/+1 |
| | | | | | | | We're trying to phase it out as it's non-portable. Use bash's `type -P` where available (preferable as it avoids user functions) or `command -v` if POSIX. Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | Replace backticks | Thomas Deutschmann | 2019-07-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> | ||||
* | clean up extended echo usage | Mike Frysinger | 2016-06-22 | 1 | -31/+36 |
| | | | | | Switch to printf where appropriate, and simplify other locations where the -e option was pointless. | ||||
* | Start a getty on the serial console if known. | Guy Martin | 2014-02-26 | 1 | -11/+14 |
| | | | | | | | | This allows busybox to send SIGINT when Ctrl-C is issued. Most users start a ping to verify connectivity but can never stop it. Signed-off-by: Guy Martin <gmsoft@gentoo.org> Signed-off-by: Richard Yao <ryao@gentoo.org> | ||||
* | Add machine detection for hppa. | Guy Martin | 2014-01-24 | 1 | -0/+16 |
| | | | | Signed-off-by: Guy Martin <gmsoft@gentoo.org> | ||||
* | Fix permissions of /dev/pts (bug #375947) | Sebastian Pipping | 2011-07-23 | 1 | -3/+3 |
| | |||||
* | Enhance the handling of the console in the netboot linuxrc | Raúl Porcel | 2011-01-30 | 1 | -0/+4 |
| | |||||
* | Revert to just running /bin/bash on /dev/console for serial. We still start ↵ | Andrew Gaffney | 2008-12-24 | 1 | -2/+7 |
| | | | | getty on tty2-6 | ||||
* | Run the getty commands with proper arguments so they don't die immediately | Andrew Gaffney | 2008-12-16 | 1 | -8/+4 |
| | |||||
* | Explicitly set /bin/ashlogin +x during boot | Andrew Gaffney | 2008-12-16 | 1 | -2/+3 |
| | |||||
* | Run getty for tty1 in the foreground | Andrew Gaffney | 2008-12-16 | 1 | -1/+5 |
| | |||||
* | Use getty to launch ash, so that we can use ^C and friends | Andrew Gaffney | 2008-12-16 | 1 | -1/+4 |
| | |||||
* | Actually setting permissions. It helps if one remembers to 'git add' before ↵ | Chris Gianelloni | 2008-12-16 | 1 | -0/+0 |
| | | | | doing their commit. | ||||
* | Change -f checks to -e for /dev nodes | Andrew Gaffney | 2008-12-14 | 1 | -12/+15 |
| | | | | Check that dropbear exists before starting it | ||||
* | Disable creation of most standard devices nodes, since we're running mdev | Andrew Gaffney | 2008-12-13 | 1 | -18/+27 |
| | |||||
* | Move udhcpc's script to default location | Andrew Gaffney | 2008-12-13 | 1 | -2/+1 |
| | |||||
* | Enable CONFIG_FEATURE_PREFER_APPLETS busybox option | Andrew Gaffney | 2008-12-07 | 1 | -6/+4 |
| | | | | export PATH at top of netboot linuxrc | ||||
* | Move all netboot logic from catalyst into gk | Andrew Gaffney | 2008-12-06 | 1 | -1/+1 |
| | |||||
* | Initial support for --netboot option | Andrew Gaffney | 2008-12-06 | 1 | -1/+1 |
| | | | | integrate functionality from netboot udhcpc.scripts into default one | ||||
* | Use symlinks for busybox utils | Andrew Gaffney | 2008-11-25 | 1 | -4/+4 |
| | | | | Use full path to mount since it gets grumpy without it in later bb versions for some reason | ||||
* | enhanced netboot linuxrc from gustavoz | Andrew Gaffney | 2007-07-26 | 1 | -28/+38 |
| | | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@522 67a159dc-881f-0410-a524-ba9dfbe2cb84 | ||||
* | Remove getdvhoff hack in gen_initramfs.sh for mips livecds (it's a busybox ↵ | Joshua Kinard | 2006-06-19 | 1 | -9/+6 |
| | | | | | | applet now), tweak the ip32r5k config, add wget to the mips netboot busybox config. Also import the remaining 2006.1 mips-sources configs and remove the old 2006.0 ones. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@412 67a159dc-881f-0410-a524-ba9dfbe2cb84 | ||||
* | chmod +x the udhcpc script on bootup | Joshua Kinard | 2006-01-12 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@352 67a159dc-881f-0410-a524-ba9dfbe2cb84 | ||||
* | Import the Genkernel-side of things for the catalyst2 netboot2 module | Joshua Kinard | 2006-01-07 | 1 | -0/+321 |
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@349 67a159dc-881f-0410-a524-ba9dfbe2cb84 |