[PATCH] examples/build-basic-vm.sh: Fix qemu-kvm example command
by Cosmin Tupangiu
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
4 months, 2 weeks
Re: [External] Re: [PATCH] VxFS Filesystem support to libguestfs
by Richard W.M. Jones
On Mon, Jul 01, 2024 at 06:56:40AM +0000, Ravi Singh wrote:
> Hi Richard,
>
> As discussed, I have created a fork from the master branch and updated it with
> my patch. Here are the details of the testing I conducted:
>
> 1. Ran `make quickcheck`: Please find the attached log file for the results.
> 2. Ran `make check`: A few tests are failing on my system due to issues with
> Fedora and SQLite configurations. The log file for this test is also attached.
>
> You can find the forked branch at the following link: https://github.com/rsingh-veritas/libguestfs.git
A few basics first:
- The commit doesn't have an author name.
- The commit has no information at all about the change.
- One file at least has whitespace problems, adding empty lines at
the end of the file.
- There are no tests at all.
- Copyright dates are not 2024.
- Make the first line of the top comment be about the file, not just
something that was copied and pasted.
And let's think about how to split up the commits to make a story:
https://people.redhat.com/rjones/how-to-supply-code-to-open-source-projects/
(section 3)
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v
4 months, 3 weeks
Re: [External] Re: [PATCH] VxFS Filesystem support to libguestfs
by Richard W.M. Jones
I think the last version was posted in November. I don't think it
made it to the mailing list, but I've attached a copy of the patch.
A concrete way to proceed here is to:
(1) Fork the project on github and add your patch to your fork.
(2) Make sure it is up to date with the current branch.
(3) Make sure it compiles and all the tests pass.
(4) Post a link to the github repo here and we can look at it.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v
4 months, 3 weeks