The commit 2a90bae2612297aa87ccfa7ff4823097ecee56fd(init: Require
root=... parameter on kernel command line) introduces a new required
command line parameter.
This commit fix the command line example by adding the missing
parameter.
Sign-off-by: Cosmin Tupangiu <cosmin(a)redhat.com>
---
examples/build-basic-vm.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/build-basic-vm.sh b/examples/build-basic-vm.sh
index 76e9f4f..1029690 100755
--- a/examples/build-basic-vm.sh
+++ b/examples/build-basic-vm.sh
@@ -75,7 +75,7 @@ echo
echo "To run the full appliance, use a command such as:"
echo " qemu-kvm -m 512 -kernel kernel -initrd initrd \\"
-echo " -append 'vga=773 selinux=0' \\"
+echo " -append 'vga=773 selinux=0 root=/dev/vda' \\"
echo " -drive file=root,format=raw,if=virtio"
echo
--
2.45.2