From owner-freebsd-libh Sun Jun 10 5:33:20 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id B294037B401 for ; Sun, 10 Jun 2001 05:33:16 -0700 (PDT) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.11.3/8.11.1) id f5ACYrS01596 for libh@FreeBSD.org; Sun, 10 Jun 2001 07:34:53 -0500 (CDT) (envelope-from alex) Message-Id: <200106101234.f5ACYrS01596@usw4.freebsd.org> From: Alexander Langer Date: Sun, 10 Jun 2001 07:34:53 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/diskedit disk.tcl fdisk.tcl fdiskops.tcl sliceops.tcl Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2001/06/10 07:34:53 CDT Modified files: release/diskedit disk.tcl fdisk.tcl fdiskops.tcl sliceops.tcl Log: - Now finally be able to create slices. A dialog popup appears, where one can specify size of new slice in blocks, Mega and Gigabyte (e.g. 200M, 2G), toggle if the new slice is bootable and choose the type of the slice (currently FreeBSD + FAT). - Reformat the ok_dialog to have nicer layout. The slice editor is now already fully capable of creating and deleting slices. Changes are still not written to disk, though. Revision Changes Path 1.2 +2 -0 libh/release/diskedit/disk.tcl 1.5 +13 -4 libh/release/diskedit/fdisk.tcl 1.3 +9 -3 libh/release/diskedit/fdiskops.tcl 1.2 +54 -10 libh/release/diskedit/sliceops.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message