Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:netbsd 2011/04/20 09:55 | howto:netbsd 2017/09/06 17:34 current | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| [[http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/|sandpoint/installation/altboot.img]] and [[http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/|sandpoint/binary/kernel/netbsd-INSTALL.gz]] | [[http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/|sandpoint/installation/altboot.img]] and [[http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/|sandpoint/binary/kernel/netbsd-INSTALL.gz]] | ||
| - | ===== Guide ===== | + | Time to time there is no sandpoint directory. In this case use google to find some alternative mirrors. |
| + | |||
| + | ===== Installation guide ===== | ||
| - Flash altboot.img u-boot image as kernel using this [[howto:kernel_upload|guide]]. | - Flash altboot.img u-boot image as kernel using this [[howto:kernel_upload|guide]]. | ||
| - Setup tftp server to serve netbsd-INSTALL file. | - Setup tftp server to serve netbsd-INSTALL file. | ||
| Line 14: | Line 16: | ||
| - Set ''sshd=YES'' in /etc/rc.conf to make sshd automatically start at boot-up. | - Set ''sshd=YES'' in /etc/rc.conf to make sshd automatically start at boot-up. | ||
| - ''/etc/rc.d/sshd start'' | - ''/etc/rc.d/sshd start'' | ||
| + | |||
| + | ===== Installation guide for additional software ===== | ||
| + | - ''export PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/sandpoint/6.0/"'' | ||
| + | - ''pkg_add -v gettext-lib'' | ||
| + | - ''pkg_add -v bash'' | ||
| ===== Links ===== | ===== Links ===== | ||
| [[http://www.netbsd.org/ports/sandpoint/instDSM-G600.html|Official guide]] | [[http://www.netbsd.org/ports/sandpoint/instDSM-G600.html|Official guide]] | ||
| + | |||
| + | [[http://www.netbsd.org/docs/guide/en/chap-boot.html|First steps]] | ||