Remove redundant mount_gemdos script and put an alias instead.
This commit is contained in:
parent
461b4ecf4d
commit
05856249ee
@ -1,4 +1,4 @@
|
||||
# $NetBSD: dot.profile,v 1.4 2012/06/30 10:20:26 tsutsui Exp $
|
||||
# $NetBSD: dot.profile,v 1.5 2016/01/30 00:52:11 tsutsui Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
@ -46,6 +46,8 @@ export EDITOR
|
||||
|
||||
umask 022
|
||||
|
||||
mount_gemdos() mount_msdos -G "$@"
|
||||
|
||||
makerootwritable() {
|
||||
# note, only handles up to partition 'j'
|
||||
rootdev=/dev/$(sysctl -n kern.root_device)$(sysctl -n kern.root_partition | sed y/0123456789/abcdefghij/)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list.images,v 1.10 2014/11/24 08:08:23 tsutsui Exp $
|
||||
# $NetBSD: list.images,v 1.11 2016/01/30 00:52:11 tsutsui Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
|
||||
LIBS libhack.o -lprop -lrmt -lz -lutil -lcurses -lterminfo -ll -lm
|
||||
@ -11,7 +11,6 @@ COPY ${NETBSDSRCDIR}/etc/group etc/group
|
||||
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
||||
|
||||
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $NetBSD: mount_gemdos,v 1.1 2009/02/02 18:38:37 abs Exp $
|
||||
exec mount_msdos -G "$@"
|
Loading…
Reference in New Issue
Block a user