support gemdos as a type of unmounted filesystem during set selection

This commit is contained in:
abs 2009-02-02 18:38:37 +00:00
parent 90e9431320
commit c145c58334
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: list.images,v 1.4 2008/05/11 19:21:02 he Exp $
# $NetBSD: list.images,v 1.5 2009/02/02 18:38:37 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
LIBS libhack.o -lprop -lrmt -ledit -lz -lbz2 -lutil -lcurses -ltermcap -lcrypt -lkvm -ll -lm
@ -13,7 +13,8 @@ COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
# the termcap file
COPY ${CURDIR}/../common/termcap.mini usr/share/misc/termcap
COPY ${CURDIR}/../common/dot.profile .profile
COPY ${CURDIR}/../common/dot.profile .profile
COPY ${CURDIR}/../common/mount_gemdos sbin/mount_gemdos 555
# and the keyboard maps
MTREE ./usr/share/keymaps type=dir uname=root gname=wheel mode=0755

View File

@ -0,0 +1,3 @@
#!/bin/sh
# $NetBSD: mount_gemdos,v 1.1 2009/02/02 18:38:37 abs Exp $
exec mount_msdos -G "$@"