From owner-freebsd-questions@FreeBSD.ORG Wed Apr 15 04:20:44 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 BF2F2106566B for ; Wed, 15 Apr 2009 04:20:44 +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 3A40A8FC21 for ; Wed, 15 Apr 2009 04:20:43 +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 n3F4NqhJ017556; Wed, 15 Apr 2009 06:23:52 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: (from ulrich@localhost) by pukruppa.net (8.14.3/8.14.3/Submit) id n3F4NpWm017555; Wed, 15 Apr 2009 06:23:51 +0200 (CEST) (envelope-from ulrich@pukruppa.net) From: Peter Ulrich Kruppa To: Alexander Best In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 15 Apr 2009 06:23:51 +0200 Message-Id: <1239769431.86545.10.camel@pukruppa.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.0 FreeBSD GNOME Team Port Cc: 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 04:20:45 -0000 Am Mittwoch, den 15.04.2009, 00:18 +0200 schrieb Alexander Best: > 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? You could use the -root option like this: # mkisofs -o image_name.iso -root directory_name path/to/files Greetings, Uli. > > cheers. > alex > _______________________________________________ > 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"