ALT Linux Bugzilla
– Attachment 421 Details for
Bug 4234
неправильная запись в /boot/grub/menu.lst
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
fix for /usr/share/loader/grub
grub.diff (text/plain), 426 bytes, created by
Sergey Vlasov
on 2004-05-29 20:01:04 MSD
(
hide
)
Description:
fix for /usr/share/loader/grub
Filename:
MIME Type:
Creator:
Sergey Vlasov
Created:
2004-05-29 20:01:04 MSD
Size:
426 bytes
patch
obsolete
>--- grub.rpmorig 2004-05-07 21:16:41 +0400 >+++ grub 2004-05-29 19:44:06 +0400 >@@ -42,9 +42,10 @@ > return $grub_part; > } > >-my $boot = mnt2dev("/boot") ? "" : "/boot"; >+my $bootdev = mnt2dev("/boot"); >+my $boot = $bootdev ? "" : "/boot"; > my $root = getroot; >-my $grub_part = dev2grub $root; >+my $grub_part = dev2grub($bootdev ? $bootdev : $root); > die "Can't convert grub partition\n" unless $grub_part; > > sub add_memtest {
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 4234
: 421