Skip to content
Snippets Groups Projects
Commit 23bdda52 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

lava: There's no connmand-wait-online on NFS


The NFS rootfs does not ship connmand-wait-online, so at the moment
this only produces an error message as the error is ignored:

    ash: connmand-wait-online: not found

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent af2c0a56
Branches 18.12 apertis/v2019dev0
No related tags found
1 merge request!225lava: There's no connmand-wait-online on NFS
Pipeline #178707 passed
......@@ -75,7 +75,7 @@ actions:
method: {{boot_method}}
commands: nfs
transfer_overlay:
download_command: sudo mount -o remount,rw / ; connmand-wait-online ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -v -C / -z -x' --
download_command: sudo mount -o remount,rw / ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -v -C / -z -x' --
unpack_command: df -h; echo
auto_login:
login_prompt: 'apertis login:'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment