summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1999-02-15 00:27:00 +0000
committerabial <abial@FreeBSD.org>1999-02-15 00:27:00 +0000
commite504062bce0ba314c8fa2b49f6bd5387dbabed60 (patch)
tree6a445e755cbf803e3d59a37f3930d2d91b8fd39a /release
parentd17e2b06434886c1783ba63ef7535a4b906e6a10 (diff)
downloadFreeBSD-src-e504062bce0ba314c8fa2b49f6bd5387dbabed60.zip
FreeBSD-src-e504062bce0ba314c8fa2b49f6bd5387dbabed60.tar.gz
Copy the 'reboot' script only for "dial" floppy.
Diffstat (limited to 'release')
-rwxr-xr-xrelease/picobsd/build/populate6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/picobsd/build/populate b/release/picobsd/build/populate
index 37099ff..14d54ff 100755
--- a/release/picobsd/build/populate
+++ b/release/picobsd/build/populate
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: populate,v 1.8 1999/01/19 23:02:05 abial Exp $
+# $Id: populate,v 1.9 1999/02/12 20:35:08 abial Exp $
#
. ../Version
@@ -30,8 +30,6 @@ else
sed -e "s/@VER@/${VER}/g" > \
/mnt/etc/rc
cp login.conf /mnt/etc/login.conf
- cp ../lang/reboot.${LANGUAGE} /mnt/stand/reboot
- ln -f /mnt/stand/reboot /mnt/stand/shutdown
cat ../lang/README.${LANGUAGE} | \
sed -e "s/@VER@/${VER}/g" > \
/mnt/README
@@ -39,6 +37,8 @@ fi
cp ../lang/update.${LANGUAGE} /mnt/stand/update
if [ "${TYPE}" = "dial" ]
then
+ cp ../lang/reboot.${LANGUAGE} /mnt/stand/reboot
+ ln -f /mnt/stand/reboot /mnt/stand/shutdown
cp ../lang/login.${LANGUAGE} /mnt/stand/login
cp ../lang/dialup.${LANGUAGE} /mnt/stand/dialup
(cd ../../help;\
OpenPOWER on IntegriCloud