summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
* switch to gbk in zh_CNFunda Wang2004-11-141-1/+2
|
* add partimagePascal Rigaux2004-11-131-0/+1
|
* no "auto install floppy" on ppcPascal Rigaux2004-11-122-3/+4
|
* disable ddcprobe again - it doesn't work right, causing the installer to haltPascal Rigaux2004-11-121-1/+1
| | | | | with a divide by zero error
* cleanupPascal Rigaux2004-11-121-5/+4
|
* simplifyPascal Rigaux2004-11-121-3/+0
|
* build init using $(DIET) just like stage2-* (needed for ppc, and nicer),Pascal Rigaux2004-11-122-23/+8
| | | | | unify LDFLAGS_INIT and LDFLAGS_STAGE1
* remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were not ↵Pascal Rigaux2004-11-122-8/+2
| | | | | | | used everywhere, and so it was not easy to understand
* drop unused INIT_LIBC, GLIBC_LIBC, DIETLIBC_LIBC (all 3 were empty at the ↵Pascal Rigaux2004-11-122-12/+4
| | | | moment)
* don't use minilibc.h on ppcPascal Rigaux2004-11-121-3/+13
|
* simplify arch dependent config based on dietlibc vs glibc.Pascal Rigaux2004-11-121-18/+5
| | | | | | this patch may be wrong for ppc which now used dietlibc but may prefer init-libc-headers.h over minilibc.h (need testing)
* some defines are not arch dependentPascal Rigaux2004-11-121-6/+7
|