From: Alexey Tourbin <at@altlinux.ru> To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru> Subject: [sisyphus] Re: Бага в bootloader-utils? Date: Mon, 3 Jan 2005 02:16:53 +0300 Message-ID: <20050102231653.GA17133@solemn.turbinal.org> (raw) In-Reply-To: <20050102214155.GA10895@eugene-home.ikz.ru> [-- Attachment #1: Type: text/plain, Size: 1036 bytes --] On Mon, Jan 03, 2005 at 02:41:55AM +0500, Eugene Vlasov wrote: > Добрый день. > > Давно наболевший вопрос - почему при каждом обновлении ядра (точнее при > удалении старого kernel-image) у меня из lilo.conf пропадает запись, > отвечающая за загрузку windows? Для примера прикрепляю копии > /etc/lilo.conf до и после удаления kernel-image-std26-up-2.6.9-alt11. Я > что-то делаю не так или это баг в bootloader-utils? Здравствуйте. Спасибо за копии lilo.conf. Кажется, я наконец-то понял, в чем ошибка. В /usr/share/loader/lilo используется следующий код: sub remove_kernel { local $_ = shift; my @sections = split /^(?=[ \t]*image[ \t]*=)/m; @sections = grep { !/\/vmlinuz-\Q$version\E\s/ } @sections; return join "" => @sections; } Т.е. записи определяются по границе совпадения image=, а other= как запись не учитывается, в результате удаляется всё вплоть до следующего image= или до конца файла. Будет исправлено. > -- > С уважением, Евгений mailto:eugvv@altlinux.ru [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2005-01-02 23:16 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-01-02 21:41 [sisyphus] " Eugene Vlasov 2005-01-02 23:16 ` Alexey Tourbin [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20050102231653.GA17133@solemn.turbinal.org \ --to=at@altlinux.ru \ --cc=sisyphus@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git