Re: ACPI panic on boot with new Lua loader and other minor issues

2018-02-19 Thread Devin Teske
> On Feb 19, 2018, at 4:32 PM, Warner Losh wrote: > > > >> On Mon, Feb 19, 2018 at 2:57 PM, Devin Teske wrote: >> >> >> > On Feb 19, 2018, at 2:21 PM, Kyle Evans wrote: >> > >> > It seems that the Forth loader might be doing some

Re: ACPI panic on boot with new Lua loader and other minor issues

2018-02-19 Thread Devin Teske
> On Feb 19, 2018, at 2:21 PM, Kyle Evans wrote: > > It seems that the Forth loader might be doing something sneaky and > replacing the standard common "boot" with a Forth boot that handles > this a lot better. CC'ing dteske@ so they can confirm. I can indeed confirm this as fact. Not able to

Re: I/O semantics of pipe and FIFO.

2017-03-08 Thread Devin Teske
Problem we had found was: Executing dd with a closed stdout and stderr would cause the summary messages printed at the end to go into the destination output file. For example, dd if=/dev/zero of=/tmp/foo bs=1m count=1 Works fine, but the following: dd if=/dev/zero of=/tmp/foo bs=1m count=1 >&

Re: revisiting tunables under Safe Mode menu option

2016-12-11 Thread Devin Teske
012 18:52 Devin Teske said the following: >> >> >>> -Original Message- >>> From: Andriy Gapon [mailto:a...@freebsd.org] >>> Sent: Thursday, March 01, 2012 12:39 AM >>> To: Devin Teske >>> Cc: John Baldwin; freebsd-current@FreeBSD.org;

Re: [FreeBSD-Announce] HEADS-UP: OpenSSH DSA keys are deprecated in 12.0 and 11.0

2016-08-08 Thread Devin Teske
answer then is ed25519 or rsa4096, disable both dsa and ecdsa. > > Even 6.5p1 shipped with 9.3 supports ed25519. > > Cheers, > > Bernard. > Thanks for confirming, Bernard! -- Cheers, Devin > On 2016-08-08 19:56, Devin Teske wrote: >> Which would you use?

Re: [FreeBSD-Announce] HEADS-UP: OpenSSH DSA keys are deprecated in 12.0 and 11.0

2016-08-08 Thread Devin Teske
Which would you use? ECDSA? https://en.wikipedia.org/wiki/Elliptic_curve_cryptography "" In the wake of the exposure of Dual_EC_DRBG as "an NSA undercover operation", cryptography experts have also expressed concern over the security

Re: FreeBSD 11.0-BETA4 Now Available

2016-08-08 Thread Devin Teske
> On Aug 8, 2016, at 8:02 AM, Lars Engels wrote: > > On Mon, Aug 08, 2016 at 02:44:05PM +, Glen Barber wrote: >> On Mon, Aug 08, 2016 at 10:48:30AM +0200, Lars Engels wrote: >>> On Sat, Aug 06, 2016 at 09:05:26PM +, Glen Barber wrote: -BEGIN PGP SIGNED MESSAGE- >>> o T

Re: Error: stack underflow

2016-04-20 Thread Devin Teske
> On Apr 20, 2016, at 1:24 AM, Andriy Gapon wrote: > > > I see this message "Error: stack underflow" when a loader menu is presented. > It seems that it comes from ficl. This is on a quite recent (< 2 weeks) head. > How can I debug this problem? > > I have one local modification to forth file

Re: Does anyone use kgzip / kgzldr?

2016-01-06 Thread Devin Teske
> On Nov 23, 2015, at 6:35 PM, Ed Maste wrote: > > Hiya, I wanted to forward this to you in case you're not reading -current at > the moment so you don't miss it. A PR of yours from 2013 is the only recent > evidence I found of someone using kgzldr :-) > Not on -current -- didn't get the ori

Re: Nothing can boot anymore - video issues

2015-04-08 Thread Devin Teske
> On Apr 8, 2015, at 8:18 AM, Shawn Webb wrote: > > On Mon, 2015-04-06 at 16:55 -0700, Devin Teske wrote: >> >>> On Apr 6, 2015, at 1:35 PM, Shawn Webb >>> wrote: >>> >>> On Mon, 2015-04-06 at 13:59 -0400, Shawn Webb wrote: >>>&g

