summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use fs::get::device2part()Pascal Rigaux2004-11-251-2/+1
|
* use fs::get::device2part()Pascal Rigaux2004-11-251-2/+1
|
* remove unused varPascal Rigaux2004-11-251-2/+0
|
* we don't use /tmp for devices anymorePascal Rigaux2004-11-254-8/+7
| | | | | (this comes from long ago when redhat code was using a ro /dev and creating other devices in /tmp)
* - create analyze_wild_device_name() out of subpart_from_wild_device_name()Pascal Rigaux2004-11-252-40/+69
| | | | | | | | | | - rename part2device() into part2wild_device_name(), change its prototype and use analyze_wild_device_name() - new field {faked_device} - for LABEL=..., {device} is not empty anymore and {faked_device} is set, merge_fstabs() will take care of having the real {device} and {faked_device} unset - for devfs_device, {device} is set to the devfs device, merge_fstabs() will take care of having the non devfs device in {device}
* Fix Totem installation when KDE and GNOME are both installed.David Baudens2004-11-251-2/+2
| | | | | Fix Quanta installation
* more intelligent sort of fstab to handle loopback files or bind directory ↵Pascal Rigaux2004-11-251-3/+22
| | | | (bug anthil #1198)
* list Turkish language in both Asia and Europe (for Istanbul)Pablo Saratxaga2004-11-231-1/+1
|
* don't use typeOfMBR to check the method on floppy which may not be insertedPascal Rigaux2004-11-231-1/+4
| | | | | (part of bugzilla #12213)
* detect on lilo on floppy (bugzilla #12213)Pascal Rigaux2004-11-231-0/+1
|
* fix {device_alias} containing /dev/xxx instead of xxx. The bug wasPascal Rigaux2004-11-231-6/+6
| | | | | | "none /mnt/cdrom supermount dev=/dev//dev/cdrom,fs=iso9660..." (bugzilla #12224)
* don't have perl warningPascal Rigaux2004-11-231-1/+2
|
* *** empty log message ***Pascal Rigaux2004-11-231-1/+85
|
* (real_main) in "ADSL provider" step, plain reset the protocol onThierry Vignaud2004-11-221-1/+1
| | | | | provider switch
* - no more kernel/all.modules, things are in kernel/all.kernelsPascal Rigaux2004-11-2212-241/+241
| | | | | | | | | | | | | - cleanup what we keep in kernel/all.kernels: only vmlinuz, modules.dep, *.mar, all_modules.tar, modules.cz - replace all_modules.list + modules with all_modules.tar - kernel/all.modules/modules.cz-VERSION are now in kernel/all.kernels/VERSION/modules.cz - allow having a normal in isolinux, but don't use it for floppy images (for this, add kernel/all.kernels/.main-BOOT) - add many modules kernel/list_modules.pm in unused categories since we don't take all modules from kernel, only those listed (needed to have a not too big modules.cz for normal kernel) - complete rewrite of update_kernel (now written in perl)
* use cat_()Pascal Rigaux2004-11-221-1/+1
|
* kill a stock iconThierry Vignaud2004-11-221-1/+1
|
* add new sound drivers from kernel-tmb and kernel-multimediaThierry Vignaud2004-11-191-4/+4
|
* (alsa2oss) add snd-azxThierry Vignaud2004-11-191-0/+1
|
* add snd-azxThierry Vignaud2004-11-191-1/+1
|
* fix wrong package nameThierry Vignaud2004-11-191-1/+1
|
* - add helper functions: kernel_is_26(), module_extension()Pascal Rigaux2004-11-191-3/+8
| | | | | - expand code
* better commentPascal Rigaux2004-11-191-1/+1
|
* fix prototypePascal Rigaux2004-11-181-1/+1
|
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-189-122/+3
| | | | | (remove usingRamdisk(), check_prog(), remove_unused()...)
* mdkinst.kernels is must be uploaded tooPascal Rigaux2004-11-181-1/+2
|
* not uploading stage2/live anymore :)Pascal Rigaux2004-11-181-1/+0
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-1836-106/+106
|
* put back module "53c7,8xx" which still exist for 2.4Pascal Rigaux2004-11-181-1/+1
|
* *** empty log message ***Pascal Rigaux2004-11-181-1/+890
|
* add some ";", remove some ";", as told by perl_checkerPascal Rigaux2004-11-188-26/+26
|
* fix indentationPascal Rigaux2004-11-171-5/+8
|
* Update inline mirror list again (the previous one was broken)Rafael Garcia-Suarez2004-11-171-83/+83
|
* bump requires on ldetect-lst b/c of s/3c90x/3c59x/Thierry Vignaud2004-11-171-1/+1
|
* 10.2-0.3mdkThierry Vignaud2004-11-171-1/+9
|
* fill in 10.2-0.2mdk's changelogThierry Vignaud2004-11-171-0/+5
|
* add new sound drivers from kernel-tmb-2.6.7-2.tmb.6mdkThierry Vignaud2004-11-171-0/+9
|
* add dyc_ar5 wireless driver from kernel-tmb-2.6.7-2.tmb.6mdkThierry Vignaud2004-11-171-1/+1
|
* really remove the VG from internal list of {lvms}, not on a copyPascal Rigaux2004-11-171-2/+1
|
* Update the inline mirror list for mini isosRafael Garcia-Suarez2004-11-171-83/+209
|
* also remove "require partition_table::lvm_PV" comment for perl_checkerPascal Rigaux2004-11-171-1/+0
|
* fix typo (thanks to bugzilla #12387)Pascal Rigaux2004-11-161-1/+1
|
* empty partition table means sectors #0 and #1 are zeroes, not simply sector #0Pascal Rigaux2004-11-161-2/+2
| | | | | (this gives a chance to raw_lvm_PV which has its magic on sector #1)
* handle more nicely raw_lvm_PV (don't simply ignore them)Pascal Rigaux2004-11-163-46/+19
|
* don't die in will_tell_kernel() when the device is weird, since it is normal ↵Pascal Rigaux2004-11-161-3/+8
| | | | when destroying a raw_lvm_PV
* enhance readabilityPascal Rigaux2004-11-161-8/+8
|
* on startup, redo ethX aliasesThierry Vignaud2004-11-162-1/+2
|
* enhance analyse_kernel_name(), esp. to handle i686-up-64GBPascal Rigaux2004-11-161-1/+6
|
* make_mdkinst_stage2 is no more, hail mdkinst_stage2_toolPascal Rigaux2004-11-161-1/+1
|
* move libperl.so from list.ARCH back to list, using a wildcardPascal Rigaux2004-11-165-4/+1
|