summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'a'.topic/aMystery Man2004-11-062850-2211479/+0
|
* 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
|
* free up stage1 memoryPascal Rigaux2004-11-051-0/+3
|
* fix typoPascal Rigaux2004-11-051-1/+1
|
* saving stage1 resolv.conf is done in finish_preparing() with no special code ↵Pascal Rigaux2004-11-051-6/+0
| | | | | | | needed for rescue (as was done in save_stuff_for_rescue())
* keep the tmpfs and rescue in /tmp/stage2Pascal Rigaux2004-11-053-19/+44
| | | | | (this allows to mount the rescue read-only)
* use install/stage2/mdkinst.kernels to check stage2 kernel version instead of ↵Pascal Rigaux2004-11-051-6/+19
| | | | install/stage2/live/lib/modules.cz-xxx
* RAMDISK_LOCATION_REL is a better name than RAMDISK_LOCATIONPascal Rigaux2004-11-053-4/+4
|
* create choose_iso_in_directory() out of try_with_directory()Pascal Rigaux2004-11-051-62/+69
|
* do not gzip pm files anymore (since we will soon use compressed loopback, ↵Pascal Rigaux2004-11-052-4/+0
| | | | this is not useful anymore)
* create install/stage2/mdkinst.kernels which contains the list of kernels ↵Pascal Rigaux2004-11-051-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!)
* simplifyPascal Rigaux2004-11-051-1/+1
|
* we don't use all_modules.mar any more for all.rdz, instead we simply copy ↵Pascal Rigaux2004-11-051-2/+6
| | | | modules from all_modules.list
* - create a .list instead of a .mar for all.rdzPascal Rigaux2004-11-052-34/+5
| | | | | - drop the check_mar which is checking much anymore
* - no need to build stage1-cdrom nor stage1-network for MOVEPascal Rigaux2004-11-051-7/+3
| | | | | - for stage1-full, no special .c is needed for MOVE
* cleanup (hoist MOVE_ADDSRC in STAGE1SRC)Pascal Rigaux2004-11-051-3/+3
|
* remove duplicates in STAGE1OBJS-FULL, this removes make warningsPascal Rigaux2004-11-051-2/+4
|
* hide ifcfg files for non-root users if they contain a WEP key (#12177)Olivier Blin2004-11-051-0/+2
|
* merge from pcitableOlivier Blin2004-11-051-0/+2
|
* Create cfg dir if needed. Use xorg.conf.Stew Benedict2004-11-041-35/+92
| | | | | | | Touch /etc/dhcpd.conf.etherboot.kernel if missing. Ignore vmnet for broadcast address. Start reworking PXE support.
* - create mount_clp_may_preload() out of handle_clp()Pascal Rigaux2004-11-044-34/+78
| | | | | - rename handle_clp() to handle_move_clp() and simplify its use
* add some commentsPascal Rigaux2004-11-041-0/+7
|
* IMAGE_LOCATION_REAL is better named STAGE2_LOCATION in MOVEPascal Rigaux2004-11-042-5/+5
|
* - STAGE2_LOCATION is unused in MOVEPascal Rigaux2004-11-041-2/+2
| | | | | - IMAGE_LOCATION_REAL is unused in non MOVE
* LIVE_LOCATION_REL doesn't exist anymore in MOVEPascal Rigaux2004-11-041-1/+5
|
* replace RAW_LOCATION_REL with IMAGE_LOCATION_RELPascal Rigaux2004-11-042-5/+4
| | | | | (the absolute symlink will now be relative, but that's ok here)
* fix typoPascal Rigaux2004-11-041-1/+1
|
* create save_fd() out of copy_file()Pascal Rigaux2004-11-041-19/+26
|
* more commentPascal Rigaux2004-11-042-0/+2
|
* MODE_RAMDISK is now unusedPascal Rigaux2004-11-042-4/+0
|
* simplify since STAGE2_LOCATION is now valid for live installs before pivot_rootPascal Rigaux2004-11-041-5/+2
| | | | | (due to previous stage1.c commit)
* STAGE2_LOCATION symlink is now relative instead of absolutePascal Rigaux2004-11-041-2/+2
| | | | | (relies on the fact that STAGE2_LOCATION and IMAGE_LOCATION are both in /tmp in non MOVE)
* new macro IMAGE_LOCATION_RELPascal Rigaux2004-11-041-2/+4
|
* rename STAGE2_LOCATION_REL into STAGE2_LOCATION_ROOTEDPascal Rigaux2004-11-042-4/+4
| | | | | (since STAGE2_LOCATION_REL is not relative, it's simply absolute when chrooted)
* create STAGE2_LOCATION symlink if it is not a directory (well more precisely ↵Pascal Rigaux2004-11-041-1/+1
| | | | when it doesn't exist)
* LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"Pascal Rigaux2004-11-046-11/+18
|
* cleanup code using kernel_module_extension()Pascal Rigaux2004-11-041-8/+7
|
* use image_has_stage2() (even if not equivalent for rescue since we now check ↵Pascal Rigaux2004-11-041-11/+4
| | | | the stage2 stuff instead, but it should do)
* test_that_cd() is now image_has_stage2()Pascal Rigaux2004-11-043-12/+12
|
* *** empty log message ***Pascal Rigaux2004-11-041-1/+1
|
* drop IS_SPECIAL_STAGE2 in favor of IS_RESCUEPascal Rigaux2004-11-044-22/+6
|
* create str_ftp_error()Pascal Rigaux2004-11-043-11/+14
|
* perl_checker cleanupsThierry Vignaud2004-11-021-3/+2
|
* normalize codePascal Rigaux2004-11-021-2/+4
|
* rename MEM_LIMIT_RAMDISK into MEM_LIMIT_DRAKXPascal Rigaux2004-11-023-4/+4
|
* normalize codePascal Rigaux2004-11-021-3/+6
|