From 7caf4eef9e9fb2321cbdf851cef613f68f48f7c7 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 11 Jun 2023 15:20:10 +0200 Subject: Adding or refreshing installer in sq --- installer/9/sq/content/search/htmlFileList.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 installer/9/sq/content/search/htmlFileList.js (limited to 'installer/9/sq/content/search/htmlFileList.js') diff --git a/installer/9/sq/content/search/htmlFileList.js b/installer/9/sq/content/search/htmlFileList.js new file mode 100644 index 00000000..1d754322 --- /dev/null +++ b/installer/9/sq/content/search/htmlFileList.js @@ -0,0 +1,24 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "installer.html"; +fl["1"]= "selectLanguage.html"; +fl["2"]= "firewall.html"; +fl["3"]= "acceptLicense.html"; +fl["4"]= "uninstall-Mageia.html"; +fl["5"]= "securityLevel.html"; +fl["6"]= "setupSCSI.html"; +fl["7"]= "selectMouse.html"; +fl["8"]= "exitInstall.html"; +fl["9"]= "locale.html"; +fl["10"]= "soundConfig.html"; +fl["11"]= "configureServices.html"; +fl["12"]= "selectKeyboard.html"; +fl["13"]= "graphicalConfiguration.html"; +fl["14"]= "selectInstallClass.html"; +fl["15"]= "misc-params.html"; +fl["16"]= "setupBootloader.html"; +fl["17"]= "Select-and-use-ISOs.html"; +fl["18"]= "diskPartitioning.html"; +fl["19"]= "addUser.html"; +fl["20"]= "installUpdates.html"; +fl["21"]= "software.html"; -- cgit v1.2.1