summaryrefslogtreecommitdiffstats
path: root/bootconf
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-04-19 17:36:07 -0400
committerJim Meyering <jim@meyering.net>2006-04-19 17:36:07 -0400
commit96e24cc7fbef35b210e23f25665161a4c116690f (patch)
treec60fc81556e7f6fb8820751722689b511199a3f9 /bootconf
parent809676e533825095cdce36980b4cce506935ccb5 (diff)
downloadthird_party-cobbler-96e24cc7fbef35b210e23f25665161a4c116690f.tar.gz
third_party-cobbler-96e24cc7fbef35b210e23f25665161a4c116690f.tar.xz
third_party-cobbler-96e24cc7fbef35b210e23f25665161a4c116690f.zip
Updates to better correspond with xenguest-install options.
Diffstat (limited to 'bootconf')
-rwxr-xr-xbootconf3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootconf b/bootconf
index 8d22e71..e52e5ac 100755
--- a/bootconf
+++ b/bootconf
@@ -164,8 +164,7 @@ class BootCLI:
'--distro' : lambda(a) : profile.set_distro(a),
'--kickstart' : lambda(a) : profile.set_kickstart(a),
'--kopts' : lambda(a) : profile.set_kernel_options(a),
- '--xen-name-prefix' : lambda(a) : profile.set_xen_name(a),
- '--xen-file-path' : lambda(a) : profile.set_xen_file(a),
+ '--xen-name' : lambda(a) : profile.set_xen_name(a),
'--xen-file-size' : lambda(a) : profile.set_xen_file_size(a),
'--xen-ram' : lambda(a) : profile.set_xen_ram(a),
'--xen-mac' : lambda(a) : profile.set_xen_mac(a),