summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* Remove the video=ofonly kernel argument for ppc since it doesn't alwaysPascal Rigaux2004-11-121-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 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
|
* reverted pkgs, SorryFunda Wang2004-11-091-1/+1
|
* s/fctix/fcitx. Critical typoFunda Wang2004-11-092-2/+2
|
* do not use slicing when selecting single valuesThierry Vignaud2004-11-081-1/+1
|
* SmartCard authentication needs pkg castella-pamPascal Rigaux2004-11-071-0/+1
|
* Initial revisionanoncvs2004-11-061-0/+64
|
* add "Smart Card" authentication (using pam_castella) (as asked by flepied)Pascal Rigaux2004-11-051-7/+14
|
* umount /stage1 when /etc/mtab exists to remove a warningPascal Rigaux2004-11-051-3/+3
|
* we don't need "root=/dev/ram3" nor "rw" for rescue since we now pivot_rootPascal Rigaux2004-11-051-30/+14
|
* we use pivot_root for rescue, so don't umount STAGE2_LOCATIONPascal Rigaux2004-11-051-8/+0
|