FS#13049 - archiso-early initcpio hook errors
Attached to Project:
Release Engineering
Opened by Dieter Plaetinck (Dieter_be) - Friday, 30 January 2009, 15:46 GMT
Last edited by Dan McGee (toofishes) - Saturday, 31 January 2009, 23:30 GMT
Opened by Dieter Plaetinck (Dieter_be) - Friday, 30 January 2009, 15:46 GMT
Last edited by Dan McGee (toofishes) - Saturday, 31 January 2009, 23:30 GMT
|
Details
When booting archlinux-2009.01-beta3-core-i686-isolinux.iso,
when the initramfs loads and archiso-early is executed, I
get this:
/init: 9: cannot create /: Is a directory /init: 9: /etc/modprobe.d/usb-delay: not found |
This task depends upon
http://projects.archlinux.org/?p=archiso.git;a=commitdiff;h=8a37489379914910a140c313ca50a5e502f9f92e
I have no idea why that balks, it looks totally sane to me and the same thing works manually.
Still, why do the mkdir part fail? How about this?
- echo "options usb-storage delay_use=${usbdelay:-0}" >/
- /etc/modprobe.d/usb-delay
At the very end of the first line, that should be a \ not a /.