Bootscripte an den IPFire angepasst.

Ramdisk bearbeitet und Diskettenimages entfernt.
PCMCIA-Utils entfernt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@381 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-01-06 12:55:49 +00:00
parent a10ae6cc7a
commit 55b4c7edc1
21 changed files with 359 additions and 401 deletions

View File

@@ -78,6 +78,17 @@ case "${1}" in
find . -xdev -mindepth 1 ! -name lost+found \
-delete || failed=1
boot_mesg -n " /var/ipfire/dhcp" ${NORMAL}
cd /var/ipfire/dhcpc/ &&
find . -name *.pid -exec rm -f {} \; || failed=1
cd /var/ipfire/dhcpc/ &&
find . -name *.cache -exec rm -f {} \; || failed=1
cd /var/ipfire/dhcpc/ &&
find . -name *.info -exec rm -f {} \; || failed=1
boot_mesg -n " /var/ipfire/red" ${NORMAL}
cd /var/ipfire/red/ && find . -name active -exec rm -f {} \; || failed=1
boot_mesg -n " /var/lock" ${NORMAL}
cd /var/lock &&
find . -type f ! -newer /proc -exec rm -f {} \; || failed=1