1 |
From b534e80e22783b2faa42f81fe472ee8b84b8784c Mon Sep 17 00:00:00 2001 |
From 7fa5d177991c47180690c1e38ff0271b2a30b082 Mon Sep 17 00:00:00 2001 |
2 |
From: Shad L. Lords <slords@mail.com> |
From: Shad L. Lords <slords@mail.com> |
3 |
Date: Mon, 19 Oct 2009 08:34:43 -0600 |
Date: Mon, 19 Oct 2009 08:34:43 -0600 |
4 |
Subject: [PATCH] Make install headless but still write keyboard info out |
Subject: [PATCH] Make install headless but still write keyboard info out |
9 |
2 files changed, 8 insertions(+), 3 deletions(-) |
2 files changed, 8 insertions(+), 3 deletions(-) |
10 |
|
|
11 |
diff --git a/anaconda b/anaconda |
diff --git a/anaconda b/anaconda |
12 |
index b5f4d8e..218e26b 100755 |
index ca23c11..a347af6 100755 |
13 |
--- a/anaconda |
--- a/anaconda |
14 |
+++ b/anaconda |
+++ b/anaconda |
15 |
@@ -767,6 +767,9 @@ if __name__ == "__main__": |
@@ -751,6 +751,9 @@ if __name__ == "__main__": |
16 |
else: |
else: |
17 |
opts.display_mode = 'g' |
opts.display_mode = 'g' |
18 |
|
|
22 |
#we prefer vnc over text mode, so ask about that, but only if the KS file doesn't specify anything special |
#we prefer vnc over text mode, so ask about that, but only if the KS file doesn't specify anything special |
23 |
if opts.display_mode == 't' and flags.vncquestion: |
if opts.display_mode == 't' and flags.vncquestion: |
24 |
title = _("Would you like to use VNC?") |
title = _("Would you like to use VNC?") |
25 |
@@ -787,6 +790,9 @@ if __name__ == "__main__": |
@@ -771,6 +774,9 @@ if __name__ == "__main__": |
26 |
import instdata |
import instdata |
27 |
import floppy |
import floppy |
28 |
|
|