(OT) DOS <shudder> networking

Ben Pfaff pfaffben@msu.edu
29 Jun 2000 13:12:26 -0400


"Stephen Weber" <grego_weber@hotmail.com> writes:

> I guess my Linux question was "is there a way to ghost the drives off of a 
> Linux boot disk?"

How similar are the machines?  If they're pretty much identical
then you could do something like
	mount nfs-server:/ghost/image/dir
	gzip -cd < /ghost/image/dir/image.bin.gz > /dev/hda
	mount /dev/hda /target -t vfat
	<customize /target>
	reboot