Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2001 13:38:40 -0600
From:      Warner Losh <imp@harmony.village.org>
Cc:        "Chuck TheMascot" <freebsdfan@hotmail.com>, small@FreeBSD.ORG
Subject:   Re: Booting from Flash 
Message-ID:  <200109221938.f8MJce743177@harmony.village.org>
In-Reply-To: Your message of "Sat, 22 Sep 2001 13:35:00 MDT." <200109221935.f8MJZ0743128@harmony.village.org> 
References:  <200109221935.f8MJZ0743128@harmony.village.org>  <F262tTXrtfQyupGKy3h000026e7@hotmail.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200109221935.f8MJZ0743128@harmony.village.org> Warner Losh writes:
: With 4.4 you should be able to do something like:
: 	make buildworld
: 	fdisk -I ad8
: 	disklabel -rw ad8s1 auto
: 	newfs /dev/ad8s1a
: 	mount /dev/ad8s1a /mnt
: 	setenv DESTDIR /mnt
: 	cd /usr/src/etc
: 	make distribution
: 	cd ..
: 	foreach i (dirs-of-interest)
: 		(cd $i && make install)
: 	done
	cd /usr/src/sys/i386/conf
	config FOO
	cd ../../compile/FOO
	make depend && make all install
	# hack /etc/fstab
	# hack /etc/rc.conf
	# hack /boot.conf
	# hack /boot/loader.conf

Warner

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109221938.f8MJce743177>