Re: Nothing can boot anymore - video issues

2015-04-06 Thread Devin Teske
> On Apr 6, 2015, at 1:35 PM, Shawn Webb wrote: > > On Mon, 2015-04-06 at 13:59 -0400, Shawn Webb wrote: >> On Sun, 2015-04-05 at 12:07 -0700, Rui Paulo wrote: >>> On Apr 5, 2015, at 09:11, Shawn Webb wrote: So I just updated my laptop and desktop to a recent HEAD. Both machines

Re: [RFC] Add "GELI Passphrase:" prompt to boot loader

2015-04-06 Thread Devin Teske
> On Apr 6, 2015, at 10:52 AM, Eric van Gyzen wrote: > > On 04/06/2015 13:39, Devin Teske wrote: >> >>> On Apr 6, 2015, at 10:24 AM, Eric van Gyzen wrote: >>> >>> On 04/06/2015 12:58, Devin Teske wrote: >>>> Hi -current, >>>>

Re: [RFC] Add "GELI Passphrase:" prompt to boot loader

2015-04-06 Thread Devin Teske
> On Apr 6, 2015, at 10:24 AM, Eric van Gyzen wrote: > > On 04/06/2015 12:58, Devin Teske wrote: >> Hi -current, >> >> I have a pending enhancement to the boot loader that Colin P. and I >> have been working on together. >> >>

[RFC] Add "GELI Passphrase:" prompt to boot loader

2015-04-06 Thread Devin Teske
Hi -current, I have a pending enhancement to the boot loader that Colin P. and I have been working on together. URL: https://reviews.freebsd.org/D2105 The nature of the patch is to cause the boot loader to prompt for the GELI passphrase and then pass that on (

Re: Phabricator -- can't update review

2015-03-31 Thread Devin Teske
> On Mar 31, 2015, at 7:56 PM, Devin Teske wrote: > >> >> On Mar 31, 2015, at 7:39 PM, Devin Teske wrote: >> >> Hi, >> >> I’ve been beating my head on the below issue for an hour now. >> I’m getting frustrated and don’t understand what it

Re: Phabricator -- can't update review

2015-03-31 Thread Devin Teske
> On Mar 31, 2015, at 7:39 PM, Devin Teske wrote: > > Hi, > > I’ve been beating my head on the below issue for an hour now. > I’m getting frustrated and don’t understand what it is trying to say. > > head $ arc diff —update D2105 > Exception > Field “revisionID”

Phabricator -- can't update review

2015-03-31 Thread Devin Teske
Hi, I’ve been beating my head on the below issue for an hour now. I’m getting frustrated and don’t understand what it is trying to say. head $ arc diff —update D2105 Exception Field “revisionID” occurs twice in commit message! So I go and look at the commit message. I think it is confused. I a

Re: bsdinstall and current (possible stable) snapshots

2015-03-23 Thread Devin Teske
> On Mar 22, 2015, at 10:47 PM, Sergey V. Dyatko > wrote: > > Hi Devin, > > Recently I'm trying to install FreeBSD CURRENT from bootonly image > ( FreeBSD-11.0-CURRENT-amd64-20150302-r279514-bootonly.iso) > on IBM HS22 blade via bladecenter's kvm but I faced with problem on checksum > stage, b

RE: Error when adding user with multiple groups with bsdconfig

2014-03-09 Thread Devin Teske
> -Original Message- > From: Lundberg, Johannes [mailto:johan...@brilliantservice.co.jp] > Sent: Thursday, January 9, 2014 11:38 PM > To: David Chisnall > Cc: FreeBSD Current > Subject: Re: Error when adding user with multiple groups with bsdconfig > > On Fri, Jan 10, 2014 at 4:33 PM, Da

Re: 9.1-RC3 LiveCD missing features

2012-12-08 Thread Devin Teske
On Dec 8, 2012, at 12:09 PM, Garrett Cooper wrote: > On Sat, Dec 8, 2012 at 9:42 AM, Ian Lepore > wrote: > > ... > >> It shouldn't require rc.initdiskless; just the fact that rc.d/var >> detects it can't write to /var should cause it to automatically create a >> memory fileystem for it, and mi

