October 30, 201015 yr I installed and configured unmenu following various guides within these forums, I successfully accessed via http://localip:8080 and then added a few extra goodies, all worked just as one would hope, however after rebooting the device I cannot access unmenu, the regular unRAID menu works fine on port80 - what have I missed?
October 30, 201015 yr You've got the right idea but you left out some info. You have to add the following to your go file: cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c /boot/unmenu/uu
October 30, 201015 yr You've got the right idea but you left out some info. You have to add the following to your go file: cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c /boot/unmenu/uu Actually, you do not need to add the "find" line. It is installed there for you the first time you request a package re-install itself on re-boot. You do need to add the line /boot/unmenu/uu to get it to start itself the next time you reboot.
October 30, 201015 yr Author Doing adding "/boot/unmenu/uu" seem to fix it, unmenu is now persistent after reboot, I noticed that the "find" line was already there. Thank you both for your help...and unmenu is a great add-on Now all I gotta do is get my WD15EARS working with it
Archived
This topic is now archived and is closed to further replies.