From owner-freebsd-hackers Thu Aug 31 08:16:05 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA08977 for hackers-outgoing; Thu, 31 Aug 1995 08:16:05 -0700 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id IAA08411 for ; Thu, 31 Aug 1995 08:15:26 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by who.cdrom.com (8.6.11/8.6.11) with ESMTP id IAA11961 for ; Thu, 31 Aug 1995 08:08:47 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id HAA10122; Thu, 31 Aug 1995 07:47:27 -0700 To: "Rodney W. Grimes" cc: julian@ref.tfs.com, hackers@freebsd.org Subject: Re: kernel size In-reply-to: Your message of "Thu, 31 Aug 1995 06:49:24 PDT." <199508311349.GAA11381@gndrsh.aac.dev.com> Date: Thu, 31 Aug 1995 07:47:27 -0700 Message-ID: <10120.809880447@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@freebsd.org Precedence: bulk > > be able to make a fixit floppy again and we've been meaning to do it > > it's just low-prio. > > I would say this should not be low-prior, it is an often requested > item, and has been missing for 2 releases, and is about to go missing > for 3, I would say we need a fixit more than we needed ee :-). I should clarify then I suppose: It's a low priority because I've been trying to fold this functionality back into boot.flp. If you think about it, you already have mount/fsck/newfs/sh/ee (:-) and pretty much everything else you need to repair the system there. We just lacked a way of getting the user to the functionality. This is now fixed. Jordan