Hi,

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:

is 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.

Quick question while on the subject. As I have the factory tree
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 ([EMAIL PROTECTED], [EMAIL PROTECTED])

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to