[d-kernel] Re: Fwd: [Bug 3318] New: При установке любого ядра не прописывается соотвествующая секция в меню grub
Alexey Tourbin
at at altlinux.ru
Tue Nov 25 22:19:15 MSK 2003
On Tue, Nov 25, 2003 at 05:36:09PM +0300, Alexey Tourbin wrote:
> --- /usr/share/loader/grub- 2003-03-19 17:41:06 +0300
> +++ /usr/share/loader/grub 2003-11-25 17:34:24 +0300
> @@ -154,6 +154,7 @@ sub get_boot_partitions {
> local *F;
> open F, '/etc/fstab';
> while (<F>) {
> + next if /^#/;
> my @s = split ' ';
> $part = $s[0] if $s[1] =~ m|/$| and not $part;
> if ($s[1] =~ m|/boot$|) {
>
> Вообще, там есть что по части перла зафиксить.
> Или на shell'е переписать.
В mdk юмористы (сравниваю с новой версией):
@@ -154,7 +187,7 @@ sub get_boot_partitions {
local *F;
open F, '/etc/fstab';
while (<F>) {
- next if /^#/;
+ s/#.*//;
my @s = split ' ';
$part = $s[0] if $s[1] =~ m|/$| and not $part;
if ($s[1] =~ m|/boot$|) {
hackish
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /pipermail/devel-kernel/attachments/20031125/f8f56152/attachment.bin
More information about the devel-kernel
mailing list