Remove CVS directories from the target floppy.
Submitted by: Eric P. Scott <eps@sirius.com>
This commit is contained in:
parent
9ba61eac9d
commit
b0dcafa983
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh -
|
#! /bin/sh -
|
||||||
|
|
||||||
#
|
#
|
||||||
# $Id: stage3,v 1.4 1998/08/10 19:06:48 abial Exp $
|
# $Id: stage3,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
|
||||||
#
|
#
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@ -60,6 +60,7 @@ fi
|
|||||||
echo "-> Populating floppy filesystem..."
|
echo "-> Populating floppy filesystem..."
|
||||||
cp ../lang/boot.help.${LANGUAGE} /mnt/boot.help
|
cp ../lang/boot.help.${LANGUAGE} /mnt/boot.help
|
||||||
cp -pr . /mnt
|
cp -pr . /mnt
|
||||||
|
rm -rf /mnt/CVS /mnt/etc/CVS /mnt/etc/ppp/CVS
|
||||||
if [ "${TYPE}" = "dial" ]
|
if [ "${TYPE}" = "dial" ]
|
||||||
then
|
then
|
||||||
pwd_mkdb -d etc/ etc/master.passwd
|
pwd_mkdb -d etc/ etc/master.passwd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user