From owner-freebsd-questions Tue Dec 18 10:39:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shonan.sfc.wide.ad.jp (shonan.sfc.wide.ad.jp [203.178.142.130]) by hub.freebsd.org (Postfix) with ESMTP id EE09637B417 for ; Tue, 18 Dec 2001 10:39:18 -0800 (PST) Received: from watari-b4 (dhcp-143-246.sfc.wide.ad.jp [203.178.143.246]) by shonan.sfc.wide.ad.jp (Postfix) with ESMTP id 12F5A5D025 for ; Wed, 19 Dec 2001 03:39:18 +0900 (JST) Date: Wed, 19 Dec 2001 03:40:25 +0900 From: Masafumi Watari To: freebsd-questions@FreeBSD.ORG Subject: Question with /usr/src/release/sysinstall/install.cfg Message-Id: <20011219031652.44B3.WATARI@sfc.wide.ad.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.07 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have two questions. Please help me out. I am trying to make a customized bootable CD, using the /usr/src/release/sysinstall/install.cfg I have succeeded in making one, but I've noticed that my CD would not work on all machines, of course, because the disks are not the same. I was wondering if there was a way that to automatically detect the disk using install.cfg so that I can use it on any machine that I want to install. Currently, my install.cfg looks like something like this: disk=da0 #I don't want to limit only to da0 partition=all bootManager=boot diskPartitionEditor da0s1-1=ufs 409600 / #here also da0s1-2=swap 2045000 none da0s1-3=ufs 0 /usr -- Another question is that I want to include some original files in my CD. How can I do this? When I do a 'make release', I get /FREEBSD/R/cdrom/{disk1,disk2} It does not seem to add my files in my install.iso by just placing it in one of the above directories before running 'mkisofs'. Would I have to 'cvs add' the file to my local Repository? And if so, would I need to place a tag if I 'make release' with the RELEASETAG set? Any suggestion, comments are greatly appreciated. Thankyou in Advance, Masafumi Watari watari@sfc.wide.ad.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message