Index: lib/SystemInstaller/Tk/Help.pm
===================================================================
--- lib/SystemInstaller/Tk/Help.pm (revision 5094)
+++ lib/SystemInstaller/Tk/Help.pm (working copy)
@@ -25,9 +25,9 @@
%Help = (
#### Build Image Help
"Image Name" => "Image Name:\n\nThe name you wish to call the image.",
- "Target Distribution" => "Target Distribution:\n\nThis menu allows the selection of the distribution/architecture on which the image will be based. The choices are from the distribution repositories
located in /tftpboot/distro.\n\n The selection of one menu item leads to an automatic change of the Package Directory entry as well as the regeneration of the package list file located in /tmp/rpmlist_*\n",
- "Package Directory" => "Package Directory:\n\nThis option specifies the directory which contains the packages (RPM, Deb, or other) which will be used to build the image.\n\nAll the packages used to
build an image must be in the same directory.",
- "Package File" => "Package File:\n\nThis option specifies a text file which contains a list of all the packages that should be installed.\nThere are various samples for several distributions under
\$OSCAR_HOME/oscarsamples",
+ "Target Distribution" => "Target Distribution:\n\nThis menu allows the selection of the distribution/architecture on which the image will be based. The choices are from the distribution repositories
located in /tftpboot/distro.\n\n The selection of one menu item leads to an automatic change of the Package Repositories entries as well as the regeneration of the package list file located in /tmp/rpmlist_
*\n",
+ "Package Repositories" => "Package Repositories:\n\nThis option specifies the locations which contain the packages (RPM, Deb, or other) which will be used to build the image.\n\nThree repositories
are necessary: repository for common packages for OSCAR, repository for Linux distribution specific packages for OSCAR and repository for Linux distribution packages.",
+ "Package File" => "Package File:\n\nThis option specifies a text file which contains a list of all the packages that should be installed.\nThere are various samples for several distributions under
/usr/share/systeminstaller/distinfo",
"Disk File" => "Disk File:\n\nThis option specifies a text file which contains the disk partitiontion table for the image.\n\nFor more information on the format please see the mksidisk man page. Th
ere is a sample disktable in /usr/share/doc/systeminstaller-<version>/disktable.",
"Target Architecture" => "Target Architecture:\n\nThis option specifies what architecture the images should be built for. The value will default to the current architecture.\n\nThere is some suppo
rt for cross architecture image building, though it is mostly untested.",
"Post Install Action" => "Post Install Action:\n\nThis option specifies what the client should do after installation has completed. The options are:\n\nbeep - Clients will beep incessantly after s
uccussful completion of an autoinstall.\n\nreboot - Clients will reboot themselves after successful completion of an autoinstall.\n\nshutdown -- Clients will halt themselves after successful completion of an
autoinstall.",
Index: lib/SystemInstaller/Tk/Image.pm
===================================================================
--- lib/SystemInstaller/Tk/Image.pm (revision 5094)
+++ lib/SystemInstaller/Tk/Image.pm (working copy)
@@ -127,8 +127,8 @@
"Target Distribution"))
unless $noshow{distro};
- label_entry_line($image_window, "Packages Directory", \$vars{pkgpath},"","x",
- helpbutton($image_window, "Package Directory"))
+ label_entry_line($image_window, "Package Repositories", \$vars{pkgpath},"","x",
+ helpbutton($image_window, "Package Repositories"))
unless $noshow{pkgpath};
Mainly Packages Directory ->
Package Repositories, and updated the help text.
Cheers,
Bernard
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
