Index: hudson/plugins/pxe/src/main/java/hudson/plugins/pxe/RedHatBootCoonfiguration.java =================================================================== --- hudson/plugins/pxe/src/main/java/hudson/plugins/pxe/RedHatBootCoonfiguration.java (revision 17794) +++ hudson/plugins/pxe/src/main/java/hudson/plugins/pxe/RedHatBootCoonfiguration.java (working copy) @@ -24,12 +24,12 @@ * * @author Kohsuke Kawaguchi */ -public class RedHatBootCoonfiguration extends LinuxBootConfiguration { +public class RedHatBootConfiguration extends LinuxBootConfiguration { public final String additionalPackages; public final String password; @DataBoundConstructor - public RedHatBootCoonfiguration(File iso, String password, String additionalPackages) { + public RedHatBootConfiguration(File iso, String password, String additionalPackages) { super(iso); if(Util.fixEmptyAndTrim(password)==null) password="hudson"; @@ -147,5 +147,5 @@ } } - private static final Logger LOGGER = Logger.getLogger(RedHatBootCoonfiguration.class.getName()); + private static final Logger LOGGER = Logger.getLogger(RedHatBootConfiguration.class.getName()); } Index: hudson/plugins/pxe/src/main/java/hudson/plugins/pxe/CentOSBootConfiguration.java =================================================================== --- hudson/plugins/pxe/src/main/java/hudson/plugins/pxe/CentOSBootConfiguration.java (revision 17794) +++ hudson/plugins/pxe/src/main/java/hudson/plugins/pxe/CentOSBootConfiguration.java (working copy) @@ -13,14 +13,14 @@ * * @author Kohsuke Kawaguchi */ -public class CentOSBootConfiguration extends RedHatBootCoonfiguration { +public class CentOSBootConfiguration extends RedHatBootConfiguration { @DataBoundConstructor public CentOSBootConfiguration(File iso, String password, String additionalPackages) { super(iso, password, additionalPackages); } @Extension - public static class DescriptorImpl extends RedHatBootCoonfiguration.DescriptorImpl { + public static class DescriptorImpl extends RedHatBootConfiguration.DescriptorImpl { public String getDisplayName() { return "CentOS"; } Index: hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootCoonfiguration/menu.txt =================================================================== --- hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootCoonfiguration/menu.txt (revision 17794) +++ hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootCoonfiguration/menu.txt (working copy) @@ -1,24 +0,0 @@ -menu background ${id}/splash.jpg -menu title ${release} -menu color border 0 #ffffffff #00000000 -menu color sel 7 #ffffffff #ff000000 -menu color title 0 #ffffffff #00000000 -menu color tabmsg 0 #ffffffff #00000000 -menu color unsel 0 #ffffffff #00000000 -menu color hotsel 0 #ff000000 #ffffffff -menu color hotkey 7 #ffffffff #ff000000 -menu color scrollbar 0 #ffffffff #00000000 - -label install - menu label ^Interactive Install - kernel ${id}/vmlinuz - append initrd=${id}/initrd.img text - -label autoinstall - menu label ^Automatic Install for Hudson - kernel ${id}/vmlinuz - append initrd=${id}/initrd.img text ks=${absoluteUrl}/kickstart - -label mainmenu - menu label ^Back to main menu - kernel vesamenu.c32 Index: hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootCoonfiguration/config.jelly =================================================================== --- hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootCoonfiguration/config.jelly (revision 17794) +++ hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootCoonfiguration/config.jelly (working copy) @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file Index: hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootCoonfiguration/kickstart.txt =================================================================== --- hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootCoonfiguration/kickstart.txt (revision 17794) +++ hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootCoonfiguration/kickstart.txt (working copy) @@ -1,30 +0,0 @@ -# install a fresh system instead of upgrade -install -url --url=${absoluteUrl}/image -lang ${locale} -keyboard us -network --bootproto dhcp -rootpw --iscrypted ${password} -firewall --service=ssh -authconfig --enableshadow -selinux --enforcing -timezone --utc ${timeZone} -bootloader --location=mbr -reboot -# wipe out HDD and start from scratch -clearpart --all -autopart -text -user --name=hudson --password=${password} --iscrypted - -%packages -@admin-tools -@base -@core -@editors -@gnome-desktop -@graphical-internet -@hardware-support -@java -${packageList} -%end Property changes on: hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/RedHatBootConfiguration ___________________________________________________________________ Added: svn:mergeinfo Property changes on: hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/PXE/help-rootPassword.html ___________________________________________________________________ Added: svn:mergeinfo Index: hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/PXE/help-rootPassword..html =================================================================== --- hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/PXE/help-rootPassword..html (revision 17794) +++ hudson/plugins/pxe/src/main/resources/hudson/plugins/pxe/PXE/help-rootPassword..html (working copy) @@ -1,3 +0,0 @@ -
- If you have specified the super user name, specify the corresondpoing password here. -
\ No newline at end of file