summaryrefslogtreecommitdiffstats
path: root/release/picobsd/dial/lang/update.en
blob: c99f5bbb09ee20abdb330c37e8abd9bb6f7f7aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
# $Id: update.en,v 1.2.2.1 1999/05/07 10:02:41 abial Exp $
pwd=`pwd`
echo -n "Updating /etc contents on startup floppy...  "
mount /dev/fd0a /start_floppy
if [ "X$?" != "X0" ]
then
	echo ""
	echo "Cannot mount the floppy read-write!"
	echo "Check the write-protection..."
	exit 1
fi
cd /etc
cp -Rp . /start_floppy/etc/
echo " Done."
echo -n "Updating kernel parameters...  "
kget /start_floppy/boot/kernel.conf
umount /dev/fd0a
cd ${pwd}
echo " Done."
OpenPOWER on IntegriCloud