mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
scripts/network-boot: run http server in background instead of dnsmasq so sudo is in foreground
This commit is contained in:
parent
661aac7b74
commit
c2daab5320
@ -48,5 +48,5 @@ ARGS=(
|
||||
"--dhcp-boot=tag:ipxe,redox.ipxe"
|
||||
)
|
||||
|
||||
sudo dnsmasq "${ARGS[@]}"&
|
||||
python3 -m http.server -b "${NETWORK}.1" -d "${BUILD}" "8080"
|
||||
python3 -m http.server -b "${NETWORK}.1" -d "${BUILD}" "8080"&
|
||||
sudo dnsmasq "${ARGS[@]}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user