summaryrefslogtreecommitdiffstats
path: root/release/picobsd/mfs_tree
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/mfs_tree')
-rw-r--r--release/picobsd/mfs_tree/etc/rc6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/picobsd/mfs_tree/etc/rc b/release/picobsd/mfs_tree/etc/rc
index 79fddf5..c5838cc 100644
--- a/release/picobsd/mfs_tree/etc/rc
+++ b/release/picobsd/mfs_tree/etc/rc
@@ -1,7 +1,7 @@
#!/bin/sh
# $FreeBSD$
-# WARNING !!! We remove this file during execution (see EOF).
-# Awful things happen if its size is > 1024B
+# WARNING !!! We overwrite this file during execution with a new rc file.
+# Awful things happen if this file's size is > 1024B
stty status '^T'
trap : 2
@@ -20,6 +20,8 @@ mount -o rdonly ${dev} /mnt
cd /mnt/etc ; cp -Rp . /etc/
cp -Rp /mnt/root /
cd /etc
+#rm files to stop overwrite warning
+rm rc login.conf
gzip -d *.gz
pwd_mkdb -p ./master.passwd
umount /mnt
OpenPOWER on IntegriCloud