atom feed5 messages in org.freebsd.freebsd-currentRe: /stand/sysinstall fdisk won't work
FromSent OnAttachments
ja...@cs.utep.eduOct 29, 2000 11:20 am 
David O'BrienOct 29, 2000 2:32 pm 
Tony JohnsonOct 29, 2000 3:00 pm 
John W. De BoskeyOct 29, 2000 3:24 pm 
ja...@cs.utep.eduOct 29, 2000 5:27 pm 
Subject:Re: /stand/sysinstall fdisk won't work
From:John W. De Boskey (jw@bsdwins.com)
Date:Oct 29, 2000 3:24:29 pm
List:org.freebsd.freebsd-current

I believe you need to update sysinstall.

The following is what I do to update sysinstall on our 'make release' machine. Similar should work for you (change sysinstalldir & MAKEOBJDIR).

-John

------------------------------------------------------------------------ # # Install sysinstall into /stand/sysinstall (binary & manpage) # function do_sysinstall { sysinstalldir="$RDIR/usr/src/release/sysinstall" if [[ -d $sysinstalldir ]]; then cd $sysinstalldir && pwd && export MAKEOBJDIR=/snap/release/usr/obj/usr/src/release/sysinstall && make obj && make all install; return 0 else echo "Hey! Where is $sysinstalldir!!" return 0 fi bail 1 "Installation of sysinstall failed!" # NotReached return 1 }

------------------------------------------------------------------------

----- ja@cs.utep.edu's Original Message -----

After installing the latest version of the current source, /stand/sysinstall's fdisk will not find any devices. Can anybody tell me what I forgot to do? I did do the /dev/MAKEDEV all.

JAn

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message