Re: 9.1-RC3 LiveCD missing features

2012-12-07 Thread Devin Teske
On Dec 7, 2012, at 2:39 PM, Devin Teske wrote: > > On Dec 7, 2012, at 2:30 PM, CeDeROM wrote: > >> Hello Chuck :-) >> >> DD cannot perform non-destructive test.. unless I do dd if=/dev/ada0s2a >> of=/dev/ada0s2a :-) Do you think drives are now smart enough to

Re: 9.1-RC3 LiveCD missing features

2012-12-07 Thread Devin Teske
On Dec 7, 2012, at 2:30 PM, CeDeROM wrote: > Hello Chuck :-) > > DD cannot perform non-destructive test.. unless I do dd if=/dev/ada0s2a > of=/dev/ada0s2a :-) Do you think drives are now smart enough to remap > badblocks this way? What is the probability that there are no badblocks or > badblock

Re: can't open '/boot/menusets.4th'

2012-11-13 Thread Devin Teske
On Nov 12, 2012, at 3:50 PM, Glen Barber wrote: > On Mon, Nov 12, 2012 at 06:11:43PM -0500, Darrel wrote: >> Hello, >> >> Today I booted r242670 from the console and noticed this error message: >> can't open '/boot/menusets.4th': no such file of directory >> >> Error while including /boot/menu

Re: HEADS UP: Forth Optimizations

2012-11-12 Thread Devin Teske
On Nov 11, 2012, at 5:30 PM, Peter Jeremy wrote: > On 2012-Nov-10 16:53:10 -0800, Devin Teske wrote: >> Can someone help review this for the commit log? > > I've had a look through the proposed patch and my comments follow. > Other than that, it looks good to me. >

HEADS UP: Forth Optimizations

2012-11-10 Thread Devin Teske
Hi Everybody, Adrian (my co-mentor) wanted some additional eyes/names for review on a patch I'm making to sys/boot/forth (patch attached as patch.txt). The patch makes no changes to user experience or functionality (but _does_ fix one incident of stack leakage -- among other things). I wrote/t

[HEAD] SVN r242667 and r242688 missing .4th file in /boot

2012-11-06 Thread Devin Teske
For a brief 6 hours and 48 minutes (time between r242667 and r242688), if you updated your HEAD source tree, please update it again (to bring base/head/sys/boot/ up to r242688 or higher). r242667 introduced a bugette wherein if you reboot your system you'll get the error "can't open '/boot/menu

Re: [IMPORT] bsdconfig(8)

2012-07-14 Thread Devin Teske
On Jul 14, 2012, at 3:32 PM, Bruce Cran wrote: > On 14/07/2012 22:58, Devin Teske wrote: >> Did I? When one starts discussing 'Express Install', we're clearly in the >> realm of bsdinstall, not bsdconfig. >> >> Like you stated, in that case bsdinstall

Re: [IMPORT] bsdconfig(8)

