Mailinglist Archive: zypp-devel (62 mails)
| < Previous | Next > |
Re: [zypp-devel] OSI: openSUSE Installer Presentation
- From: "Dominique Leuenberger" <Dominique.Leuenberger@xxxxxxxxxxxxx>
- Date: Thu, 18 Dec 2008 14:38:19 +0100
- Message-id: <494A5D8C.23F4.0029.1@xxxxxxxxxxxxx>
Hi Dominique,On 12/18/2008 at 2:33 PM, "Raul Romero" <raul@xxxxxxxx> wrote:
OSI's bundle will contain all those dependencies that are not within
the standard openSUSE repository.
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
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |