Hi:
Im trying to get a couple of scripts of mine onto a bootable FreeBSD 5.4
install cd. Im going about this as follows.
Im ripping the iso image from the cd with dd
dd if=/dev/acd0 of=file.iso bs=2048
Then, Im mounting the iso image
mdconfig -a -t vnode -f /usr/iso-orig/file.iso -u 0
mou
Hi
Im having some trouble with the system command in the install.cfg file
for autoinstalls. THe man page says the "system " command can
be used at the end of the cfg file but I cant get it to work.
I've tried.
system "/full/path/to/prog \"escsomequotes\" "
system "/full/path /full/path"
s
Hi:
I've recompiled sysinstall b/c i want it to automatically get
install.cfg ( for an autoinstall ) from the cd its on instead of a
floppy. Now, I cant find out where sysinstall is on the 5.3 cd so I can
replace and reburn it. Can someone help me or let me know where
sysinstall is hidden on th