|
From: <ar...@sy...> - 2008-02-23 22:39:53
|
Author: arighi
Date: 2008-02-23 16:39:46 -0600 (Sat, 23 Feb 2008)
New Revision: 4398
Modified:
trunk/sbin/si_mkautoinstallscript
Log:
- any change in autoinstallscript.conf now automatically fixes the boot-loader
configuration, so the warning in si_mkautoinstallscript is no more needed,
just remove it.
Modified: trunk/sbin/si_mkautoinstallscript
===================================================================
--- trunk/sbin/si_mkautoinstallscript 2008-02-23 22:34:31 UTC (rev 4397)
+++ trunk/sbin/si_mkautoinstallscript 2008-02-23 22:39:46 UTC (rev 4398)
@@ -244,14 +244,5 @@
$file = "$autoinstall_script_dir/$script_name.master";
unless ($quiet) { print qq(\nYour new autoinstall script has been created:\n\n); }
unless ($quiet) { print qq("$file"\n\n); }
-unless ($quiet) {
- print qq(WARNING: If you made a change to your autoinstallscript.conf file that could\n);
- print qq( affect the boot process, for example, changing your root device, then\n);
- print qq( you must also modify your boot loader's configuration file. This \n);
- print qq( file can be modified either directly in the image, or in an override\n);
- print qq( directory. For more information on override directories, see the\n);
- print qq( full manual in /usr/share/doc/systemimager-doc/ or at\n);
- print qq( http://wiki.systemimager.org.\n);
-}
exit 0;
|