Mailinglist Archive: opensuse-autoinstall (19 mails)
| < Previous | Next > |
[opensuse-autoinstall] bootloader values with $
- From: Frank Steiner <fsteiner-mail1@xxxxxxxxxxxxxx>
- Date: Fri, 08 May 2009 17:18:04 +0200
- Message-id: <4A044D2C.9020302@xxxxxxxxxxxxxx>
Hi,
I'm trying to pass an md5-crypted passwd to grub via
<global_entry>
<key>password</key>
<value>--md5 $1$PvC31/$.jvVgGSAyH2sfrvCa7oy40</value>
</global_entry>
The generated menu.lst contains
password --md5 /$.jvVgGSAyH2sfrvCa7oy40
So I guess that AY somwhere considers $1 and/or $PvC31 like bash variables.
Is there a way to protect the string inside the <value> tags so that
it is transferred as is?
cu,
Frank
--
Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/
Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/
LMU, Amalienstr. 17 Phone: +49 89 2180-4049
80333 Muenchen, Germany Fax: +49 89 2180-99-4049
* Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
I'm trying to pass an md5-crypted passwd to grub via
<global_entry>
<key>password</key>
<value>--md5 $1$PvC31/$.jvVgGSAyH2sfrvCa7oy40</value>
</global_entry>
The generated menu.lst contains
password --md5 /$.jvVgGSAyH2sfrvCa7oy40
So I guess that AY somwhere considers $1 and/or $PvC31 like bash variables.
Is there a way to protect the string inside the <value> tags so that
it is transferred as is?
cu,
Frank
--
Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/
Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/
LMU, Amalienstr. 17 Phone: +49 89 2180-4049
80333 Muenchen, Germany Fax: +49 89 2180-99-4049
* Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |