Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix regexp given to matching_driver (otherwise smartcard:xxx matches) | Pascal Rigaux | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | reverted pkgs, Sorry | Funda Wang | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | s/fctix/fcitx. Critical typo | Funda Wang | 2004-11-09 | 2 | -2/+2 |
| | |||||
* | do not use slicing when selecting single values | Thierry Vignaud | 2004-11-08 | 1 | -1/+1 |
| | |||||
* | SmartCard authentication needs pkg castella-pam | Pascal Rigaux | 2004-11-07 | 1 | -0/+1 |
| | |||||
* | Initial revision | anoncvs | 2004-11-06 | 1 | -0/+64 |
| | |||||
* | add "Smart Card" authentication (using pam_castella) (as asked by flepied) | Pascal Rigaux | 2004-11-05 | 1 | -7/+14 |
| | |||||
* | umount /stage1 when /etc/mtab exists to remove a warning | Pascal Rigaux | 2004-11-05 | 1 | -3/+3 |
| | |||||
* | we don't need "root=/dev/ram3" nor "rw" for rescue since we now pivot_root | Pascal Rigaux | 2004-11-05 | 1 | -30/+14 |
| | |||||
* | we use pivot_root for rescue, so don't umount STAGE2_LOCATION | Pascal Rigaux | 2004-11-05 | 1 | -8/+0 |
| | |||||
* | free up stage1 memory | Pascal Rigaux | 2004-11-05 | 1 | -0/+3 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-11-05 | 1 | -1/+1 |
| | |||||
* | saving stage1 resolv.conf is done in finish_preparing() with no special code ↵ | Pascal Rigaux | 2004-11-05 | 1 | -6/+0 |
| | | | | | | | needed for rescue (as was done in save_stuff_for_rescue()) | ||||
* | keep the tmpfs and rescue in /tmp/stage2 | Pascal Rigaux | 2004-11-05 | 3 | -19/+44 |
| | | | | | (this allows to mount the rescue read-only) | ||||
* | use install/stage2/mdkinst.kernels to check stage2 kernel version instead of ↵ | Pascal Rigaux | 2004-11-05 | 1 | -6/+19 |
| | | | | install/stage2/live/lib/modules.cz-xxx | ||||
* | RAMDISK_LOCATION_REL is a better name than RAMDISK_LOCATION | Pascal Rigaux | 2004-11-05 | 3 | -4/+4 |
| | |||||
* | create choose_iso_in_directory() out of try_with_directory() | Pascal Rigaux | 2004-11-05 | 1 | -62/+69 |
| | |||||
* | do not gzip pm files anymore (since we will soon use compressed loopback, ↵ | Pascal Rigaux | 2004-11-05 | 2 | -4/+0 |
| | | | | this is not useful anymore) | ||||
* | create install/stage2/mdkinst.kernels which contains the list of kernels ↵ | Pascal Rigaux | 2004-11-05 | 1 | -0/+1 |
| | | | | | | | | known by stage2. this replaces looking at install/stage2/live/modules/modules.cz-xxx (why? cuz install/stage2/live is going to be removed!) |