]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
container: Make "waydroid-net.sh start" failure fatal
authorJami Kettunen <jami.kettunen@protonmail.com>
Sun, 15 Jan 2023 19:05:09 +0000 (21:05 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Sun, 15 Jan 2023 19:30:38 +0000 (20:30 +0100)
commit85843da557ef552bfb2b1e1fc32cd8424933407a
tree813f96802d53d065613d6314a675433a5015357c
parent8f6570b82007b1ca79af4db19412eb258e7b3a2f
container: Make "waydroid-net.sh start" failure fatal

Failing the network setup will in 99% of all cases cause the lxc-start
to fail due to the waydroid0 bridge not existing, so we might as well
fail fast instead of polluting the "waydroid log" and doing a futile
attempt at booting the LXC container.
tools/actions/container_manager.py