Pino Toscano
2019-Sep-25 13:16 UTC
[Libguestfs] [p2v PATCH] Document the root password for the disk images.
Mention what is the password of the root user on the disk images created by virt-p2v-make-disk, virt-p2v-make-kickstart, and virt-p2v-make-kiwi, so users know how to login in the live p2v system. --- virt-p2v-make-disk.pod | 2 ++ virt-p2v-make-kickstart.pod | 2 ++ virt-p2v-make-kiwi.pod | 2 ++ 3 files changed, 6 insertions(+) diff --git a/virt-p2v-make-disk.pod b/virt-p2v-make-disk.pod index a15aaad..dec92c4 100644 --- a/virt-p2v-make-disk.pod +++ b/virt-p2v-make-disk.pod @@ -21,6 +21,8 @@ The required I<-o> parameter specifies where the output should go, for example to a USB key (eg. C<-o /dev/sdX>) or to a file. If you pass a device name, then B<the existing contents of the device will be erased>. +The password of the root user on the disk image is C<p2v>. + =head2 C<os-version> parameter The optional C<os-version> parameter is the base Linux distro to use diff --git a/virt-p2v-make-kickstart.pod b/virt-p2v-make-kickstart.pod index f4abdf8..a5facf6 100644 --- a/virt-p2v-make-kickstart.pod +++ b/virt-p2v-make-kickstart.pod @@ -23,6 +23,8 @@ build a bootable P2V ISO, live CD, USB key, or PXE image. This tool only builds the kickstart file, but this manual page describes some of the ways you can use the kickstart file. +The password of the root user on the disk image is C<p2v>. + =head1 BUILDING THE KICKSTART FILE Using virt-p2v-make-kickstart is very simple: diff --git a/virt-p2v-make-kiwi.pod b/virt-p2v-make-kiwi.pod index d879d97..463edf6 100644 --- a/virt-p2v-make-kiwi.pod +++ b/virt-p2v-make-kiwi.pod @@ -22,6 +22,8 @@ kiwi to build a bootable P2V live CD ISO, USB key, or PXE image. This tool only builds the kiwi configuration, but this manual page describes some of the ways you can use the kiwi configuration. +The password of the root user on the disk image is C<p2v>. + =head1 BUILDING THE KIWI CONFIGURATION Using virt-p2v-make-kiwi is very simple: -- 2.21.0
Richard W.M. Jones
2019-Sep-25 15:40 UTC
Re: [Libguestfs] [p2v PATCH] Document the root password for the disk images.
On Wed, Sep 25, 2019 at 03:16:18PM +0200, Pino Toscano wrote:> Mention what is the password of the root user on the disk images created > by virt-p2v-make-disk, virt-p2v-make-kickstart, and virt-p2v-make-kiwi, > so users know how to login in the live p2v system. > --- > virt-p2v-make-disk.pod | 2 ++ > virt-p2v-make-kickstart.pod | 2 ++ > virt-p2v-make-kiwi.pod | 2 ++ > 3 files changed, 6 insertions(+) > > diff --git a/virt-p2v-make-disk.pod b/virt-p2v-make-disk.pod > index a15aaad..dec92c4 100644 > --- a/virt-p2v-make-disk.pod > +++ b/virt-p2v-make-disk.pod > @@ -21,6 +21,8 @@ The required I<-o> parameter specifies where the output should go, for > example to a USB key (eg. C<-o /dev/sdX>) or to a file. If you pass a > device name, then B<the existing contents of the device will be erased>. > > +The password of the root user on the disk image is C<p2v>.I would in this instance and others below drop the full stop or reword the sentence so the full stop couldn't appear to be part of the password. However the patch is fine, ACK. Rich.> =head2 C<os-version> parameter > > The optional C<os-version> parameter is the base Linux distro to use > diff --git a/virt-p2v-make-kickstart.pod b/virt-p2v-make-kickstart.pod > index f4abdf8..a5facf6 100644 > --- a/virt-p2v-make-kickstart.pod > +++ b/virt-p2v-make-kickstart.pod > @@ -23,6 +23,8 @@ build a bootable P2V ISO, live CD, USB key, or PXE image. This tool > only builds the kickstart file, but this manual page describes some of > the ways you can use the kickstart file. > > +The password of the root user on the disk image is C<p2v>. > + > =head1 BUILDING THE KICKSTART FILE > > Using virt-p2v-make-kickstart is very simple: > diff --git a/virt-p2v-make-kiwi.pod b/virt-p2v-make-kiwi.pod > index d879d97..463edf6 100644 > --- a/virt-p2v-make-kiwi.pod > +++ b/virt-p2v-make-kiwi.pod > @@ -22,6 +22,8 @@ kiwi to build a bootable P2V live CD ISO, USB key, or PXE image. This tool > only builds the kiwi configuration, but this manual page describes some of > the ways you can use the kiwi configuration. > > +The password of the root user on the disk image is C<p2v>. > + > =head1 BUILDING THE KIWI CONFIGURATION > > Using virt-p2v-make-kiwi is very simple: > -- > 2.21.0 > > _______________________________________________ > Libguestfs mailing list > Libguestfs@redhat.com > https://www.redhat.com/mailman/listinfo/libguestfs-- 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
Eric Blake
2019-Sep-25 15:46 UTC
Re: [Libguestfs] [p2v PATCH] Document the root password for the disk images.
On 9/25/19 10:40 AM, Richard W.M. Jones wrote:> On Wed, Sep 25, 2019 at 03:16:18PM +0200, Pino Toscano wrote: >> Mention what is the password of the root user on the disk images created >> by virt-p2v-make-disk, virt-p2v-make-kickstart, and virt-p2v-make-kiwi, >> so users know how to login in the live p2v system. >> --- >> virt-p2v-make-disk.pod | 2 ++ >> virt-p2v-make-kickstart.pod | 2 ++ >> virt-p2v-make-kiwi.pod | 2 ++ >> 3 files changed, 6 insertions(+) >> >> diff --git a/virt-p2v-make-disk.pod b/virt-p2v-make-disk.pod >> index a15aaad..dec92c4 100644 >> --- a/virt-p2v-make-disk.pod >> +++ b/virt-p2v-make-disk.pod >> @@ -21,6 +21,8 @@ The required I<-o> parameter specifies where the output should go, for >> example to a USB key (eg. C<-o /dev/sdX>) or to a file. If you pass a >> device name, then B<the existing contents of the device will be erased>. >> >> +The password of the root user on the disk image is C<p2v>. > > I would in this instance and others below drop the full stop > or reword the sentence so the full stop couldn't appear to be > part of the password.Maybe: The root user on the disk image uses C<p2v> as its initial password. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org
Seemingly Similar Threads
- Re: [p2v PATCH] Document the root password for the disk images.
- Re: [p2v PATCH] Document the root password for the disk images.
- [PATCH v2 0/4] virt-p2v support for openSUSE / SLES
- [PATCH v3 0/4] virt-p2v support for openSUSE / SLES
- [PATCH 0/4] virt-p2v support for openSUSE / SLES