From owner-freebsd-questions@FreeBSD.ORG Wed Apr 15 14:45:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB774106566B for ; Wed, 15 Apr 2009 14:45:10 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id 34D528FC28 for ; Wed, 15 Apr 2009 14:45:09 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.3/8.14.3) with ESMTP id n3FEmF22020821; Wed, 15 Apr 2009 16:48:15 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: (from ulrich@localhost) by pukruppa.net (8.14.3/8.14.3/Submit) id n3FEmFw8020820; Wed, 15 Apr 2009 16:48:15 +0200 (CEST) (envelope-from ulrich@pukruppa.net) From: Peter Ulrich Kruppa To: Tim Judd In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 15 Apr 2009 16:48:14 +0200 Message-Id: <1239806894.86545.12.camel@pukruppa.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.0 FreeBSD GNOME Team Port Cc: Alexander Best , freebsd-questions@freebsd.org Subject: Re: mkisofs and directories X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 14:45:11 -0000 Am Dienstag, den 14.04.2009, 23:22 -0600 schrieb Tim Judd: > On Tue, Apr 14, 2009 at 4:18 PM, Alexander Best < > alexbestms@math.uni-muenster.de> wrote: > > > hi there, > > > > this is a question that's always been bugging me: > > > > when i give mkisofs a directory as argument it always ads the contents of > > that > > directory to the iso. how can i tell mkisofs that i want the actual > > directory > > (including all it's contents) to be added to the iso? > > > > cheers. > > alex > > > unix naming convention normally dictates the following: > cp -r /cdrom/dir /mnt/ > # will create /mnt/dir and everything under it > cp -r /cdrom/dir/ /mnt/ > # will copy contents of dir into /mnt That was what I thought it should do - but it doesn't! Greetings, Uli. > > > Try excluding the slash (which is the only difference). > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"