From 1c8e558414ef59e8e80cc29fbf5501748ff01837 Mon Sep 17 00:00:00 2001 From: Andrzej Bialecki Date: Thu, 14 Jan 1999 23:19:47 +0000 Subject: [PATCH] Fix to match new syntax for kget. --- release/picobsd/dial/lang/update.en | 4 ++-- release/picobsd/dial/lang/update.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/release/picobsd/dial/lang/update.en b/release/picobsd/dial/lang/update.en index 006e0ed4b29..8fff72917e4 100755 --- a/release/picobsd/dial/lang/update.en +++ b/release/picobsd/dial/lang/update.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.en,v 1.4 1998/08/10 19:07:53 abial Exp $ +# $Id: update.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ pwd=`pwd` echo -n "Updating /etc contents on startup floppy... " mount /dev/fd0a /start_floppy @@ -14,7 +14,7 @@ cd /etc cp -Rp . /start_floppy/etc/ echo " Done." echo -n "Updating kernel parameters... " -kget -incore /start_floppy/kernel.config /stand/vanilla +kget /start_floppy/kernel.config umount /dev/fd0a cd ${pwd} echo " Done." diff --git a/release/picobsd/dial/lang/update.pl b/release/picobsd/dial/lang/update.pl index 97105d229aa..d462b9f8408 100755 --- a/release/picobsd/dial/lang/update.pl +++ b/release/picobsd/dial/lang/update.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.pl,v 1.4 1998/08/10 19:07:53 abial Exp $ +# $Id: update.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ pwd=`pwd` echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy @@ -14,7 +14,7 @@ cd /etc cp -Rp . /start_floppy/etc/ echo " Zrobione." echo -n "Uaktualniam parametry jądra..." -kget -incore /start_floppy/kernel.config /stand/vanilla +kget /start_floppy/kernel.config umount /dev/fd0a cd /etc cd ${pwd}