From: Alexey Tourbin <at@altlinux.ru>
To: devel@lists.altlinux.org
Subject: [devel] (legion) packages/bootloader-utils: heads/master
Date: Thu, 22 Feb 2007 01:10:41 +0300
Message-ID: <20070221221041.GF12769@localhost.localdomain> (raw)
In-Reply-To: <20070210100609.B2AE542C08F9@ssh.git.local.altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]
On Sat, Feb 10, 2007 at 01:06:09PM +0300, Alexey Gladkov wrote:
> Update of /people/legion/packages/bootloader-utils.git
>
> Changes statistics since `0.3.1-alt1.1' follows:
> bootloader-utils-lilo-params-quoting.patch | 19 +++++++++++++++++++
> bootloader-utils.spec | 8 +++++++-
> 2 files changed, 26 insertions(+), 1 deletions(-)
>
> Changelog since `0.3.1-alt1.1' follows:
> commit 3c26b8cfb09e3291774cb56aa8f32c1e67ee9b00
> Author: Alexey Gladkov <legion@altlinux.org>
> Date: Sat Feb 10 13:06:04 2007 +0300
>
> 0.3.1-alt1.1.1
>
> - NMU:
> - quote lilo parameters.
>
> Signed-off-by: Alexey Gladkov <legion@altlinux.org>
>
> Full diff since `0.3.1-alt1.1' follows:
> diff --git a/bootloader-utils-lilo-params-quoting.patch b/bootloader-utils-lilo-params-quoting.patch
> new file mode 100644
> index 0000000..497b41d
> --- /dev/null
> +++ b/bootloader-utils-lilo-params-quoting.patch
> @@ -0,0 +1,19 @@
> +--- bootloader-utils/lilo.fix 2007-02-09 18:45:27 +0300
> ++++ bootloader-utils/lilo 2007-02-09 18:45:42 +0300
> +@@ -53,12 +53,12 @@ sub add_kernel {
> + my $label = kernel_label($version);
> + my $root = getroot();
> + /\/vmlinuz-\Q$version\E\s/
> + or $_ .= <<EOF;
> +-image=/boot/vmlinuz-$version
> +- initrd=/boot/initrd-$version.img
> +- label=$label
> +- root=$root
> ++image="/boot/vmlinuz-$version"
> ++ initrd="/boot/initrd-$version.img"
> ++ label="$label"
> ++ root="$root"
> + read-only
> + optional
> + EOF
> + return $_;
Теперь записи из lilo.conf будут неправильно удаляться, потому что
в шаблоне на удаление не продусмотрены кавчки.
Почему появилась нужда в кавычках?
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next parent reply other threads:[~2007-02-21 22:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-21 22:10 ` Alexey Tourbin [this message]
2007-02-21 22:18 ` Alexey Gladkov
2007-02-21 22:24 ` Alexey Tourbin
2007-02-21 22:32 ` Alexey Gladkov
2007-02-21 22:35 ` Alexey Tourbin
2007-02-21 22:42 ` Alexey Gladkov
2007-02-21 22:47 ` Alexey Tourbin
2007-02-21 23:38 ` Alexey Tourbin
2007-02-22 7:38 ` Alexey I. Froloff
2007-02-22 15:33 ` Alexey Tourbin
2007-02-22 10:33 ` Sergey Vlasov
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=20070221221041.GF12769@localhost.localdomain \
--to=at@altlinux.ru \
--cc=devel@lists.altlinux.org \
/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 Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git