Remove unused files. Reboot is now part of the crunched image,

and if you decide to "update" your system you better know a bit
of english!

Approved-By: jordan
This commit is contained in:
Luigi Rizzo 2000-02-08 08:41:03 +00:00
parent dff86e3271
commit 17ed87528d
4 changed files with 0 additions and 47 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
# $FreeBSD$
exec /sbin/echo "Press Ctrl-Alt-Del instead of $0"

View File

@ -1,3 +0,0 @@
#!/bin/sh
#$FreeBSD$
exec /sbin/echo "Zamiast $0 nacisnij Ctrl-Alt-Del"

View File

@ -1,20 +0,0 @@
#!/bin/sh
# $FreeBSD$
pwd=`pwd`
echo -n "Updating /etc contents on startup floppy... "
mount /dev/fd0a /start_floppy
if [ "X$?" != "X0" ]
then
echo ""
echo "Cannot mount the floppy read-write!"
echo "Check the write-protection..."
exit 1
fi
cd /etc
cp -Rp . /start_floppy/etc/
echo " Done."
echo -n "Updating kernel parameters... "
kget /start_floppy/boot/kernel.conf
umount /dev/fd0a
cd ${pwd}
echo " Done."

View File

@ -1,21 +0,0 @@
#!/bin/sh
# $FreeBSD$
pwd=`pwd`
echo -n "Uaktualniam katalog /etc na dyskietce... "
mount /dev/fd0a /start_floppy
if [ "X$?" != "X0" ]
then
echo ""
echo "Błąd podczas montowania read/write dyskietki!"
echo "Sprawdź, czy nie jest zabezpieczona przed zapisem..."
exit 1
fi
cd /etc
cp -Rp . /start_floppy/etc/
echo " Zrobione."
echo -n "Uaktualniam parametry jądra..."
kget /start_floppy/boot/kernel.conf
umount /dev/fd0a
cd /etc
cd ${pwd}
echo " Zrobione."