git @ Cat's Eye Technologies Funicular / netbsd-9-experiment
GENERIC_TINY instructions, which are probably out of date. Chris Pressey 1 year, 5 months ago
1 changed file(s) with 10 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
88 https://static.catseye.tc/distfiles/netusb-0.1.zip
99 "
1010
11 # pkg_add http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/i386/9.3/All/pkgin
1211
13 # GENERIC (20M) -> GENERIC_TINY (2.4M)
14 ### mv /netbsd /netbsd.old ; mv /usr/src/sys/arch/GENERIC_TINY/compile/GENERIC_TINY/netbsd /
1512
13
14 # --> follow Kernel build instructions to build GENERIC_TINY kernel.
15 #
16 # ls -l /usr/src/sys/arch/i386/compile/GENERIC_TINY/netbsd
17 # -rwxr-xr-x 1 root wsrc 2.6M Sep 3 21:33 /usr/src/sys/arch/i386/compile/GENERIC_TINY/netbsd
18
19 # --> install boot-RAMdisk in this kernel.
20 #
1621 # mkdir isobuild
17 # cp /usr/src/sys/arch/GENERIC_TINY/compile/GENERIC_TINY/netbsd isobuild/
22 # cp /usr/src/sys/arch/i386/compile/GENERIC_TINY/netbsd isobuild/
1823 # mkdir systree # XXX and populate with ?????
1924 # makefs -s 2880 -t ffs md.img systree
2025 # mdsetimage -v -s isobuild/netbsd md.img
5964 # pkg_add http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/i386/9.3/All/pkgin
6065 # pkgin -4 -V install mklivecd nano python39
6166
67
6268 setup_instructions() {
6369 cat <<EOF
6470 * Login as root (which will not have a password. You may or may not wish to give it one,