Bugzilla – Attachment 47484 Details for
Bug 112820
udev error messages during boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
comment out binaries in /usr
mkinitrd-udev-rules-01.patch (text/plain), 592 bytes, created by
Kay Sievers
on 2005-08-25 08:28:29 UTC
(
hide
)
Description:
comment out binaries in /usr
Filename:
MIME Type:
Creator:
Kay Sievers
Created:
2005-08-25 08:28:29 UTC
Size:
592 bytes
patch
obsolete
>--- /sbin/mkinitrd.0 2005-08-25 01:16:02.000000000 +0200 >+++ /sbin/mkinitrd 2005-08-25 01:40:37.000000000 +0200 >@@ -1342,8 +1342,13 @@ > > fi > cp_bin /sbin/udev.*.sh $tmp_mnt/sbin >- mkdir -p $tmp_mnt/etc/udev >- cp -a /etc/udev/* $tmp_mnt/etc/udev >+ mkdir -p $tmp_mnt/etc/udev/rules.d >+ cp /etc/udev/udev.conf /$tmp_mnt/etc/udev >+ cp /etc/udev/rules.d/* $tmp_mnt/etc/udev/rules.d >+ # comment out binaries not available in initrd >+ for file in $tmp_mnt/etc/udev/rules.d/*; do >+ sed 's@\(.*/usr/.*\)@#(mkinitrd) \1@g' -i $file >+ done > fi > > if [ "$mkinit_type" = "ramfs" ] ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 112820
:
47460
| 47484