summaryrefslogtreecommitdiffstats
path: root/templates/machines/qemux86-64.jinja2
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-04 15:41:49 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-11 22:32:50 +0000
commit6e496b0c4a8913501363cbe617eb7060bf2b1434 (patch)
tree879ad93855f921a306edd11e2f1fa53aaa57013f /templates/machines/qemux86-64.jinja2
parent69cdbae73e3a386a55a230bfa80da89d61ad67b0 (diff)
Add fstab=no option in case of netboothalibut_8.0.6halibut/8.0.68.0.6
to avoid systemd fstab generator to mount partitions that do not exist in the netboot case. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I4c08bd50690062202590d7aae8f6508798f29997
Diffstat (limited to 'templates/machines/qemux86-64.jinja2')
-rw-r--r--templates/machines/qemux86-64.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/qemux86-64.jinja2 b/templates/machines/qemux86-64.jinja2
index 8d327cf..5365839 100644
--- a/templates/machines/qemux86-64.jinja2
+++ b/templates/machines/qemux86-64.jinja2
@@ -7,7 +7,7 @@
{%- set device_mach = "x86" %}
{%- set qemu_arch = "x86_64" %}
{%- set qemu_args = "-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 2048 -soundhw hda -device usb-ehci -device virtio-rng-pci" %}
-{%- set qemu_cmdline = "console=ttyS0,115200 root=/dev/hda verbose systemd.log_color=false " %}
+{%- set qemu_cmdline = "console=ttyS0,115200 root=/dev/hda verbose systemd.log_color=false fstab=no" %}
{%- set rootfs_type = rootfs_type|default("ramdisk") %}
{%- if (build_type == 'daily') or (build_type == 'release') or (build_type == 'snapshot') %}
{%- set rfs_image = rfs_image|default("agl-demo-platform-crosssdk-qemux86-64.ext4.xz") %}