Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#22080 - [mkinitcpio] /init crashes on whitespaces in kernel parameters line
Attached to Project:
Arch Linux
Opened by Sergej Pupykin (sergej) - Monday, 13 December 2010, 11:45 GMT
Last edited by Jan de Groot (JGC) - Monday, 11 April 2011, 12:12 GMT
Opened by Sergej Pupykin (sergej) - Monday, 13 December 2010, 11:45 GMT
Last edited by Jan de Groot (JGC) - Monday, 11 April 2011, 12:12 GMT
|
DetailsSteps to reproduce:
try to pass "video=9-pin DIN-1:1024x768-24@60e" to kernel. Easiest way to fix it - ignore parameters with " in /init. (patch attached) |
This task depends upon
FS#13900@Sergej: you can add at end: # video...
One funny thing: The kernel actually exports some of the variables from the command line to init - but not root= (I don't understand the rationale behind it though).