aboutsummaryrefslogtreecommitdiffstats
path: root/installer/2/el/content/search/htmlFileList.js
blob: 2cff27618dcd462d116953938b3b01a38a450f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//List of files which are indexed.
fl = new Array();
fl["0"]= "exitInstall.html";
fl["1"]= "formatPartitions.html";
fl["2"]= "diskdrake.html";
fl["3"]= "setupX.html";
fl["4"]= "selectLanguage.html";
fl["5"]= "installer.html";
fl["6"]= "selectKeyboard.html";
fl["7"]= "installUpdates.html";
fl["8"]= "setupBootloaderBeginner.html";
fl["9"]= "ask_mntpoint_s.html";
fl["10"]= "setupBootloaderExpert.html";
fl["11"]= "addUser.html";
fl["12"]= "choosePackages.html";
fl["13"]= "acceptLicense.html";
fl["14"]= "takeOverHdChoose.html";
fl["15"]= "selectInstallClass.html";
fl["16"]= "setupSCSI.html";
fl["17"]= "resizeFATChoose.html";
fl["18"]= "misc-params.html";
fl["19"]= "doPartitionDisks.html";
fl["20"]= "takeOverHdConfirm.html";
fl["21"]= "selectMouse.html";