version 1.4, 2012/12/18 11:37:18
|
version 1.5, 2012/12/18 12:02:39
|
Line 43 up with:
|
Line 43 up with:
|
##Installation process |
##Installation process |
After NetBSD is booted from the memory stick the installation process is |
After NetBSD is booted from the memory stick the installation process is |
usual (you can find an example in |
usual (you can find an example in |
[The NetBSD Guide](http://netbsd.org/docs/guide/en/chap-exinst.html)). |
[The NetBSD Guide](http://www.netbsd.org/docs/guide/en/chap-exinst.html)). |
Just pay attention when choosing the installation media: if you want |
Just pay attention when choosing the installation media: if you want |
to install using the installation sets on the memory stick when |
to install using the installation sets on the memory stick when |
[choosing the installation |
[choosing the installation |
Line 52 select <code>g: local directory</code> a
|
Line 52 select <code>g: local directory</code> a
|
to release/). |
to release/). |
|
|
|
|
#Easy method using mkmemstick.sh |
#Build your own image |
|
Use |
|
build.sh -U release install-image |
|
with your usual build settings from your src directory. |
[Create an image using mkmemstick.sh](http://jmcneill.spaces.live.com/blog/cns!F507161C07E89CBE!170.entry) |
|
|
|
|
|
|
|
This script depends on the sysutils/cdrtools package. |
|
|
|
|
|
|
|
1 Fetch a copy of the ISO you wish to install along with [mkmemstick.sh](http://ftp.netbsd.org/pub/NetBSD/misc/jmcneill/mkmemstick.sh) |
|
|
|
|
|
|
|
2 Create a disk image from the ISO: |
|
|
|
|
|
|
|
$ sh mkmemstick.sh i386cd-5.0.1.iso i386memstick-5.0.1.img |
|
|
|
|
|
|
|
3 Write the newly created image to the memory stick as root: |
|
|
|
|
|
|
|
# dd if=i386memstick-5.0.1.img of=/dev/sd0d |
|
|
|
4 Boot from the USB device and follow the [installation process below](/How_to_install_NetBSD_from_an_USB_Memory_Stick/#index3h2). |
|
|
|
|
Carry on with [the instructions after download](#index2h2) above. |
|
|
|
|
#Manual method |
#Manual method |