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