From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from vanandel.dyndns.org (h24-87-145-2.vs.shawcable.net [24.87.145.2]) by chiba.3jane.net (Postfix) with ESMTP id B8DF9ABCFC for ; Tue, 17 Sep 2002 14:51:28 -0500 (CDT) Received: from www.vanandel.net (s216-232-59-193.bc.hsia.telus.net [216.232.59.193]) by vanandel.dyndns.org (8.11.2/8.11.2) with ESMTP id g8HJpLw32147; Tue, 17 Sep 2002 12:51:22 -0700 Message-Id: <5.0.2.1.0.20020917124006.00a704a0@vanandel.dyndns.org> X-Sender: fred@vanandel.dyndns.org X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 17 Sep 2002 12:51:19 -0700 To: Jungmin Seo , gentoo-dev@gentoo.org From: Fred Van Andel Subject: Re: [gentoo-dev] making an 'iso' file In-Reply-To: <461595C6-CA4F-11D6-92DE-000393953DC6@gentoo.or.kr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: ffa29bc6-4cb2-488d-b29c-a23c186a53af X-Archives-Hash: e42b9013b67102bce5b07fa1a1eb8e24 At 12:08 AM 9/18/02 +0900, you wrote: >hi, > >i am, at the moment, wrinting an article about gentoo for a linux magazine >in korea. >However, i am trying to make an 'iso' file with both 1.2 and 1.4 stage >files. This >is the first time to make an iso file, so that i need help from you.. > >what would be the best way to do it? and i would like to know how to do it.. > >i was going to add 1.4rc's stage files to a 1.2 iso, but i do not know howto. > >thanks for your help in advance.. (it is quite urgent :) > >J Seo I use: mkisofs -joliet -o /name/of/iso/file.iso -log-file /name/of/log/file.log -rock -volid volume-name-here /name/of/data/directory or at a minimum: mkisofs -joliet -o /name/of/iso/file.iso /name/of/data/directory however i recommend adding both -rock and -joliet -rock will add unix specific info such as uid/gid permissions etc -joliet will generate file/directroy names that are more friendly to windows. More info can be found in the man files. Fred Van Andel