From owner-freebsd-current@FreeBSD.ORG Wed Mar 2 04:31:06 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA39C16A4CE; Wed, 2 Mar 2005 04:31:06 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0130843D2F; Wed, 2 Mar 2005 04:31:06 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j224X7ZD003761; Tue, 1 Mar 2005 21:33:08 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <42254106.8070006@samsco.org> Date: Tue, 01 Mar 2005 21:28:54 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Yeske References: <20050301175414.29170.qmail@web31007.mail.mud.yahoo.com> In-Reply-To: <20050301175414.29170.qmail@web31007.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: hackers@freebsd.org cc: re@freebsd.org cc: current@freebsd.org Subject: Re: smbfs install option for sysinstall X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 04:31:06 -0000 David Yeske wrote: > I modified the installer a while back to be able to install from a smb share. > It needs a little work though. I'm looking for some feedback although I have > tested it recently. I have done a recent install from a Windows XP machine > joined to a domain using a share that had domain admin credentials. > > http://futurebsd.sourceforge.net/freebsd/smbfs/ > > Here are a couple of issues that should be fixed. > > 1. I am not sure how to get the smbfs kernel support into the installer without > also putting it into the GENERIC kernel of the release. Probably not a big deal, unless it presents a security risk by default. I don't know enough about smbfs to say. > > 2. If a user uses is prompted for a password, then the output will make > sysinstall look kinda funny, although the user can enter the password properly. > There is probably a way to intercept the stdin and stdout of mount_smbfs and > have it display in a menu? This should work similar to the root password > change option? Probably easiest to do it this way. Sysinstall isn't pretty, but making it uglier with misformatted dialogs isn't good either. > > 3. This may add too much space to the floppy installer? No longer a problem now that the splitfs support is in. > > 4. The English used in the menus could be better. > > Regards, > David Yeske > Scott