summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Expand)AuthorAgeFilesLines
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-317-8/+46
* - have nothing talking about interactive when SPAWN_INTERACTIVE is unsetPascal Rigaux2005-01-311-3/+8
* only prompt for "Additional Drivers floppy" for networkPascal Rigaux2005-01-282-1/+6
* don't prompt if no modules, otherwise "Ok" in ask_from_list_comments() gets a...Pascal Rigaux2005-01-281-1/+4
* ensure switching between different install methods do not break due to IMAGE_...Pascal Rigaux2005-01-281-0/+3
* VERSION is now DISTRIB_VERSIONPascal Rigaux2005-01-181-1/+1
* include gi/Makefile.config to have DISTRIB_DESCR definedPascal Rigaux2005-01-181-0/+1
* factorize the distrib versionPascal Rigaux2005-01-153-13/+7
* use /etc/init instead of /sbin/init to allow umounting clp in initPascal Rigaux2005-01-121-1/+6
* fix buggy blino commit which caused install failures to cause reboot without ...Pascal Rigaux2005-01-121-2/+2
* fixPascal Rigaux2005-01-061-4/+4
* ensure /tmp/syslog in stage2 contains the full logPascal Rigaux2005-01-032-2/+6
* it's cleaner to have the clp_tmpfs in /tmpPascal Rigaux2005-01-031-1/+1
* much simpler code to handle post-install update modulesPascal Rigaux2004-12-211-2/+5
* minimal bootsplash stage1 supportPascal Rigaux2004-12-209-16/+126
* create unset_automatic()Pascal Rigaux2004-12-207-15/+20
* fix http directory not starting with a "/" (it was handled for stage1, but no...Pascal Rigaux2004-12-151-1/+1
* cleanupPascal Rigaux2004-12-141-25/+26
* simplifyPascal Rigaux2004-12-041-7/+2
* *** empty log message ***Pascal Rigaux2004-11-301-9/+22
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-294-83/+1
* - no more kernel/all.modules, things are in kernel/all.kernelsPascal Rigaux2004-11-221-1/+1
* major switch from ramdisk to clpPascal Rigaux2004-11-168-167/+73
* 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
* remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were not u...Pascal Rigaux2004-11-122-8/+2
* drop unused INIT_LIBC, GLIBC_LIBC, DIETLIBC_LIBC (all 3 were empty at the mom...Pascal Rigaux2004-11-122-12/+4
* 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
* some defines are not arch dependentPascal Rigaux2004-11-121-6/+7
* we use pivot_root for rescue, so don't umount STAGE2_LOCATIONPascal Rigaux2004-11-051-8/+0
* saving stage1 resolv.conf is done in finish_preparing() with no special code ...Pascal Rigaux2004-11-051-6/+0
* keep the tmpfs and rescue in /tmp/stage2Pascal Rigaux2004-11-051-18/+29
* use install/stage2/mdkinst.kernels to check stage2 kernel version instead of ...Pascal Rigaux2004-11-051-6/+19
* 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
* - no need to build stage1-cdrom nor stage1-network for MOVEPascal Rigaux2004-11-051-7/+3
* 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
* merge from pcitableOlivier Blin2004-11-051-0/+2
* - create mount_clp_may_preload() out of handle_clp()Pascal Rigaux2004-11-044-34/+78
* 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
* 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
* 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