Andrew Gaffney
|
967899176d
|
Break apart cryptsetup stuff into separate append_luks() and make append_auxillary() dependent on ${BUSYBOX} for gentoo bug #247052
|
16 years ago |
Andrew Gaffney
|
a4d6260dd0
|
Applied patch for UUID support for real_resume= from gentoo bug #239687
|
16 years ago |
Andrew Gaffney
|
8de7311644
|
Added modified version of patch from gentoo bug #238707
|
16 years ago |
Andrew Gaffney
|
8fab72fa21
|
Only append unionfs_fuse stuff if UNIONFS is set
|
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
|
77e70344d3
|
Replace debug patch with simple patch to add trivial support for -i option to mount/umount
|
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
|
10d51999a0
|
remove old 'mount -i' patch
|
16 years ago |
agaffney
|
e9bc13a870
|
more debugging code
|
16 years ago |
agaffney
|
ad8899cd8f
|
debugging patch for busybox
|
16 years ago |
agaffney
|
bfa0dbb585
|
Add patch for busybox to add -i option to mount command
|
16 years ago |
agaffney
|
ec05525959
|
change lib order
|
16 years ago |
agaffney
|
e4f3b17b3a
|
Compile unionfs-fuse statically
|
16 years ago |
agaffney
|
b116df3c98
|
Make sure that /sbin/unionfs is +x
|
16 years ago |
agaffney
|
4123ac396c
|
Correct unionfs-fuse bincache path and clean up debugging code
|
16 years ago |
agaffney
|
4e38e4d39b
|
Add -L line into LIB= in Makefile
|
16 years ago |
agaffney
|
ae13781bcf
|
another try at compiling unionfs-fuse
|
16 years ago |
agaffney
|
4d1f7d0c65
|
add bash invocation before compiling unionfs-fuse in order to poke around
|
16 years ago |
agaffney
|
93b29a9a08
|
debug
|
16 years ago |
agaffney
|
05ab15750d
|
sed Makefile instead of setting in env
|
16 years ago |
agaffney
|
5991612532
|
Unpack fuse source and modify CFLAGS for unionfs-fuse
|
16 years ago |
agaffney
|
f29142639e
|
Unpack unionfs-fuse with -j
|
16 years ago |
agaffney
|
5ae8f8faea
|
Call arch_replace and cache_replace on fuse/unionfs-fuse vars
|
16 years ago |
agaffney
|
8cd74b62f2
|
Add fuse/unionfs-fuse blocks to genkernel.conf
|
16 years ago |
agaffney
|
66d51360d0
|
Actually call compile_fuse() and compile_unionfs_fuse()
|
16 years ago |
agaffney
|
7b9ba94669
|
Add back (modified) unionfs code in linuxrc
|
16 years ago |
agaffney
|
28a88bc953
|
Add append_fuse() and append_unionfs_fuse() functions
|
16 years ago |
agaffney
|
c8fd57e3e1
|
Add compile_fuse() and compile_unionfs_fuse()
|
16 years ago |
agaffney
|
ac69bec071
|
Enabling CONFIG_WGET and CONFIG_FEATURE_TAR_BZIP2 for initial support of gentoo bug 211976
|
16 years ago |
Chris Gianelloni
|
709fade02d
|
Tagging a 3.4.10.901 release, for testing. Adding periods to ChangeLog to fix syntax hilighting.
|
16 years ago |
Chris Gianelloni
|
9d4efd55e4
|
Adding Andrew and Robin to AUTHORS.
|
17 years ago |
agaffney
|
660069a7bb
|
Add dummy handler for --config in gen_cmdline.sh for bug 237541
|
17 years ago |
Chris Gianelloni
|
d283e55be3
|
Removing scsi_wait_scan from PATA/SATA/SCSI and moving it to its own module group. This allows the module to be loaded last, no matter what combination of disks are in the system, allowing for firmware and such to be loaded before genkernel continues, even when asynchronous SCSI scanning is enabled in the kernel.
|
17 years ago |
Robin H. Johnson
|
ab5dadb374
|
Merge branch 'master' of git+ssh://git@git.wolf31o2.org/projs/genkernel
|
17 years ago |
Robin H. Johnson
|
b96546958f
|
Add a single word to help clarify which /dev is broken, after I wasted a day debugging my new box.
|
17 years ago |
agaffney
|
8b82562975
|
Enable CONFIG_ROUTE in busy-configs
|
17 years ago |
agaffney
|
0aa81c3f8e
|
Enable CONFIG_HOSTNAME in all busy-configs
Call 'hostname' with value from DHCP
|
17 years ago |
agaffney
|
db003a6d50
|
Disabled CONFIG_DEBUG_INFO in x86{,_64} kconfigs
|
17 years ago |
agaffney
|
32a427af88
|
Add README to busybox patches dir
|
17 years ago |