March 15, 200818 yr Hi, After upgrading to 4.3-beta1 my custom added programs in my go-script do not get installed. My go-script: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & # Customizations echo nameserver 192.168.10.1 >/etc/resolv.conf echo 192.168.10.3 NAS_Serup >>/etc/hosts # Ændre blockdev fra standard 256 til 2048 sleep 30 for i in /dev/md* do blockdev --setra 2048 $i done # unRAR installpkg /boot/Customizations/unrar/unrar-3.7.5-i486-1.tgz # # Midnight Commander # cp /boot/Customizations/mc/libslang.so.2 /usr/lib # installpkg /boot/Customizations/mc/mc-4.6.1_20070309-i486-2.tgz # Bandwidth Monitor NG installpkg /boot/Customizations/bwm-ng/bwm-ng.tgz # # proFTPd (ftp-server) # installpkg /boot/Customizations/proftpd/proftpd-1.2.10-i486-4.tgz # cp /boot/Customizations/proftpd/proftpd.conf /etc # proftpd It seems that the 'installpkg' is not a valid command anymore I have out commented the FTP-server as this is included in the v4.3. Very happy about that :D Oddly enough the Midnight Commander still work (where after I also out commented MC), and even so it still work... It seems like MC is also included in v4.3, even though I can’t find it in the release notes? (a nice bonus) Regards, Søren
March 15, 200818 yr Oops - yes, installpkg was mistakenly left out, and yes, Midnight Commander is built-in. I'll put installpkg back in with -beta2 release.
March 15, 200818 yr Author Oops - yes, installpkg was mistakenly left out, and yes, Midnight Commander is built-in. I'll put installpkg back in with -beta2 release. Thanks
Archived
This topic is now archived and is closed to further replies.