From owner-freebsd-libh Mon Oct 29 12:16:17 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 A37D037B401 for ; Mon, 29 Oct 2001 12:16:14 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id f9TKGDB74660 for libh@FreeBSD.org; Mon, 29 Oct 2001 14:16:13 -0600 (CST) (envelope-from antoine) Message-Id: <200110292016.f9TKGDB74660@usw4.freebsd.org> From: Antoine Beaupré Date: Mon, 29 Oct 2001 14:16:13 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/release/diskedit disklabel.tcl labeledit.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 antoine 2001/10/29 14:16:13 CST Modified files: release/diskedit disklabel.tcl labeledit.tcl Log: o Implement partition (fs/swap) creation - chunk creation taken from lib/disk/disk.tcl - still need to implement interactive check on Create_Chunk_DWIN return and other parameters (hook added in comment) o Creation of partition editition dialog - should be made to edit arbitrary chunk - needs to read size units (should be easy: access to sector_size provided by slice pointer, we'll need a few modifs to size.tcl) - clicking swap should disable the mountpoint field (see buttongroups::onClick) - same for newfs toggle Note: the fdisk-style dialog still needs a few capabilities before overriding fdisk's: dedicated mode, bootable toggle and we also need a undo button. Revision Changes Path 1.14 +39 -3 libh/release/diskedit/disklabel.tcl 1.2 +63 -0 libh/release/diskedit/labeledit.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message