Mailinglist Archive: opensuse-factory (757 mails)
| < Previous | Next > |
Re: [opensuse-factory] makeSUSEdvd 0.30 and Add-On-CD
- From: Eberhard Moenkeberg <emoenke@xxxxxxx>
- Date: Mon, 15 May 2006 02:02:37 +0200 (CEST)
- Message-id: <Pine.LNX.4.61.0605150158580.31653@xxxxxxxxxxxxxx>
Hi,
On Sun, 14 May 2006, Kenneth Schneider wrote:
You can add it.
find <top> -name '*.rpm' | sort >list
sort -u list >list.sorted
diff <options> list list.sorted
shows the "double" RPMs.
Cheers -e
--
Eberhard Moenkeberg (emoenke@xxxxxxx, em@xxxxxxx)
On Sun, 14 May 2006, Kenneth Schneider wrote:
On Mon, 2006-05-15 at 00:39 +0200, houghi wrote:
On Sun, May 14, 2006 at 11:31:01PM +0200, Thorolf Godawa wrote:
Quick question while on the subject. As I have the factory treeis it possible to integrate also the Add-On-CD in the created DVD or
does it work only with the normal 5 SL 10.1-install-CDs?
You can add it.
downloaded and I know I can add additional rpm packages will the
makeSUSEdvd take duplicate RPM's from different sources into account.
What I am looking to do is create one source on my local network to
install from that has all of the packages including the extra packages
in the factory tree and the non-oss stuff and really don't want to end
up with dups.
You can add it.
find <top> -name '*.rpm' | sort >list
sort -u list >list.sorted
diff <options> list list.sorted
shows the "double" RPMs.
Cheers -e
--
Eberhard Moenkeberg (emoenke@xxxxxxx, em@xxxxxxx)
| < Previous | Next > |