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
|
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 |
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
|
570cd92979
|
Switch search order so arch-specific is first for busy-config
Remove unneeded identical busy-config files
|
16 years ago |
Andrew Gaffney
|
12a5f5ea22
|
Remove BUSYBOX_CONFIG from genkernel.conf
Add search order for busy-config: user-specified, defaults/busy-config, arch/%%ARCH%%/busy-config
|
16 years ago |
Andrew Gaffney
|
6bddecbf12
|
Remove old nb-busybox.cf files that aren't used anymore
|
16 years ago |
Andrew Gaffney
|
810b9ba173
|
Add support for arm from armin76
|
16 years ago |
Andrew Gaffney
|
b6a7f1d853
|
Enable CONFIG_MAKEDEVS in busy-config for netboot
|
16 years ago |
Andrew Gaffney
|
899fe9895c
|
s/aux/luks/ for gentoo bug #250330
|
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
|
f82aebc40c
|
Move all netboot logic from catalyst into gk
|
16 years ago |
Andrew Gaffney
|
d781413d5a
|
Initial support for --netboot option
integrate functionality from netboot udhcpc.scripts into default one
|
16 years ago |
Chris Gianelloni
|
743a8376cb
|
Bumping version for release.
|
16 years ago |
Andrew Gaffney
|
de93b4bb8d
|
Use symlinks for busybox utils
Use full path to mount since it gets grumpy without it in later bb versions for some reason
|
16 years ago |
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
|
bfa0dbb585
|
Add patch for busybox to add -i option to mount command
|
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 |