Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35939 Details for
Bug 57953
Genkernel offers commandline parameters --busybox-bin and --busybox-config but ther haven't been implemented
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Removes --busybox-config and --busybox-bin
genkernel-remove_busybox_options.patch (text/plain), 1.57 KB, created by
Martin Parm
on 2004-07-22 04:39:41 UTC
(
hide
)
Description:
Removes --busybox-config and --busybox-bin
Filename:
MIME Type:
Creator:
Martin Parm
Created:
2004-07-22 04:39:41 UTC
Size:
1.57 KB
patch
obsolete
>Files genkernel-3.0.2c/work/genkernel-3.0.2c/.gen_cmdline.sh.swp and /root/genkernel-3.0.2c/.gen_cmdline.sh.swp differ >Files genkernel-3.0.2c/work/genkernel-3.0.2c/.gen_determineargs.sh.swp and /root/genkernel-3.0.2c/.gen_determineargs.sh.swp differ >diff -uNr genkernel-3.0.2c/work/genkernel-3.0.2c/gen_cmdline.sh /root/genkernel-3.0.2c/gen_cmdline.sh >--- genkernel-3.0.2c/work/genkernel-3.0.2c/gen_cmdline.sh 2004-07-12 22:45:57.000000000 +0200 >+++ /root/genkernel-3.0.2c/gen_cmdline.sh 2004-07-21 16:54:29.000000000 +0200 >@@ -54,9 +54,6 @@ > echo " --no-lvm2 Don't add in LVM2 support." > echo " Internals" > echo " --arch-override=<arch> Force to arch instead of autodetect" >- echo " --busybox-config=<file> Busybox configuration file to use" >- echo " --busybox-bin=<file> Don't compile busybox, use this _static_" >- echo " bzip2'd binary" > echo " Output Settings" > echo " --minkernpackage=<tbz2> File to output a .tar.bz2'd kernel and initrd:" > echo " No modules outside of the initrd will be" >@@ -238,14 +235,6 @@ > CMD_KERNEL_CONFIG=`parse_opt "$*"` > print_info 2 "CMD_KERNEL_CONFIG: $CMD_KERNEL_CONFIG" > ;; >- --busybox-config*) >- CMD_BUSYBOX_CONFIG=`parse_opt "$*"` >- print_info 2 "CMD_BUSYBOX_CONFIG: $CMD_BUSYBOX_CONFIG" >- ;; >- --busybox-bin*) >- CMD_BUSYBOX_BIN=`parse_opt "$*"` >- print_info 2 "CMD_BUSYBOX_BIN: $CMD_BUSYBOX_BIN" >- ;; > --minkernpackage*) > CMD_MINKERNPACKAGE=`parse_opt "$*"` > print_info 2 "MINKERNPACKAGE: $CMD_MINKERNPACKAGE"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57953
: 35939 |
35940