Andrew Gaffney
|
f3e0797d42
|
Apply patches from Gentoo bug #268468
|
15 years ago |
Andrew Gaffney
|
1f46e1ac42
|
Add USB HID modules to modules_load and default kernel-config (for Gentoo bug #270983)
|
15 years ago |
Andrew Gaffney
|
8abedd8d81
|
Enable ext4 by default everywhere (for Gentoo bug #268818)
|
15 years ago |
Andrew Gaffney
|
24446b0465
|
Add support for isoboot= option (for Gentoo bug #294268)
|
15 years ago |
Andrew Gaffney
|
62f353b65b
|
Properly apply NFS mount options for Gentoo bug #262915
|
15 years ago |
Andrew Gaffney
|
0302b4c9e4
|
Apply patch to make sure loop cache directory exists for Gentoo bug #297814
|
15 years ago |
Andrew Gaffney
|
2e4e55a6e5
|
Fix typo for Gentoo bug #294138
|
15 years ago |
craig
|
88ac383f61
|
Let iSCSId settle after iscsistart
|
15 years ago |
craig
|
97b4dc26e2
|
Improve naming of bootflags, added support for: port, target portal, username, password, username_in, password_in, debug
|
15 years ago |
craig
|
18d9c84402
|
Merge branch 'master' of git://git.wolf31o2.org/projs/genkernel
|
16 years ago |
Andrew Gaffney
|
588ef85661
|
Apply patch from Gentoo bug #220913 for tuxonice resume
|
16 years ago |
craig
|
5019ff506f
|
Merge branch 'master' of git://git.wolf31o2.org/projs/genkernel
|
16 years ago |
Chris Gianelloni
|
35258a703f
|
Adding Id header.
|
16 years ago |
Andrew Gaffney
|
61bf391991
|
back out previous commit
|
16 years ago |
Andrew Gaffney
|
f3ae1fe692
|
Alternative solution for Gentoo bug #269603
|
16 years ago |
Andrew Gaffney
|
a9bd822a9f
|
Change command used to determine real filename for REAL_RESUME for Gentoo bug #269603
|
16 years ago |
Andrew Gaffney
|
0e69c5653a
|
Add aic94xx to MODULES_SCSI for Gentoo bug #277792
|
16 years ago |
Andrew Gaffney
|
25e7fa89be
|
Restore BOOTLOADER="grub" example line in genkernel.conf for gentoo bug #274768
|
16 years ago |
craig
|
cac66e0970
|
iSCSI patch for genkernel
|
16 years ago |
Andrew Gaffney
|
8b3093a153
|
Apply fix to deference links for gentoo bug #269603
|
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
|
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
|
d48dc40bd2
|
Remove detect_sbp2_devices() for gentoo bug #239474
|
16 years ago |
Andrew Gaffney
|
5f9a6b2749
|
Remove the use of 'env -i' when calling switch_root due to gentoo bug #248688
|
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
|
96518cfede
|
Separate out main and netboot busy-config
|
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 |
Andrew Gaffney
|
462e35fe87
|
Add --real-root=<foo> parameter to specify a default for real_root= in the initramfs for gentoo bug #249783
|
16 years ago |
Andrew Gaffney
|
6bddecbf12
|
Remove old nb-busybox.cf files that aren't used anymore
|
16 years ago |
Andrew Gaffney
|
b6a7f1d853
|
Enable CONFIG_MAKEDEVS in busy-config for netboot
|
16 years ago |
Andrew Gaffney
|
40efdee49c
|
Enable CONFIG_FEATURE_PREFER_APPLETS busybox option
export PATH at top of netboot linuxrc
|
16 years ago |
Andrew Gaffney
|
d781413d5a
|
Initial support for --netboot option
integrate functionality from netboot udhcpc.scripts into default one
|
16 years ago |
Andrew Gaffney
|
a4d6260dd0
|
Applied patch for UUID support for real_resume= from gentoo bug #239687
|
16 years ago |
Andrew Gaffney
|
d07862bb8e
|
Add --unionfs commandline option to enable building of unionfs-fuse
Add nounionfs boot option
|
16 years ago |
Andrew Gaffney
|
bbbfa2b4de
|
Add good_msg for creating the union mount
|
16 years ago |
Andrew Gaffney
|
74af3caa68
|
Pipe stderr for unionfs mount call to /dev/null to supress getcwd message
|
16 years ago |
Andrew Gaffney
|
41f44b1d42
|
Call switch_root with full path
|
16 years ago |
Andrew Gaffney
|
fa9cbeeda8
|
Call switch_root with 'env -i' to clean out the kernel-defined key/value pairs
|
16 years ago |
Andrew Gaffney
|
48b282a85d
|
Skip good_root check for /dev/nfs for gentoo bug #246759
|
16 years ago |
Andrew Gaffney
|
890382b8e0
|
Simplify implementation of parse_opt in linuxrc
|
16 years ago |
Andrew Gaffney
|
abf5986e2b
|
Small cleanups in unionfs code
|
16 years ago |
Andrew Gaffney
|
fd24098f08
|
Add fuse to MODULES_FS
Remove direct calls to compile_fuse() and append_fuse()
Disable bincache for fuse, since we don't need any files at runtime from it
|
16 years ago |
Andrew Gaffney
|
469be61e0c
|
Add suid,dev to unionfs mount opts
|
16 years ago |
agaffney
|
692db1a447
|
Remove allow_root mount opt, since it conflicts with allow_other
|
16 years ago |
agaffney
|
9f076e1e68
|
Change typo in unionfs-fuse mount opt and add -i support to umount
|
16 years ago |
agaffney
|
7bb2b54414
|
Enable CONFIG_FEATURE_MTAB_SUPPORT option for busybox
|
16 years ago |
agaffney
|
bfa0dbb585
|
Add patch for busybox to add -i option to mount command
|
16 years ago |