Andrew Gaffney
|
d9aed5a321
|
Comment out the exec line for console=*, since it seems to blow up when the param isn't a true device node, such as ttyS0,115200n8
|
16 years ago |
Andrew Gaffney
|
040aa6f9bf
|
Remove detect_sbp2_devices() for gentoo bug #239474
|
16 years ago |
Andrew Gaffney
|
d48dc40bd2
|
Remove detect_sbp2_devices() for gentoo bug #239474
|
16 years ago |
Andrew Gaffney
|
48fa3303b5
|
Remove detect_sbp2_devices() for gentoo bug #255558
|
16 years ago |
Andrew Gaffney
|
6226fe0ff8
|
Add commented out DISKLABEL=yes option for gentoo bug #229847
|
16 years ago |
Chris Gianelloni
|
3867aed310
|
Fixing a typo in the AUTHORS file and fixing the Copyright date in the ChangeLog.
|
16 years ago |
Chris Gianelloni
|
d55c0fe999
|
Added more verbosity to the auto-detection section.
|
16 years ago |
Chris Gianelloni
|
6dadeeebf2
|
Yet another ChangeLog fix. I need to figure out what I did to my ChangeLog script to break this, since it only breaks under certain conditions.
|
16 years ago |
Chris Gianelloni
|
b25b67a8f7
|
Updated the AUTHORS section and the header for the ChangeLog, to reflect that individual authors now retain their copyright to code they submit.
|
16 years ago |
Chris Gianelloni
|
d213dfad4a
|
Added a note about Security Tokens, cleaned up the block device section, and added a section about autodetection.
|
16 years ago |
tsunam
|
fd5a59c810
|
added info about what I'm going to work on to TODO list
|
16 years ago |
Chris Gianelloni
|
8b79a185c6
|
ChangeLog fix.
|
16 years ago |
Chris Gianelloni
|
66447312df
|
Adding a note about contacting me to HACKING.
|
16 years ago |
Chris Gianelloni
|
dbe8c965fc
|
Adding multipath support is really two different functions, so split them.
|
16 years ago |
Chris Gianelloni
|
e57440d49a
|
Adding a note about documenting the code paths.
|
16 years ago |
Chris Gianelloni
|
2ac5070d1c
|
Adding new boot support information to the TODO.
|
16 years ago |
Chris Gianelloni
|
0799ad480a
|
Version bump to 3.4.10.903 to resolve bug #250330.
|
16 years ago |
Andrew Gaffney
|
0ba1e9ee0c
|
Add case for arm* in get_official_arch()
|
16 years ago |
Andrew Gaffney
|
aa0eb23e87
|
Enable CONFIG_MKSWAP for netboot busybox
|
16 years ago |
Andrew Gaffney
|
b61ee1c07f
|
Modify grep regex to account for additional suffixes on old kernel names
|
16 years ago |
Andrew Gaffney
|
bee96914eb
|
Add --busybox-config= commandline option
|
16 years ago |
Andrew Gaffney
|
8a5f66f65a
|
Revert to just running /bin/bash on /dev/console for serial. We still start getty on tty2-6
|
16 years ago |
Andrew Gaffney
|
2032fa25bf
|
Allow old 'initramfs' option instead of 'ramdisk' for compatability
|
16 years ago |
Andrew Gaffney
|
5f9a6b2749
|
Remove the use of 'env -i' when calling switch_root due to gentoo bug #248688
|
16 years ago |
Andrew Gaffney
|
ea9828ab17
|
Run the getty commands with proper arguments so they don't die immediately
|
16 years ago |
Andrew Gaffney
|
2c6ad1268e
|
Explicitly set /bin/ashlogin +x during boot
|
16 years ago |
Andrew Gaffney
|
0750197e45
|
Run getty for tty1 in the foreground
|
16 years ago |
Andrew Gaffney
|
a66f35da76
|
Use getty to launch ash, so that we can use ^C and friends
|
16 years ago |
Chris Gianelloni
|
69aed59272
|
Adding a BUGS file, where we can list bugs that we have found in genkernel that need to be resolved.
|
16 years ago |
Chris Gianelloni
|
3c53bb79e6
|
Adding a HACKING file, which I will use to document the various phases of genkernel so we can split up the default functions and also so we can provide hooks into the various phases for external addons.
|
16 years ago |
Chris Gianelloni
|
20f2b57e95
|
Actually setting permissions. It helps if one remembers to 'git add' before doing their commit.
|
16 years ago |
Andrew Gaffney
|
46ccc9ba28
|
Enable GETTY for netboot busy-config
|
16 years ago |
Andrew Gaffney
|
57d32fcf13
|
We don't need to add - to UTILS_CROSS_COMPILE since it's already there
|
16 years ago |
Andrew Gaffney
|
96518cfede
|
Separate out main and netboot busy-config
|
16 years ago |
Andrew Gaffney
|
575c898ef7
|
Use : as a regex separator instead of / since REAL_ROOT will have / in it
|
16 years ago |
Andrew Gaffney
|
152d259700
|
Add check for existing grub.conf entry for kernel
|
16 years ago |
Andrew Gaffney
|
25fad8fd10
|
Default to '0' if 'default' line not found at all in existing grub.conf
|
16 years ago |
Andrew Gaffney
|
a86ba695a9
|
Adding code that duplicates default grub.conf entry to replace old awk script. Based on code written by Mike Auty <ikelos@gentoo.org>
|
16 years ago |
Andrew Gaffney
|
8dcac4a20d
|
Initial commit for re-adding support for --bootloader=grub
|
16 years ago |
Andrew Gaffney
|
3a4667a3d0
|
Change -f checks to -e for /dev nodes
Check that dropbear exists before starting it
|
16 years ago |
Andrew Gaffney
|
277afc2d0a
|
Explicitly set UTILS_{CC,LD,AS} if UTILS_CROSS_COMPILE is set
|
16 years ago |
Andrew Gaffney
|
e0574e0e2b
|
Typo fix for gentoo bug #250875
|
16 years ago |
Chris Gianelloni
|
edd58ab59f
|
Setting executable bit properly on shell scripts and configuration files.
|
16 years ago |
Chris Gianelloni
|
09d69916c7
|
Setting executable bit properly on shell scripts and configuration files.
|
16 years ago |
Andrew Gaffney
|
001c5d1bee
|
Create /sbin directory in append_luks for bug #250330
|
16 years ago |
Andrew Gaffney
|
a0e576e3a7
|
missing }
|
16 years ago |
Andrew Gaffney
|
e31323a58e
|
missing quote
|
16 years ago |
Andrew Gaffney
|
eba5623634
|
Disable creation of most standard devices nodes, since we're running mdev
|
16 years ago |
Andrew Gaffney
|
8bc0328be8
|
Move udhcpc's script to default location
|
16 years ago |
Andrew Gaffney
|
0b80933508
|
Enable support klogd and syslogd for netboot
|
16 years ago |