summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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
* switch to gbk in zh_CNFunda Wang2004-11-141-1/+2
|
* no "auto install floppy" on ppcPascal Rigaux2004-11-122-3/+4
|
* the color of the categories of steps is better in the themePascal Rigaux2004-11-122-2/+7
| | | | | (it was the only part not defined in the theme but in the code)
* fix converting the background colorPascal Rigaux2004-11-121-1/+1
|
* load yenta_socket and the like for PCMCIA controllersThierry Vignaud2004-11-101-1/+1
|
* - correctly restore pam.d/system-auth when setting "local" authenticationPascal Rigaux2004-11-101-6/+14
| | | | | - no use_first_pass on "auth sufficient pam_unix.so" line for pam_castella
* fix logdrake speed (should have been commited long time ago)Thierry Vignaud2004-11-101-1/+1
|
* 10.2-0.1mdkThierry Vignaud2004-11-101-2/+19
|
* merge 10.1-27mdk's changelog from MDK10.1 branchThierry Vignaud2004-11-101-1/+12
|
* (isLaptop) fix it on non PPC archesThierry Vignaud2004-11-101-1/+1
|
* basic port from Gtk-1.2.x to Gtk+-2.xThierry Vignaud2004-11-091-35/+34
|
* bump require on ldetect-lst b/c of s/adiusbadsl/eagleusb/Thierry Vignaud2004-11-091-1/+1
|
* (getSagem) do not probe for old adiusbadsl driver (which is deprecatedThierry Vignaud2004-11-091-1/+1
| | | | | by eagle-usb for more than one year)
* update/add ADSL ISP entries (Benoit Audouard)Thierry Vignaud2004-11-091-2/+51
|
* reorder finnish entryThierry Vignaud2004-11-091-8/+8
|
* introduce network::tools::get_interface_statusOlivier Blin2004-11-091-4/+9
|
* fix regexp given to matching_driver (otherwise smartcard:xxx matches)Pascal Rigaux2004-11-091-1/+1
|