]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/boot.d/11-startflash
Ein NTFS-Update fuer den Heiner :D
[people/teissler/ipfire-2.x.git] / src / boot.d / 11-startflash
CommitLineData
f8ae001e
MT
1#!/bin/sh
2if [ -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
7fi