View | Details | Raw Unified | Return to bug 17737 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/src/release/picobsd/floppy.tree/etc/update (-5 / +5 lines)
Lines 3-7 Link Here
3
pwd=`pwd`
3
pwd=`pwd`
4
set `df /` ; dev="/dev/$8"
4
set `df /` ; dev="$8"
5
echo -n "Updating /etc contents on ${dev}... "
5
echo -n "Updating /etc contents on ${dev}... "
6
mount ${dev} /mnt
6
mount ${dev} /start_floppy
7
if [ "X$?" != "X0" ] ; then
7
if [ "X$?" != "X0" ] ; then
Lines 14-16 Link Here
14
rm passwd
14
rm passwd
15
cp -Rp . /mnt/etc/
15
cp -Rp . /start_floppy/etc/
16
pwd_mkdb master.passwd
16
pwd_mkdb master.passwd
Lines 18-21 Link Here
18
echo -n "Updating kernel parameters...  "
18
echo -n "Updating kernel parameters...  "
19
kget /mnt/boot/kernel.conf
19
kget /start_floppy/boot/kernel.conf
20
umount /mnt
20
umount /start_floppy
21
cd ${pwd}
21
cd ${pwd}

Return to bug 17737