Talk:Installing FreeBSD with netboot
From FreeBSDwiki
(Difference between revisions)
(→md) |
(→md) |
||
Line 17: | Line 17: | ||
Wouldn't this work as well? | Wouldn't this work as well? | ||
− | < | + | <pre> |
mkdir /usr/local/pxeboot | mkdir /usr/local/pxeboot | ||
(bsd)tar xvf FreeBSD-8.2-RELEASE-i386-bootonly.iso -C /usr/local/pxeboot | (bsd)tar xvf FreeBSD-8.2-RELEASE-i386-bootonly.iso -C /usr/local/pxeboot | ||
− | </ | + | </pre> |
Latest revision as of 10:04, 19 April 2011
Oh hi.
How does the process differ if say, I have an i386 FreeBSD tftpd server and want to install FreeBSD sparc64 on my Sun Ultra 5? Hmm?
What file should I place in /tftpboot ?
Thanks.
[edit] nope
doesn't matter what OS the tftpd server is running. wouldn't matter if it was Windows, Mac, Linux, whatever - tftpd is tftpd. also, pls to be signing your comments. =) --Jimbo 22:07, 15 October 2010 (UTC)
[edit] md
Why this whole mess with md? bsdtar extracts iso-9660 just fine (GNU tar doesn't, but the md stuff looks highly BSD specific anyway)...
Wouldn't this work as well?
mkdir /usr/local/pxeboot (bsd)tar xvf FreeBSD-8.2-RELEASE-i386-bootonly.iso -C /usr/local/pxeboot