diff options
Diffstat (limited to 'release/picobsd/router/lang/update.pl')
-rwxr-xr-x | release/picobsd/router/lang/update.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/router/lang/update.pl b/release/picobsd/router/lang/update.pl index c4ad1c69932e6..5790eb61bd84a 100755 --- a/release/picobsd/router/lang/update.pl +++ b/release/picobsd/router/lang/update.pl @@ -1,11 +1,11 @@ #!/bin/sh -# $Id: update.pl,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $Id: update.pl,v 1.2 1998/08/10 19:17:55 abial Exp $ echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy cd /etc cp -Rp . /start_floppy/etc/ echo " Zrobione." echo -n "Uaktualniam parametry jadra..." -kget /start_floppy/kernel.config +kget -incore /start_floppy/kernel.config /stand/vanilla umount /dev/fd0a echo " Zrobione." |