Non-x86 support
authorJamie Cameron <jcameron@webmin.com>
Sat, 12 Apr 2008 16:56:01 +0000 (16:56 +0000)
committerJamie Cameron <jcameron@webmin.com>
Sat, 12 Apr 2008 16:56:01 +0000 (16:56 +0000)
lilo/CHANGELOG [new file with mode: 0644]
lilo/index.cgi

diff --git a/lilo/CHANGELOG b/lilo/CHANGELOG
new file mode 100644 (file)
index 0000000..107509f
--- /dev/null
@@ -0,0 +1,2 @@
+---- Changes since 1.410 ----
+Added support for non-x86 systems.
index bfc3662..595cd27 100755 (executable)
@@ -7,11 +7,11 @@ require './lilo-lib.pl';
        &help_search_link("lilo", "man", "doc", "howto"));
 
 # Check for non-intel architecture
-if (!&is_x86()) {
-       print "<p>$text{'index_earch'}<p>\n";
-       &ui_print_footer("/", $text{'index'});
-       exit;
-       }
+#if (!&is_x86()) {
+#      print "<p>$text{'index_earch'}<p>\n";
+#      &ui_print_footer("/", $text{'index'});
+#      exit;
+#      }
 
 # Check if lilo.conf exists
 if (!-r $config{'lilo_conf'}) {