Bug 51036 - initramfs/busybox is set to "yes" by default, but valid values are "y" and "n"
initramfs/busybox is set to "yes" by default, but valid values are "y" and "n"
Status: NEW
Product: UCS
Classification: Unclassified
Component: General
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-03-29 22:48 CEST by Sönke Schwardt-Krummrich
Modified: 2020-03-29 22:48 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 1: Cosmetic issue or missing function but workaround exists
Who will be affected by this bug?: 5: Will affect all installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.029
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sönke Schwardt-Krummrich univentionstaff 2020-03-29 22:48:10 CEST
The UCR variable "initramfs/busybox" is set to "yes" by default, but valid values are "y" and "n".

→ less /etc/initramfs-tools/initramfs.conf
root@master# grep BUSYBOX /etc/initramfs-tools/initramfs.conf
# BUSYBOX: [ y | n ]
BUSYBOX=yes
root@master#

→ man initramfs.conf

The UCR variable description is correct.

[initramfs/busybox]
Description[de]=Wird diese Variable auf 'y' gesetzt, wird Busybox (eine kompakte Implementierung der Standard-Unix-Tools) in die initrd integriert. Ist die Variable nicht gesetzt, wird Busybox hinzugefügt.
Description[en]=If this variable is set to 'y', Busybox (a compact implementation of the standard Unix tools) is added to the initrd. If the variable is unset, Busybox is added.
Type=str
Categories=system-base