2012-07-14 Thread Devin Teske
On Jul 14, 2012, at 2:46 PM, Bruce Cran wrote: > On 14/07/2012 22:07, Devin Teske wrote: >> bsdinstall asks to set the root password (by either executing "bsdconfig >> password" -- in which a transition is only noticeable because the >> --backtitle chan

Re: [IMPORT] bsdconfig(8)

2012-07-14 Thread Devin Teske
On Jul 14, 2012, at 1:52 PM, Bruce Cran wrote: > On 14/07/2012 21:17, Devin Teske wrote: >> The implication is that bsdconfig and bsdinstall will forever live >> side-by-side once linked together. That includes having bsdconfig live on >> the installation media so that b

Re: [IMPORT] bsdconfig(8)

2012-07-14 Thread Devin Teske
On Jul 14, 2012, at 1:06 PM, Bruce Cran wrote: > On 14/07/2012 20:49, Devin Teske wrote: >> The goal is to have bsdinstall drop those functionalities and instead link >> to bsdconfig. > > Won't that mean it'll be possible to end up with an installation without

Re: [IMPORT] bsdconfig(8)

2012-07-14 Thread Devin Teske
On Jul 14, 2012, at 2:34 AM, Bruce Cran wrote: > On 14/07/2012 03:48, Devin Teske wrote: >> I'm [re-]announcing that (after much delay from the first announcement) that >> I am finally importing bsdconfig(8) into HEAD. > > I've noticed a couple of issues: > &

Re: [HEADS-UP] Import of src/usr.sbin/bsdconfig from sysutils/bsdconfig (ports)

2012-07-13 Thread Devin Teske
On Jul 2, 2012, at 6:24 PM, Devin Teske wrote: > > On Jun 30, 2012, at 3:47 PM, Bruce Cran wrote: > >> On 28/06/2012 00:11, Devin Teske wrote: >>> I'd like to announce that I intend to import bsdconfig(8) today. >> >> I haven't seen this get co

[IMPORT] bsdconfig(8)

2012-07-13 Thread Devin Teske
Hello -current, I'm [re-]announcing that (after much delay from the first announcement) that I am finally importing bsdconfig(8) into HEAD. Here's what to expect from the import: 1. The Makefile for usr.sbin will not automatically descend into the new usr.sbin/bsdconfig directory. 2. To add b

Re: [HEADS-UP] Import of src/usr.sbin/bsdconfig from sysutils/bsdconfig (ports)

2012-07-02 Thread Devin Teske
On Jun 30, 2012, at 3:47 PM, Bruce Cran wrote: > On 28/06/2012 00:11, Devin Teske wrote: >> I'd like to announce that I intend to import bsdconfig(8) today. > > I haven't seen this get committed yet - was there a problem? > No problems. A long weekend put the damp

[HEADS-UP] Import of src/usr.sbin/bsdconfig from sysutils/bsdconfig (ports)

2012-06-27 Thread Devin Teske
Hi All, I'd like to announce that I intend to import bsdconfig(8) today. === Run-up… Q. What is bsdconfig(8)? A. dialog(1) based post-install configuration utility for configuring/managing various aspects of FreeBSD. Q. What does it look like? A. No screenshots, but I do have a graphic illust

Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-27 Thread Devin Teske
On Jun 27, 2012, at 8:58 AM, Bruce Cran wrote: > On 27/06/2012 02:11, Devin Teske wrote: >> Fixed. > > Thanks! > The mouse daemon flags text still seems to have an upper-case 'S' ('Please > Specify'). > Oops, forgot that one. Thanks Bruce! Fixed.

Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-26 Thread Devin Teske
Hi Bruce, On Jun 24, 2012, at 5:14 PM, Bruce Cran wrote: > On 21/06/2012 00:40, Devin Teske wrote: >> If you have the time and/or energy, please test and report any issues that >> you experience. > > I've noticed a few typos and other minor issues: > > In bsd

Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-21 Thread Devin Teske
P.S. Sorry for top-post. P.P.S. Thanks goes to Vitaly Magerya for the bug report. P.P.P.S. Thanks to wxs@ for help in ports. On Jun 20, 2012, at 4:40 PM, Devin Teske wrote: > Hi Folks, > > This is a call for testing of the new sysutils/bsdconfig port. > > Back in February, Ron McDo

Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-21 Thread Devin Teske
On Jun 21, 2012, at 3:53 AM, Vitaly Magerya wrote: > Devin Teske wrote: >>> "Toggle Startup Services" dialog shows sendmail_enable and >>> sendmail_msp_queue_enable variables, but doesn't seem to show >>> sendmail_submit_enable and sendmail_outbou

Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-20 Thread Devin Teske
On Jun 20, 2012, at 6:24 PM, Devin Teske wrote: > > On Jun 20, 2012, at 5:16 PM, Vitaly Magerya wrote: > [snip] >> It also hangs if I try to toggle sendmail_msp_queue_enable. >> >> (Tell me if you can't reproduce this easily, I'll provide more >>

Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-20 Thread Devin Teske
On Jun 20, 2012, at 5:16 PM, Vitaly Magerya wrote: > Devin Teske wrote: >> If you have the time and/or energy, please test and report any issues that >> you experience. > > "Toggle Startup Services" dialog shows sendmail_enable and > sendmail_msp_queue_ena

[CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-20 Thread Devin Teske
Hi Folks, This is a call for testing of the new sysutils/bsdconfig port. Back in February, Ron McDowell and myself together decided we were going to take-on the task of salvaging sysinstall(8)'s "Configure" menu while simultaneously rewriting it into a system of shell scripts (making it similar

Re: "make delete-old" performance.

2012-05-16 Thread Devin Teske
On May 16, 2012, at 4:06 PM, Peter Jeremy wrote: > I recently ran "make delete-old" on a -current box and felt it was > rather slow. That prompted me to do some more careful experiments. > > On one box where I have both 8-stable and 9-stable available, there > was a ~30x slowdown (based on 5 ru

RE: Switching on/off 5V power to a USB port

2012-04-03 Thread Devin Teske
> -Original Message- > From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd- > curr...@freebsd.org] On Behalf Of Ron McDowell > Sent: Tuesday, April 03, 2012 3:14 PM > To: freebsd-current > Subject: Switching on/off 5V power to a USB port > > I just got a little USB powered fan a

RE: revisiting tunables under Safe Mode menu option

2012-03-01 Thread Devin Teske
> -Original Message- > From: Julian Elischer [mailto:jul...@freebsd.org] > Sent: Thursday, March 01, 2012 1:52 PM > To: Devin Teske > Cc: 'Andriy Gapon'; freebsd-current@freebsd.org; 'Devin Teske'; 'John Baldwin' > Subject: Re: revisiting

RE: revisiting tunables under Safe Mode menu option

2012-03-01 Thread Devin Teske
> -Original Message- > From: Scott Long [mailto:sco...@samsco.org] > Sent: Thursday, March 01, 2012 1:43 PM > To: Devin Teske > Cc: 'Julian Elischer'; freebsd-current@freebsd.org; 'Devin Teske'; 'John Baldwin'; > 'Andriy Gapon

RE: revisiting tunables under Safe Mode menu option

2012-03-01 Thread Devin Teske
> -Original Message- > From: Julian Elischer [mailto:jul...@freebsd.org] > Sent: Thursday, March 01, 2012 1:28 PM > To: Scott Long > Cc: Devin Teske; freebsd-current@freebsd.org; 'Devin Teske'; 'John Baldwin'; > 'Andriy Gapon' > Su

RE: revisiting tunables under Safe Mode menu option

2012-03-01 Thread Devin Teske
> -Original Message- > From: Julian Elischer [mailto:jul...@freebsd.org] > Sent: Thursday, March 01, 2012 1:22 PM > To: Devin Teske > Cc: 'Andriy Gapon'; freebsd-current@freebsd.org; 'Devin Teske'; 'John Baldwin' > Subject: Re: revisiting

RE: revisiting tunables under Safe Mode menu option

2012-03-01 Thread Devin Teske
> -Original Message- > From: Andriy Gapon [mailto:a...@freebsd.org] > Sent: Thursday, March 01, 2012 9:07 AM > To: Devin Teske > Cc: 'John Baldwin'; freebsd-current@FreeBSD.org; 'Scott Long'; 'Devin Teske' > Subject: Re: revisiting tunable

RE: revisiting tunables under Safe Mode menu option

2012-03-01 Thread Devin Teske
> -Original Message- > From: Scott Long [mailto:sco...@samsco.org] > Sent: Thursday, March 01, 2012 9:13 AM > To: Devin Teske > Cc: 'Andriy Gapon'; 'John Baldwin'; freebsd-current@FreeBSD.org; 'Devin Teske' > Subject: Re: revisiting tunab

RE: revisiting tunables under Safe Mode menu option

2012-03-01 Thread Devin Teske
> -Original Message- > From: Andriy Gapon [mailto:a...@freebsd.org] > Sent: Thursday, March 01, 2012 12:39 AM > To: Devin Teske > Cc: John Baldwin; freebsd-current@FreeBSD.org; Scott Long; Devin Teske > Subject: Re: revisiting tunables under Safe Mode menu option >

Re: revisiting tunables under Safe Mode menu option

2012-02-29 Thread Devin Teske
> 2000-2007 suddenly disappeared off the face of the earth. But I agree that > turning it off on modern systems probably does more harm than good. Hence my > suggestion for a finer control over this in the menu. Maybe Devin Teske can > lend some help with this task? .oO(uh oh, what'

Re: Fwd: Effect of Processor and Memory on KDE4 execution speed

2012-02-21 Thread Devin Teske
On Tue, 2012-02-21 at 14:42 -0800, Robison, Dave wrote: > > > Original Message > Subject: > Effect of Processor and Memory on > KDE4 execution speed > Date: > Tue, 14 Feb 2012 09:39:36 -0500 >

Re: Kernel Tracking Question.. regarding kernel and boot files

2011-04-10 Thread Devin Teske
On Apr 9, 2011, at 9:46 PM, Julian Elischer wrote: > On 4/9/11 2:51 PM, Chris Richardson wrote: >> On Sat, Apr 9, 2011 at 10:34 PM, Chuck Swiger wrote: >> >>> Hi, Chris-- >>> >>> [ ...Reply-to: set to direct towards the most appropriate list... ] >>> >>> On Apr 9, 2011, at 8:31 AM, Chris Rich

Re: vmware-tools-freebsd && "No drivers for x.org version: 7.6.5."

2011-04-08 Thread Devin Teske
On Apr 8, 2011, at 5:03 AM, Matthias Apitz wrote: > El día Friday, April 08, 2011 a las 12:17:03PM +0200, Dimitry Andric escribió: > >> On 2011-04-08 10:42, Matthias Apitz wrote: >>> I have FreeBSD 9-CURRENT up and running in a VMware Workstation 7.x and >>> I tried to install the vmware-tools-f

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Devin Teske
On Feb 22, 2011, at 7:41 PM, Garrett Cooper wrote: > On Tue, Feb 22, 2011 at 7:23 PM, Devin Teske wrote: >> >> On Feb 22, 2011, at 12:57 PM, Peter Jeremy wrote: >> >>> On 2011-Feb-22 02:50:54 -0800, Devin Teske wrote: >>>> That's the operative

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Devin Teske
On Feb 22, 2011, at 12:57 PM, Peter Jeremy wrote: > On 2011-Feb-22 02:50:54 -0800, Devin Teske wrote: >> That's the operative word here ("supports"). Lord help us when that >> changes to "requires" (that is to say, if/when the FreeBSD kernel >>

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Devin Teske
On Feb 21, 2011, at 11:03 PM, Josh Paetzel wrote: > On Monday, February 21, 2011 08:38:03 pm Devin Teske wrote: > >> >> Really, the crux of the issue is that our organization is **just now** >> migrating off of FreeBSD-4 (yes, it's true... there are over 1,000 >

Re: FreeBSD Installer Roadmap

2011-02-21 Thread Devin Teske
On Feb 21, 2011, at 2:12 PM, Josh Paetzel wrote: > On Saturday, February 19, 2011 02:44:42 am Bruce Cran wrote: >> On Saturday 19 February 2011 03:04:39 Devin Teske wrote: >>> There are many reasons for this, and none of them are selfish (although >>> it remains possi

Re: FreeBSD Installer Roadmap

2011-02-18 Thread Devin Teske
ing the trumpets in favor of someone willing to carry on the legacy! (hey, I'm all for advancement, but there's something to be said for paying homage to your roots). > ___ > freebsd-sysinst...@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sysinstal

Re: [RFC] Rewriting sade(8)

2010-04-08 Thread Devin Teske
pted installation, and > it can be used with pxeboot, or in a custom mfsroot image easily. > Supports ZFS, glabel, gmirror, geli, GPT, gpart, vanilla FreeBSD > installs, etc. > > http://trac.pcbsd.org/browser/pcbsd/trunk/pc-sysinstall > > Checkout examples/README for all the

Re: [RFC] Rewriting sade(8)

2010-04-08 Thread Devin Teske
; > where a user can setup partitions however they like and mount them at /mnt > > and > > then let sysinstall use the setup the user created. This will allow users > > to > > setup more complex setups that sysinstall/sade do not currently support and > > al

Re: [RFC] Rewriting sade(8)

2010-04-08 Thread Devin Teske
you may > want to ask some additional questions ("are you sure you want to proceed > without a swap partition?") or place some additional constraints (such > as "don't allow the user to mount something on top of /mnt or /rescue"), > and sysinstall needs to know the