[opensuse-factory] http://forums.opensuse.org/english/get-technical-help-here/alternative-distributions-based-opensuse/tumbleweed/490727-errors-when-upgrading-kernel-4.html#post2588125
The file /lib/mkinitrd/scripts/setup-btrfs.sh in btrfsprog currently has the following content: #!/bin/bash # #%stage: filesystem mkdir -p $tmp_mnt/etc/udev/rules.d cp /usr/lib/udev/rules.d/80-btrfs.rules $tmp_mnt/etc/udev/rules.d It should be changed to read: #!/bin/bash # #%stage: filesystem mkdir -p $tmp_mnt/etc/udev/rules.d cp /usr/lib/udev/rules.d/64-btrfs.rules $tmp_mnt/etc/udev/rules.d 64-btrfs.rules comes with udev. -- Edward Reiss ebreiss@gmail.com Quis custidiet ipsos custodes? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday, 2013-09-28 at 08:55 -0400, Edward Reiss wrote:
The file /lib/mkinitrd/scripts/setup-btrfs.sh in btrfsprog currently has the following content:
You know, email lists have different rules than forums :-) For instance, you should not put a link to somewhere else in the subject line. It is not clickable, and says nothing about - well, what it is all about. A descriptive tittle is appropriate. Then you have to give some context to the text below: we do not know what it is all about, and you can not expect people here to read a long thread to learn about it (I did go, and I did not learn it). I only guess that you try to report some problem with tumbleweed. The word "[tumbleweed]" in brackets would attrack attention to that fact.
#!/bin/bash # #%stage: filesystem
mkdir -p $tmp_mnt/etc/udev/rules.d cp /usr/lib/udev/rules.d/80-btrfs.rules $tmp_mnt/etc/udev/rules.d
It should be changed to read:
#!/bin/bash # #%stage: filesystem
mkdir -p $tmp_mnt/etc/udev/rules.d cp /usr/lib/udev/rules.d/64-btrfs.rules $tmp_mnt/etc/udev/rules.d
64-btrfs.rules comes with udev.
- -- Cheers, Carlos E. R. (from 12.3 x86_64 "Dartmouth" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlJG6ooACgkQtTMYHG2NR9UZvACfc6Ynl4dhRKsq5vZm8BMnL7oa jMcAnjoQ0CTmNvXVLYFbo9ZMi30a447H =3ct7 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Carlos E. R.
-
Edward Reiss