Mount the tmp drive correctly
authorJonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Mon, 24 Feb 2020 19:07:03 +0000 (14:07 -0500)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 19:07:03 +0000 (14:07 -0500)
scripts/babeltrace-benchmark/template_lava_job_bt_benchmark.jinja2

index 8f32b511d9f8176a6ee378b68fd45a24580cb309..5a2588fb36d5fe9ab46d256e56d1cad1778c0cc3 100644 (file)
@@ -64,7 +64,7 @@ actions:
                     - systemctl start systemd-timesyncd
                     - echo nameserver 172.18.0.12 > /etc/resolv.conf
                     - ip a
-                    - mount /dev/sda /tmp
+                    - mount /dev/sda1 /tmp
                     - rm -rf /tmp/*
                     - locale-gen en_US.UTF-8
                     - apt-get update
This page took 0.024364 seconds and 4 git commands to generate.