summaryrefslogtreecommitdiffstats
path: root/release/picobsd/router/lang/update.en
blob: f69de8c55a929b6f0ea3225a354c180cf53bbac6 (plain)
1
2
3
4
5
6
7
8
9
10
# $Id: update.en,v 1.2.2.1 1999/05/07 10:03:37 abial Exp $
echo -n "Updating /etc contents on startup floppy...  "
mount /dev/fd0a /start_floppy
cd /etc
cp -Rp . /start_floppy/etc/
echo " Done."
echo -n "Updating kernel parameters...  "
kget /start_floppy/boot/kernel.conf
umount /dev/fd0a
echo " Done."
OpenPOWER on IntegriCloud