This post has been edited 1 time(s), it was last edited by gutemine: 07.12.2010 10:44.
1: 2: 3: 4: 5:
if [ -e /dev/.udev ]; then TARGET=/autofs/sdc1 else TARGET=/media/cf fi
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11:
root@dm8000:~# ipkg install /tmp/enigma2-plugin-extensions-plugins2cf_0.2.0_all. ipk Installing enigma2-plugin-extensions-plugins2cf (0.2.0) to root... Configuring enigma2-plugin-extensions-plugins2cf CF card not mounted, sorry ! postinst script returned status 1 Collected errors: * ERROR: enigma2-plugin-extensions-plugins2cf.postinst returned 1 root@dm8000:~#
This post has been edited 2 time(s), it was last edited by brun71: 08.12.2010 21:19.
1: 2: 3: 4: 5: 6: 7:
#!/bin/sh PLUGINDIR=/usr/lib/enigma2/python/Plugins/Extensions if [ -e /dev/.udev ]; then TARGET=/media/cf else TARGET=/media/cf fi
Privacy policy | Team | Suchen | Hilfe
Powered by Burning Board 2.3.6 © 2001-2003 WoltLab GbR