5ebb61c202
o Wave goodbye to INSTALL_SMALL-based boot image (it was originally built for 5.25" media, but isn't anymore). o Make a separate ramdisk image for the INSTALL_TINY image, using the old script-based installer (not fixed/checked at the moment). However, at least tweak the profile scripts to start it instead of sysinst. Also remove ping6 and rtsol from ramdisk compared to original; the INSTALL_TINY image doesn't have INET6. o Add dump/restore back into both ramdisk images. o Add scsictl and chio to the normal ramdisk image (INSTALL-based fdset) o With dump/restore reinstated, remove the rescue-* and ramdisk-rescue directories. So, we're now back to having the recovery tools on the same image as the boot media images.
83 lines
575 B
Plaintext
83 lines
575 B
Plaintext
# $NetBSD: mtree.conf,v 1.1 2000/06/12 18:51:18 he Exp $
|
|
|
|
/set type=dir uname=root gname=wheel mode=0755
|
|
# .
|
|
.
|
|
|
|
# ./bin
|
|
bin
|
|
# ./bin
|
|
..
|
|
|
|
# ./dev
|
|
dev
|
|
# ./dev
|
|
..
|
|
|
|
# ./dist
|
|
dist
|
|
# ./dist
|
|
..
|
|
|
|
# ./etc
|
|
etc
|
|
# ./etc
|
|
..
|
|
|
|
# ./mnt
|
|
mnt
|
|
# ./mnt
|
|
..
|
|
|
|
# ./mnt2
|
|
mnt2
|
|
# ./mnt2
|
|
..
|
|
|
|
# ./kern
|
|
kern
|
|
# ./kern
|
|
..
|
|
|
|
# ./sbin
|
|
sbin
|
|
# ./sbin
|
|
..
|
|
|
|
# ./tmp
|
|
tmp mode=01777
|
|
# ./tmp
|
|
..
|
|
|
|
# ./usr
|
|
usr
|
|
|
|
# ./usr/bin
|
|
bin
|
|
# ./usr/bin
|
|
..
|
|
|
|
# ./usr/mdec
|
|
mdec
|
|
# ./usr/mdec
|
|
..
|
|
|
|
# ./usr/sbin
|
|
sbin
|
|
# ./usr/sbin
|
|
..
|
|
|
|
# ./usr/share
|
|
share
|
|
|
|
# ./usr/share/misc
|
|
misc
|
|
# ./usr/share/misc
|
|
..
|
|
|
|
# ./usr/share
|
|
..
|
|
|
|
# ./usr
|
|
..
|