summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* add ahci and sata_uli SATA drivers (from latest libata as in 2.8.10-rc1-mm5)Thierry Vignaud2004-11-161-1/+1
|
* "53c7,8xx" is an obvious typo. what's more, 53c7xx is only a submodule forThierry Vignaud2004-11-161-1/+0
| | | | | other drivers in drivers/scsi/
* add it8212 raid driverThierry Vignaud2004-11-161-1/+1
|
* 3c90x is dead for yearsThierry Vignaud2004-11-161-1/+1
|
* add efficeon-agp k7-agp and mch-agp AGP driversThierry Vignaud2004-11-161-2/+2
|
* buz and paep modules do not exist anymoreThierry Vignaud2004-11-161-1/+1
|
* pcilynx is a IEEE-1394 controller driver like ohci1394Thierry Vignaud2004-11-161-2/+2
|
* add bus/i2c (aka SMB Host controllers)Thierry Vignaud2004-11-161-0/+5
|
* list ibm_emac and oaknet net drivers on PPCThierry Vignaud2004-11-161-1/+1
|
* major switch from ramdisk to clpPascal Rigaux2004-11-162-79/+44
| | | | | | - 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)
* 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
* disable kernel-BOOT 2.4 until it handles clp (ie until it has gzloop)Pascal Rigaux2004-11-161-1/+1
|
* major switch from ramdisk to clpPascal Rigaux2004-11-1615-249/+94
| | | | | | | | | | | | | - 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