Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 36 | -106/+106 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-11-18 | 1 | -1/+890 |
| | |||||
* | add some ";", remove some ";", as told by perl_checker | Pascal Rigaux | 2004-11-18 | 8 | -26/+26 |
| | |||||
* | fix indentation | Pascal Rigaux | 2004-11-17 | 1 | -5/+8 |
| | |||||
* | Update inline mirror list again (the previous one was broken) | Rafael Garcia-Suarez | 2004-11-17 | 1 | -83/+83 |
| | |||||
* | bump requires on ldetect-lst b/c of s/3c90x/3c59x/ | Thierry Vignaud | 2004-11-17 | 1 | -1/+1 |
| | |||||
* | 10.2-0.3mdk | Thierry Vignaud | 2004-11-17 | 1 | -1/+9 |
| | |||||
* | fill in 10.2-0.2mdk's changelog | Thierry Vignaud | 2004-11-17 | 1 | -0/+5 |
| | |||||
* | add new sound drivers from kernel-tmb-2.6.7-2.tmb.6mdk | Thierry Vignaud | 2004-11-17 | 1 | -0/+9 |
| | |||||
* | really remove the VG from internal list of {lvms}, not on a copy | Pascal Rigaux | 2004-11-17 | 1 | -2/+1 |
| | |||||
* | Update the inline mirror list for mini isos | Rafael Garcia-Suarez | 2004-11-17 | 1 | -83/+209 |
| | |||||
* | also remove "require partition_table::lvm_PV" comment for perl_checker | Pascal Rigaux | 2004-11-17 | 1 | -1/+0 |
| | |||||
* | fix typo (thanks to bugzilla #12387) | Pascal Rigaux | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | empty partition table means sectors #0 and #1 are zeroes, not simply sector #0 | Pascal Rigaux | 2004-11-16 | 1 | -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 Rigaux | 2004-11-16 | 3 | -46/+19 |
| | |||||
* | don't die in will_tell_kernel() when the device is weird, since it is normal ↵ | Pascal Rigaux | 2004-11-16 | 1 | -3/+8 |
| | | | | when destroying a raw_lvm_PV | ||||
* | enhance readability | Pascal Rigaux | 2004-11-16 | 1 | -8/+8 |
| | |||||
* | on startup, redo ethX aliases | Thierry Vignaud | 2004-11-16 | 2 | -1/+2 |
| | |||||
* | enhance analyse_kernel_name(), esp. to handle i686-up-64GB | Pascal Rigaux | 2004-11-16 | 1 | -1/+6 |
| | |||||
* | update ppc kernel modules detection & loading | Pascal Rigaux | 2004-11-16 | 2 | -4/+11 |
| | |||||
* | enable UseFBDev in X configs on ppc, for rage128 and radeon | Pascal Rigaux | 2004-11-16 | 1 | -0/+3 |
| | |||||
* | set raw_LINES on every fglrx devices | Pascal Rigaux | 2004-11-16 | 1 | -5/+9 |
| | |||||
* | drop broken code | Pascal Rigaux | 2004-11-16 | 1 | -3/+0 |
| | | | | | | - setting VideoRam for i810 - unsetting UseFBDev for r128 on ppc | ||||
* | fix yaboot detection | Pascal Rigaux | 2004-11-16 | 1 | -1/+2 |
| | |||||
* | cleanup get_mac_generation() | Pascal Rigaux | 2004-11-16 | 1 | -11/+1 |
| | |||||
* | for sunos: | Pascal Rigaux | 2004-11-16 | 1 | -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 Rigaux | 2004-11-16 | 5 | -21/+20 |
| | | | | {pt_type} can be undef whereas {fs_type} is set | ||||
* | rename get_of_dev() -> dev2yaboot() | Pascal Rigaux | 2004-11-16 | 1 | -4/+4 |
| | |||||
* | don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot() instead | Pascal Rigaux | 2004-11-16 | 2 | -7/+4 |
| | |||||
* | - create yaboot2file() and use it | Pascal Rigaux | 2004-11-16 | 1 | -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 Rigaux | 2004-11-16 | 1 | -3/+3 |
| | | | | use {pt_type} for non mountable partitions | ||||
* | major switch from ramdisk to clp | Pascal Rigaux | 2004-11-16 | 1 | -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 anymore | Rafael Garcia-Suarez | 2004-11-15 | 1 | -34/+34 |
| | |||||
* | new release for new perl | Rafael Garcia-Suarez | 2004-11-15 | 1 | -1/+4 |
| | |||||
* | - special bootstrap partition warning for IBM mac_generation | Pascal Rigaux | 2004-11-15 | 1 | -19/+26 |
| | | | | | - no "OldWorld or Unknown machine" for IBM mac_generation | ||||
* | switch to gbk in zh_CN | Funda Wang | 2004-11-14 | 1 | -1/+2 |
| | |||||
* | no "auto install floppy" on ppc | Pascal Rigaux | 2004-11-12 | 2 | -3/+4 |
| | |||||
* | the color of the categories of steps is better in the theme | Pascal Rigaux | 2004-11-12 | 2 | -2/+7 |
| | | | | | (it was the only part not defined in the theme but in the code) | ||||
* | fix converting the background color | Pascal Rigaux | 2004-11-12 | 1 | -1/+1 |
| | |||||
* | load yenta_socket and the like for PCMCIA controllers | Thierry Vignaud | 2004-11-10 | 1 | -1/+1 |
| | |||||
* | - correctly restore pam.d/system-auth when setting "local" authentication | Pascal Rigaux | 2004-11-10 | 1 | -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 Vignaud | 2004-11-10 | 1 | -1/+1 |
| | |||||
* | 10.2-0.1mdk | Thierry Vignaud | 2004-11-10 | 1 | -2/+19 |
| | |||||
* | merge 10.1-27mdk's changelog from MDK10.1 branch | Thierry Vignaud | 2004-11-10 | 1 | -1/+12 |
| | |||||
* | (isLaptop) fix it on non PPC arches | Thierry Vignaud | 2004-11-10 | 1 | -1/+1 |
| | |||||
* | basic port from Gtk-1.2.x to Gtk+-2.x | Thierry Vignaud | 2004-11-09 | 1 | -35/+34 |
| | |||||
* | bump require on ldetect-lst b/c of s/adiusbadsl/eagleusb/ | Thierry Vignaud | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | (getSagem) do not probe for old adiusbadsl driver (which is deprecated | Thierry Vignaud | 2004-11-09 | 1 | -1/+1 |
| | | | | | by eagle-usb for more than one year) | ||||
* | update/add ADSL ISP entries (Benoit Audouard) | Thierry Vignaud | 2004-11-09 | 1 | -2/+51 |
| | |||||
* | reorder finnish entry | Thierry Vignaud | 2004-11-09 | 1 | -8/+8 |
| |