| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | keep the tmpfs and rescue in /tmp/stage2 | Pascal Rigaux | 2004-11-05 | 3 | -19/+44 |
* | use install/stage2/mdkinst.kernels to check stage2 kernel version instead of ... | Pascal Rigaux | 2004-11-05 | 1 | -6/+19 |
* | 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, thi... | Pascal Rigaux | 2004-11-05 | 2 | -4/+0 |
* | create install/stage2/mdkinst.kernels which contains the list of kernels know... | Pascal Rigaux | 2004-11-05 | 1 | -0/+1 |
* | simplify | Pascal Rigaux | 2004-11-05 | 1 | -1/+1 |
* | we don't use all_modules.mar any more for all.rdz, instead we simply copy mod... | Pascal Rigaux | 2004-11-05 | 1 | -2/+6 |
* | - create a .list instead of a .mar for all.rdz | Pascal Rigaux | 2004-11-05 | 2 | -34/+5 |
* | - no need to build stage1-cdrom nor stage1-network for MOVE | Pascal Rigaux | 2004-11-05 | 1 | -7/+3 |
* | cleanup (hoist MOVE_ADDSRC in STAGE1SRC) | Pascal Rigaux | 2004-11-05 | 1 | -3/+3 |
* | remove duplicates in STAGE1OBJS-FULL, this removes make warnings | Pascal Rigaux | 2004-11-05 | 1 | -2/+4 |
* | hide ifcfg files for non-root users if they contain a WEP key (#12177) | Olivier Blin | 2004-11-05 | 1 | -0/+2 |
* | merge from pcitable | Olivier Blin | 2004-11-05 | 1 | -0/+2 |
* | Create cfg dir if needed. Use xorg.conf. | Stew Benedict | 2004-11-04 | 1 | -35/+92 |
* | - create mount_clp_may_preload() out of handle_clp() | Pascal Rigaux | 2004-11-04 | 4 | -34/+78 |
* | add some comments | Pascal Rigaux | 2004-11-04 | 1 | -0/+7 |
* | IMAGE_LOCATION_REAL is better named STAGE2_LOCATION in MOVE | Pascal Rigaux | 2004-11-04 | 2 | -5/+5 |
* | - STAGE2_LOCATION is unused in MOVE | Pascal Rigaux | 2004-11-04 | 1 | -2/+2 |
* | LIVE_LOCATION_REL doesn't exist anymore in MOVE | Pascal Rigaux | 2004-11-04 | 1 | -1/+5 |
* | replace RAW_LOCATION_REL with IMAGE_LOCATION_REL | Pascal Rigaux | 2004-11-04 | 2 | -5/+4 |
* | fix typo | Pascal Rigaux | 2004-11-04 | 1 | -1/+1 |
* | create save_fd() out of copy_file() | Pascal Rigaux | 2004-11-04 | 1 | -19/+26 |
* | more comment | Pascal Rigaux | 2004-11-04 | 2 | -0/+2 |
* | MODE_RAMDISK is now unused | Pascal Rigaux | 2004-11-04 | 2 | -4/+0 |
* | simplify since STAGE2_LOCATION is now valid for live installs before pivot_root | Pascal Rigaux | 2004-11-04 | 1 | -5/+2 |
* | STAGE2_LOCATION symlink is now relative instead of absolute | Pascal Rigaux | 2004-11-04 | 1 | -2/+2 |
* | new macro IMAGE_LOCATION_REL | Pascal Rigaux | 2004-11-04 | 1 | -2/+4 |
* | rename STAGE2_LOCATION_REL into STAGE2_LOCATION_ROOTED | Pascal Rigaux | 2004-11-04 | 2 | -4/+4 |
* | create STAGE2_LOCATION symlink if it is not a directory (well more precisely ... | Pascal Rigaux | 2004-11-04 | 1 | -1/+1 |
* | LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/" | Pascal Rigaux | 2004-11-04 | 6 | -11/+18 |
* | cleanup code using kernel_module_extension() | Pascal Rigaux | 2004-11-04 | 1 | -8/+7 |
* | use image_has_stage2() (even if not equivalent for rescue since we now check ... | Pascal Rigaux | 2004-11-04 | 1 | -11/+4 |
* | test_that_cd() is now image_has_stage2() | Pascal Rigaux | 2004-11-04 | 3 | -12/+12 |
* | *** empty log message *** | Pascal Rigaux | 2004-11-04 | 1 | -1/+1 |
* | drop IS_SPECIAL_STAGE2 in favor of IS_RESCUE | Pascal Rigaux | 2004-11-04 | 4 | -22/+6 |
* | create str_ftp_error() | Pascal Rigaux | 2004-11-04 | 3 | -11/+14 |
* | perl_checker cleanups | Thierry Vignaud | 2004-11-02 | 1 | -3/+2 |
* | normalize code | Pascal Rigaux | 2004-11-02 | 1 | -2/+4 |