summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* - 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)
* *** 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-221-3/+4
| | | | | | | | | | | | | - 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)
* kill a stock iconThierry Vignaud2004-11-221-1/+1
|
* (alsa2oss) add snd-azxThierry Vignaud2004-11-191-0/+1
|
* fix wrong package nameThierry Vignaud2004-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()...)
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-1836-106/+106
|
* *** 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
|
* 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
|
* update ppc kernel modules detection & loadingPascal Rigaux2004-11-162-4/+11
|
* enable UseFBDev in X configs on ppc, for rage128 and radeonPascal Rigaux2004-11-161-0/+3
|
* set raw_LINES on every fglrx devicesPascal Rigaux2004-11-161-5/+9
|
* drop broken codePascal Rigaux2004-11-161-3/+0
| | | | | | - setting VideoRam for i810 - unsetting UseFBDev for r128 on ppc
* fix yaboot detectionPascal Rigaux2004-11-161-1/+2
|
* cleanup get_mac_generation()Pascal Rigaux2004-11-161-11/+1
|
* for sunos:Pascal Rigaux2004-11-161-5/+4
| | | | | | - "SunOS swap" and "Whole disk" don't use ufs - drop isSunOS(): replace it with testing {fs_type} eq 'ufs'
* create isEmpty() and use it instead of simply testing {pt_type}, since ↵Pascal Rigaux2004-11-165-21/+20
| | | | {pt_type} can be undef whereas {fs_type} is set
* rename get_of_dev() -> dev2yaboot()Pascal Rigaux2004-11-161-4/+4
|
* don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot() insteadPascal Rigaux2004-11-162-7/+4
|
* - create yaboot2file() and use itPascal Rigaux2004-11-161-76/+88
| | | | | | | | - update read_lilo() for yaboot - update write_yaboot() - remove {useboot} - set {boot} to /dev/sda1 in suggest() instead of handling it in write_yaboot()
* don't use pseudo fs_type "apple" for Apple Bootstrap partitions, better only ↵Pascal Rigaux2004-11-161-3/+3
| | | | use {pt_type} for non mountable partitions
* major switch from ramdisk to clpPascal Rigaux2004-11-161-3/+5
| | | | | | | | | | | | | - mdkinst_stage2.bz2 is now mdkinst.clp - rescue_stage2.bz2 is now rescue.clp - make_mdkinst_stage2 is now mdkinst_stage2_tool (we don't keep the live when building the clp, mdkinst_stage2_tool is able to create the clp from the live, or the live from the clp) - all stage1 images now need cryptoloop & gzloop - the clp can be preloaded in memory or not (see MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD) (for http & ftp, it *must* be preloaded) - we don't uncompress the ramdisk anymore since the decompression is done on the fly, this makes the rescue boot much faster - function get_ramdisk_realname() is replaced with macro CLP_FILE_REL
* Adjust perl architecture, now that we don't have threads anymoreRafael Garcia-Suarez2004-11-151-34/+34
|
* new release for new perlRafael Garcia-Suarez2004-11-151-1/+4
|
* - special bootstrap partition warning for IBM mac_generationPascal Rigaux2004-11-151-19/+26
| | | | | - no "OldWorld or Unknown machine" for IBM mac_generation