Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix yaboot detection | Pascal Rigaux | 2004-11-16 | 1 | -1/+2 |
| | |||||
* | cleanup get_mac_generation() | Pascal Rigaux | 2004-11-16 | 1 | -11/+1 |
| | |||||
* | add ahci and sata_uli SATA drivers (from latest libata as in 2.8.10-rc1-mm5) | Thierry Vignaud | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | "53c7,8xx" is an obvious typo. what's more, 53c7xx is only a submodule for | Thierry Vignaud | 2004-11-16 | 1 | -1/+0 |
| | | | | | other drivers in drivers/scsi/ | ||||
* | add it8212 raid driver | Thierry Vignaud | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | 3c90x is dead for years | Thierry Vignaud | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | add efficeon-agp k7-agp and mch-agp AGP drivers | Thierry Vignaud | 2004-11-16 | 1 | -2/+2 |
| | |||||
* | buz and paep modules do not exist anymore | Thierry Vignaud | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | pcilynx is a IEEE-1394 controller driver like ohci1394 | Thierry Vignaud | 2004-11-16 | 1 | -2/+2 |
| | |||||
* | add bus/i2c (aka SMB Host controllers) | Thierry Vignaud | 2004-11-16 | 1 | -0/+5 |
| | |||||
* | list ibm_emac and oaknet net drivers on PPC | Thierry Vignaud | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | major switch from ramdisk to clp | Pascal Rigaux | 2004-11-16 | 2 | -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 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 | ||||
* | disable kernel-BOOT 2.4 until it handles clp (ie until it has gzloop) | Pascal Rigaux | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | major switch from ramdisk to clp | Pascal Rigaux | 2004-11-16 | 15 | -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 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 |
| | |||||
* | add partimage | Pascal Rigaux | 2004-11-13 | 1 | -0/+1 |
| | |||||
* | no "auto install floppy" on ppc | Pascal Rigaux | 2004-11-12 | 2 | -3/+4 |
| | |||||
* | disable ddcprobe again - it doesn't work right, causing the installer to halt | Pascal Rigaux | 2004-11-12 | 1 | -1/+1 |
| | | | | | with a divide by zero error | ||||
* | cleanup | Pascal Rigaux | 2004-11-12 | 1 | -5/+4 |
| | |||||
* | simplify | Pascal Rigaux | 2004-11-12 | 1 | -3/+0 |
| | |||||
* | build init using $(DIET) just like stage2-* (needed for ppc, and nicer), | Pascal Rigaux | 2004-11-12 | 2 | -23/+8 |
| | | | | | unify LDFLAGS_INIT and LDFLAGS_STAGE1 | ||||
* | remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were not ↵ | Pascal Rigaux | 2004-11-12 | 2 | -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 Rigaux | 2004-11-12 | 2 | -12/+4 |
| | | | | moment) | ||||
* | don't use minilibc.h on ppc | Pascal Rigaux | 2004-11-12 | 1 | -3/+13 |
| | |||||
* | simplify arch dependent config based on dietlibc vs glibc. | Pascal Rigaux | 2004-11-12 | 1 | -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 dependent | Pascal Rigaux | 2004-11-12 | 1 | -6/+7 |
| | |||||
* | 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 |
| | |||||
* | Remove the video=ofonly kernel argument for ppc since it doesn't always | Pascal Rigaux | 2004-11-12 | 1 | -12/+12 |
| | | | | | | work and is easier to add than to remove on the bootloader prompt. (Christiaan Welvaart) | ||||
* | 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 |
| | |||||
* | introduce network::tools::get_interface_status | Olivier Blin | 2004-11-09 | 1 | -4/+9 |
| |