From 840b6deff0f9b3f72eb315e0d2f6f02164a949e0 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 2 Nov 2007 12:24:46 -0400 Subject: Remove --local-filename from the WebUI, since we will now use --name for the filename always. To turn off the wget macro that installs things in /etc/yum.repos.d on the provisioned target, either set yum_core_mirror_from_server to disabled in cobbler settings, or remove the yum_config_stanza from the kickstart file. --- webui_templates/repo_edit.tmpl | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'webui_templates/repo_edit.tmpl') diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl index d7ea016..cd236a8 100644 --- a/webui_templates/repo_edit.tmpl +++ b/webui_templates/repo_edit.tmpl @@ -88,20 +88,6 @@ function disablename(value) - - - - - - -

To auto-configure mirror usage by provisioned systems, name the repo.

- - -
## FIXME: input field sizes should be larger (universally) -- cgit