magic-tune
14-12-2007, 14:45
Hallo,
bin jetzt auch ein stolzer Besitzer einer Asus WL-HDD:cool:
Olegs Firmware drauf gebügelt und mit Hilfe von wengis HowTo installiert. Läuft 1A bis auf post-boot:confused:
Problem: post-boot wird bei einem Neustart/Reset nicht automatisch gesartet. Wenn post-boot manuell per Telnet gestartet wird, dann läuft alles 1A.
#!/bin/sh
dropbear
# test if USB disc has been attached
# if not - then insert needed modules
#
# Die folgenden 4 Rauten entfernen, wenn eine USB-Platte angeschlossen ist. Beim
#if [ ! -d /dev/discs ]
#then
#insmod scsi_mod && insmod sd_mod && insmod usb-storage && sleep 5s
#fi
#Wait for /opt to mount
mount /dev/discs/disc0/part2 /opt
i=0
while [ $i -le 30 ]
do
if [ -d /opt/etc ]
then
break
fi
sleep 1
i=`expr $i + 1`
done
# Activate swap
swapon /dev/discs/disc0/part1
# Mount the rest
mount /dev/discs/disc0/part3 /tmp/harddisk
# Run all active services - active means starts with S
/opt/etc/init.d/rc.unslung
transmission_watchdog
Hat jemand eine Idee, woran das liegt???:confused:
bin jetzt auch ein stolzer Besitzer einer Asus WL-HDD:cool:
Olegs Firmware drauf gebügelt und mit Hilfe von wengis HowTo installiert. Läuft 1A bis auf post-boot:confused:
Problem: post-boot wird bei einem Neustart/Reset nicht automatisch gesartet. Wenn post-boot manuell per Telnet gestartet wird, dann läuft alles 1A.
#!/bin/sh
dropbear
# test if USB disc has been attached
# if not - then insert needed modules
#
# Die folgenden 4 Rauten entfernen, wenn eine USB-Platte angeschlossen ist. Beim
#if [ ! -d /dev/discs ]
#then
#insmod scsi_mod && insmod sd_mod && insmod usb-storage && sleep 5s
#fi
#Wait for /opt to mount
mount /dev/discs/disc0/part2 /opt
i=0
while [ $i -le 30 ]
do
if [ -d /opt/etc ]
then
break
fi
sleep 1
i=`expr $i + 1`
done
# Activate swap
swapon /dev/discs/disc0/part1
# Mount the rest
mount /dev/discs/disc0/part3 /tmp/harddisk
# Run all active services - active means starts with S
/opt/etc/init.d/rc.unslung
transmission_watchdog
Hat jemand eine Idee, woran das liegt???:confused: