From owner-freebsd-hackers Tue Jan 27 20:22:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07294 for hackers-outgoing; Tue, 27 Jan 1998 20:22:20 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07285 for ; Tue, 27 Jan 1998 20:22:13 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id UAA29428; Tue, 27 Jan 1998 20:22:15 -0800 (PST) To: Archie Cobbs cc: dag-erli@ifi.uio.no, hackers@FreeBSD.ORG Subject: Re: /usr/src/release/sysinstall needs YOU. :-) In-reply-to: Your message of "Tue, 27 Jan 1998 19:40:49 PST." <199801280340.TAA22097@bubba.whistle.com> Date: Tue, 27 Jan 1998 20:22:15 -0800 Message-ID: <29424.885961335@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk > I would, except we already did that :-) Actually I wrote a program > that fdisks and disklabels a disk based on reading a config file that > specifies the partitions.. it's based on sysinstall and using libdisk. Decoupling the two tasks entirely is also something I've considered. :) I'd be interested in seeing your approach here. Jordan