aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace use of `which`Sam James2023-07-271-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 backticksThomas Deutschmann2019-07-141-2/+2
| | | | Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* clean up extended echo usageMike Frysinger2016-06-221-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 Martin2014-02-261-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 Martin2014-01-241-0/+16
| | | | Signed-off-by: Guy Martin <gmsoft@gentoo.org>
* Fix permissions of /dev/pts (bug #375947)Sebastian Pipping2011-07-231-3/+3
|
* Enhance the handling of the console in the netboot linuxrcRaúl Porcel2011-01-301-0/+4
|
* Revert to just running /bin/bash on /dev/console for serial. We still start ↵Andrew Gaffney2008-12-241-2/+7
| | | | getty on tty2-6
* Run the getty commands with proper arguments so they don't die immediatelyAndrew Gaffney2008-12-161-8/+4
|
* Explicitly set /bin/ashlogin +x during bootAndrew Gaffney2008-12-161-2/+3
|
* Run getty for tty1 in the foregroundAndrew Gaffney2008-12-161-1/+5
|
* Use getty to launch ash, so that we can use ^C and friendsAndrew Gaffney2008-12-161-1/+4
|
* Actually setting permissions. It helps if one remembers to 'git add' before ↵Chris Gianelloni2008-12-161-0/+0
| | | | doing their commit.
* Change -f checks to -e for /dev nodesAndrew Gaffney2008-12-141-12/+15
| | | | Check that dropbear exists before starting it
* Disable creation of most standard devices nodes, since we're running mdevAndrew Gaffney2008-12-131-18/+27
|
* Move udhcpc's script to default locationAndrew Gaffney2008-12-131-2/+1
|
* Enable CONFIG_FEATURE_PREFER_APPLETS busybox optionAndrew Gaffney2008-12-071-6/+4
| | | | export PATH at top of netboot linuxrc
* Move all netboot logic from catalyst into gkAndrew Gaffney2008-12-061-1/+1
|
* Initial support for --netboot optionAndrew Gaffney2008-12-061-1/+1
| | | | integrate functionality from netboot udhcpc.scripts into default one
* Use symlinks for busybox utilsAndrew Gaffney2008-11-251-4/+4
| | | | Use full path to mount since it gets grumpy without it in later bb versions for some reason
* enhanced netboot linuxrc from gustavozAndrew Gaffney2007-07-261-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 Kinard2006-06-191-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 bootupJoshua Kinard2006-01-121-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 moduleJoshua Kinard2006-01-071-0/+321
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@349 67a159dc-881f-0410-a524-ba9dfbe2cb84