diff options
Diffstat (limited to 'release/picobsd/dial/lang/mfs.rc.pl')
-rwxr-xr-x | release/picobsd/dial/lang/mfs.rc.pl | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/release/picobsd/dial/lang/mfs.rc.pl b/release/picobsd/dial/lang/mfs.rc.pl deleted file mode 100755 index d59befd5a0c8..000000000000 --- a/release/picobsd/dial/lang/mfs.rc.pl +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# $Id: mfs.rc.pl,v 1.3 1998/08/07 19:29:57 abial Exp $ - -### WARNING !!!! ### -# We remove this file during execution (see EOF) -# Awful things happen if its size is > 1024B -trap : 2 -trap : 3 # shouldn't be needed -HOME=/; export HOME -PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin -export PATH -trap "echo 'Reboot zostal przerwany'; exit 1" 3 -sysctl -w vm.defer_swapspace_pageouts=1 vm.disable_swapspace_pageouts=1 2>&1 >/dev/null -echo "" -echo "-----------------------------------------------" -echo " Prosze czekac. Trwa uruchamianie systemu..." -echo "-----------------------------------------------" -echo "" -echo "Wczytuje konfiguracje z /etc z dyskietki... " -mount -o rdonly /dev/fd0a /start_floppy -cd /start_floppy/etc -cp -Rp . /etc/ -cd /etc -umount /start_floppy -echo "Ok. (Jesli chcesz, mozesz juz wyjac dyskietke)" -echo "" -. rc -exit 0 |