search for: 844f689

Displaying 3 results from an estimated 3 matches for "844f689".

Did you mean: 84469
2009 Jul 15
1
[PATCH node] Changes the exit/continue based on context.
...e_option; then + CONTINUE="Continue Stateless Boot" +else + CONTINUE="Quit And Exit" +fi +OPTIONS[${#OPTIONS[*]}]="$CONTINUE" + + while true; do PS3="Please select an option: " diff --git a/scripts/ovirt-firstboot b/scripts/ovirt-firstboot index 844f689..4160e63 100755 --- a/scripts/ovirt-firstboot +++ b/scripts/ovirt-firstboot @@ -55,7 +55,7 @@ start () elif is_firstboot; then plymouth --hide-splash - ovirt-config-setup < /dev/console + ovirt-config-setup -x < /dev/console plymouth --show-splash...
2009 Jul 22
1
Updated patch...
This patch obsoletes the previous, renaming the karg to ssh_pwauth.
2009 Jul 22
1
Changes the ssh karg to ssh_pwauth
This patch obsoletes the previous one with feedback from pmyers at redhat.com.