Bugzilla – Attachment 71274 Details for
Bug 155314
mkbootdisk fails with "out of memory" error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
insert missing "i386/" to $src on mkbootdisk
mkbootdisk.patch (text/plain), 337 bytes, created by
Andreas Stieger
on 2006-03-05 14:35:33 UTC
(
hide
)
Description:
insert missing "i386/" to $src on mkbootdisk
Filename:
MIME Type:
Creator:
Andreas Stieger
Created:
2006-03-05 14:35:33 UTC
Size:
337 bytes
patch
obsolete
>--- mkbootdisk >+++ mkbootdisk 2006-03-05 15:18:30.000000000 +0100 >@@ -998,7 +998,7 @@ > chomp ($tmp_dir = `mktemp -d /tmp/mkbootdisk.XXXXXXXXXX`); > die "error: mktemp failed\n" if $?; > >-my $src = "$opt_src/boot/loader"; >+my $src = "$opt_src/boot/i386/loader"; > $src = "$opt_src/loader" unless -d $src; > $src = $opt_src unless -d $src; >
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 155314
: 71274