March 2, 20179 yr Hi, I have the below statements in my /boot/config/go file. I'm pretty sure (line #4) '/boot/unmenu/uu' is an OLD tool I used. Can that line, or any other line (you see here that is depreciated) be removed from the /boot/config/go file? What about /usr/local/sbin/emhttp &" and cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c? Are these necessary? (the /boot/unmenu/ and /boot/packages directories do not exist in my current setup) Thank you, -Reuben /boot/config/go: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & /boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c
Archived
This topic is now archived and is closed to further replies.