Date: Sun, 11 Mar 2012 10:30:35 -0500 From: Nathan Whitehorn <nwhitehorn@freebsd.org> To: freebsd-geom@FreeBSD.org Subject: Replacing sade with bsdinstall's partedit Message-ID: <4F5CC51B.4010004@freebsd.org>
next in thread | raw e-mail | index | archive | help
I was wondering how people would feel about replacing sade in -CURRENT with the partition editor utility from bsdinstall. It provides similar functionality to sade, but with the addition of supporting GPT, working on non-x86 platforms, etc. It would also keep things more in sync with the installer. If you want to test it, the following will work on either -CURRENT or 9.0: rm /usr/sbin/sade ln -s /usr/libexec/bsdinstall/partedit /usr/sbin/sade -Nathan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F5CC51B.4010004>