e7e33e2136
install.sub: - fix interface grovelling, ifmedia support, allow ifmedia and link to have a "none" (-> "") answer (which lets you give nothing when a default answer is given) - allow installing more than one set at a time, including "all" as a synonym for all remaining sets - mount -o async when extracting sets makeconf.awk: - put default "libs" section at the end rather than the start, so you can put other "libs" in before this list - minor cleanup mtree.conf: - create /kern sparc install.md: - MDSETS are now "kern xbase xcomp xcontrib xfont xserver" - use /kern & kernfs (replaces dmesg) - replace grep & cut pipe lines with sed - replace grep hackery with sed hackery - grep and cut are no longer required! yay! - deal with no /usr/bin/vi -- call disklabel -i - in md_copy_kern() link the netbsd.GENERIC we got from the kern set, rather than the miniroot kernel sparc miniroot list: - no more dmesg, cut or grep sparc ramdisk changes: Makefile: - `ramdiskbin.conf' is now generated by makeconf.awk - don't use libhack's opendir, it breaks dot.profile: - don't assume terminal is `sun' - set EDITOR=ed - list: - instbin -> ramdiskbin to make `makeconf.awk' work - CRUNCHSPECIAL those special dirs - add our LIBS as necessary libhack changes: - if NOLIBHACKOPENDIR is set, don't build opendir.o
106 lines
830 B
Plaintext
106 lines
830 B
Plaintext
# $NetBSD: mtree.conf,v 1.5 1999/06/27 12:55:58 mrg Exp $
|
|
|
|
/set type=dir uname=root gname=wheel mode=0755
|
|
# .
|
|
.
|
|
|
|
# ./bin
|
|
bin
|
|
# ./bin
|
|
..
|
|
|
|
# ./dev
|
|
dev
|
|
# ./dev
|
|
..
|
|
|
|
# ./etc
|
|
etc
|
|
# ./etc
|
|
..
|
|
|
|
# ./kern
|
|
kern
|
|
# ./kern
|
|
..
|
|
|
|
# ./mnt
|
|
mnt
|
|
# ./mnt
|
|
..
|
|
|
|
# ./mnt2
|
|
mnt2
|
|
# ./mnt2
|
|
..
|
|
|
|
# ./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/zoneinfo
|
|
zoneinfo
|
|
# ./usr/share/zoneinfo
|
|
..
|
|
|
|
# ./usr/share/keymaps
|
|
keymaps
|
|
# ./usr/share/keymaps
|
|
|
|
# ./usr/share/keymaps/amiga
|
|
amiga
|
|
# ./usr/share/keymaps/amiga
|
|
..
|
|
|
|
# ./usr/share/keymaps/atari
|
|
atari
|
|
# ./usr/share/keymaps/atari
|
|
..
|
|
|
|
# ./usr/share/keymaps
|
|
..
|
|
|
|
# ./usr/share
|
|
..
|
|
|
|
# ./usr
|
|
..
|
|
|
|
# ./var
|
|
var
|
|
|
|
# ./
|
|
..
|