Control PXE tarball builds with Makefile
This commit is contained in:
@ -7,7 +7,7 @@ check() {
|
||||
}
|
||||
|
||||
depends() {
|
||||
return 0
|
||||
echo network
|
||||
}
|
||||
|
||||
install() {
|
||||
@ -43,6 +43,7 @@ install() {
|
||||
inst /usr/bin/reboot
|
||||
inst /usr/bin/rm
|
||||
inst /usr/bin/sed
|
||||
inst /usr/bin/sh
|
||||
inst /usr/bin/sort
|
||||
inst /usr/bin/sync
|
||||
inst /usr/bin/stdbuf
|
||||
|
@ -8,7 +8,7 @@ dialog --colors --keep-tite --no-shadow --no-mouse \
|
||||
"Shell" "Run dash" \
|
||||
2>/tmp/netmenu.action
|
||||
|
||||
if ! $? ; then
|
||||
if [ ! $? ] ; then
|
||||
reboot -f
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user