Flashybrid
Z Wiki UnArt Slavičín
Nainstalujte:
apt-get install flashybrid
Upravte hlavičku v /etc/init.d/flashybrid:
### BEGIN INIT INFO # Provides: flashybrid # Required-Start: $local_fs # Required-Stop: $local_fs # Should-Start: $local_fs # Should-Stop: $local_fs # X-Start-Before: $network # X-Stop-After: $network # Default-Start: S # Default-Stop: 0 6 # Short-Description: automates use of a flash disk as the root filesystem # Description: Flashybrid is a system to help in setting up and managing hybrid # flash/disk/ram based Debian systems which can run most of the time # using only a small flash disk for their root filesystem and do a useful, # but limited task (such as being a router, or a PDA, or a rescue system # on a USB keydrive). The flash can be as small as 32 mb, though 64 to 256 # mb is more comfortable. ### END INIT INFO
Odstraňte špatné soubory z /etc/rc.d*:
rm /etc/rc{0,1,2,3,4,5,6}.d/*flashybrid
Obnovte je z naší nové hlavičky:
insserv -v flashybrid