Andrew Gaffney
|
37fd68a640
|
Add dm-crypt module for gentoo bug #269042
|
16 years ago |
Chris Gianelloni
|
e2604677a2
|
ChangeLog fix.
|
16 years ago |
Chris Gianelloni
|
5a3b9fb0c0
|
Rolling a new genkernel 3.4.10.904 version for testing.
|
16 years ago |
Andrew Gaffney
|
8681516638
|
Apply patch from gentoo bug #266373 for additional options in the netboot busy-config
|
16 years ago |
Andrew Gaffney
|
109770b762
|
Clean up append_multipath() code to copy files in a loop and report file that failed to copy
|
16 years ago |
Andrew Gaffney
|
81b4ff2516
|
Apply patch from robbat2 to fix whitespace breakage in multipath code
|
16 years ago |
Andrew Gaffney
|
1e147a3654
|
Apply patch from robbat2 to finish wiring up multipath support
|
16 years ago |
Andrew Gaffney
|
f446ceb0e9
|
Modify append_data to die on 0 arguments and check arg 2 with isTrue(). Based on a patch from robbat2
|
16 years ago |
Andrew Gaffney
|
694eaf7f39
|
fix changelog entry
|
16 years ago |
Joshua Jackson
|
6bcbbb1b45
|
Die messages for multipath added
|
16 years ago |
Joshua Jackson
|
08b4c4a2fc
|
adding multipath to append_data
|
16 years ago |
Joshua Jackson
|
4b6c236ccc
|
initram based related multipath stuff added
believe this should be all that is needed
|
16 years ago |
Joshua Jackson
|
2804406fdf
|
more multipath basics
|
16 years ago |
Joshua Jackson
|
b0e53a5283
|
Merge branch 'master' of git+ssh://git@git.wolf31o2.org/var/gitroot/projs/genkernel
|
16 years ago |
tsunam
|
85f9e6c461
|
multipath additions
|
16 years ago |
Andrew Gaffney
|
ce68841635
|
remove allow_root
|
16 years ago |
Andrew Gaffney
|
b08a3148d3
|
add a few more mount options to try to help livecd
|
16 years ago |
Andrew Gaffney
|
3fd9ecdd35
|
add a few more mount options to try to help livecd
|
16 years ago |
Andrew Gaffney
|
01c51230c3
|
Add support for multiple possible kernel binary paths for gentoo bug #255085
|
16 years ago |
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 |