diff options
| -rwxr-xr-x | release/picobsd/dial/lang/update.en | 4 | ||||
| -rwxr-xr-x | 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 006e0ed4b2928..8fff72917e4cf 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 97105d229aaf3..d462b9f84089c 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} |
