]> git.ipfire.org Git - ipfire-2.x.git/blob - src/boot.d/11-startflash
Ein NTFS-Update fuer den Heiner :D
[ipfire-2.x.git] / src / boot.d / 11-startflash
1 #!/bin/sh
2 if [ -e /etc/FLASH ]; then
3 if [ -e /etc/rc.d/rc.flash.up ]; then
4 echo "Decompressing Flash"
5 . /etc/rc.d/rc.flash.up
6 fi
7 fi