diff --git a/p2v/p2v.ks.in b/p2v/p2v.ks.in index 26bb9251b..f00734f7c 100644 --- a/p2v/p2v.ks.in +++ b/p2v/p2v.ks.in @@ -21,6 +21,8 @@ lang en_US.UTF-8 keyboard us timezone --utc GMT +rootpw --plaintext p2v + selinux --enforcing firewall --enabled @@ -51,6 +53,9 @@ rpm # Note you must have a kernel, else the boot menu won't work: kernel +# This is required in order for RHEL to set the root password. +passwd + # Required to run firewall --enabled kickstart command: firewalld