Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83091 Details for
Bug 127542
mkinitrd creates a wrong version cpio file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible solution
mkinitrd-cpio.patch (text/plain), 343 bytes, created by
Frack
on 2006-03-25 08:54:50 UTC
(
hide
)
Description:
Possible solution
Filename:
MIME Type:
Creator:
Frack
Created:
2006-03-25 08:54:50 UTC
Size:
343 bytes
patch
obsolete
>--- mkinitrd 2006-03-25 17:45:06.251600520 +0100 >+++ /sbin/mkinitrd 2006-03-22 19:12:44.000000000 +0100 >@@ -771,7 +771,7 @@ > umount $MNTPOINT > losetup -d $LODEV > else >- (cd $MNTIMAGE; find . | cpio --quiet -H newc -o) > $IMAGE || exit 1 >+ (cd $MNTIMAGE; find . | cpio --quiet -c -o) > $IMAGE || exit 1 > fi > > if [ -n "$compress" ]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 127542
: 83091 |
109725