Mailinglist Archive: zypp-devel (62 mails)
| < Previous | Next > |
Re: [zypp-devel] OSI: openSUSE Installer Presentation
- From: "Raul Romero" <raul@xxxxxxxx>
- Date: Thu, 18 Dec 2008 14:56:24 +0100
- Message-id: <257a611b0812180556m5d0f294ck405131c35fae2ab7@xxxxxxxxxxxxxx>
A short advise for readability of your script from the wiki.
You could change
cat installer.ymp | sed
"s/\${REPO_URL}/file:\/\/\/tmp\/$TARGET_NAME\/root\/repo\//" > installer.ymp
to
sed -i "s/\${REPO_URL}/file:\/\/\/tmp\/$TARGET_NAME\/root\/repo\//"
installer.ymp
Dominique
You're quite right.
I updated the script.
Thanks very much!
--
Raúl Romero
[^BgTA^] - http://www.bgta.net
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |