| Commit message (Expand) | Author | Age | Files | Lines |
* | new option "keepmounted" to allow the rescue media to be kept mounted | Pascal Rigaux | 2005-02-28 | 5 | -3/+6 |
* | fix using the mirror tree when there is an iso at the root of the mirror but ... | Pascal Rigaux | 2005-02-18 | 1 | -0/+2 |
* | new kernel doesn't like usbdevfs any more, it wants usbfs | Pascal Rigaux | 2005-02-08 | 1 | -1/+2 |
* | add a dhcp-client built using mdk-stage1 code | Pascal Rigaux | 2005-01-31 | 7 | -8/+46 |
* | - have nothing talking about interactive when SPAWN_INTERACTIVE is unset | Pascal Rigaux | 2005-01-31 | 1 | -3/+8 |
* | only prompt for "Additional Drivers floppy" for network | Pascal Rigaux | 2005-01-28 | 2 | -1/+6 |
* | don't prompt if no modules, otherwise "Ok" in ask_from_list_comments() gets a... | Pascal Rigaux | 2005-01-28 | 1 | -1/+4 |
* | ensure switching between different install methods do not break due to IMAGE_... | Pascal Rigaux | 2005-01-28 | 1 | -0/+3 |
* | VERSION is now DISTRIB_VERSION | Pascal Rigaux | 2005-01-18 | 1 | -1/+1 |
* | include gi/Makefile.config to have DISTRIB_DESCR defined | Pascal Rigaux | 2005-01-18 | 1 | -0/+1 |
* | factorize the distrib version | Pascal Rigaux | 2005-01-15 | 3 | -13/+7 |
* | use /etc/init instead of /sbin/init to allow umounting clp in init | Pascal Rigaux | 2005-01-12 | 1 | -1/+6 |
* | fix buggy blino commit which caused install failures to cause reboot without ... | Pascal Rigaux | 2005-01-12 | 1 | -2/+2 |
* | fix | Pascal Rigaux | 2005-01-06 | 1 | -4/+4 |
* | ensure /tmp/syslog in stage2 contains the full log | Pascal Rigaux | 2005-01-03 | 2 | -2/+6 |
* | it's cleaner to have the clp_tmpfs in /tmp | Pascal Rigaux | 2005-01-03 | 1 | -1/+1 |
* | much simpler code to handle post-install update modules | Pascal Rigaux | 2004-12-21 | 1 | -2/+5 |
* | minimal bootsplash stage1 support | Pascal Rigaux | 2004-12-20 | 9 | -16/+126 |
* | create unset_automatic() | Pascal Rigaux | 2004-12-20 | 7 | -15/+20 |
* | fix http directory not starting with a "/" (it was handled for stage1, but no... | Pascal Rigaux | 2004-12-15 | 1 | -1/+1 |
* | cleanup | Pascal Rigaux | 2004-12-14 | 1 | -25/+26 |
* | simplify | Pascal Rigaux | 2004-12-04 | 1 | -7/+2 |
* | *** empty log message *** | Pascal Rigaux | 2004-11-30 | 1 | -9/+22 |
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 4 | -83/+1 |
* | - no more kernel/all.modules, things are in kernel/all.kernels | Pascal Rigaux | 2004-11-22 | 1 | -1/+1 |
* | major switch from ramdisk to clp | Pascal Rigaux | 2004-11-16 | 8 | -167/+73 |
* | 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 |
* | remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were not u... | Pascal Rigaux | 2004-11-12 | 2 | -8/+2 |
* | drop unused INIT_LIBC, GLIBC_LIBC, DIETLIBC_LIBC (all 3 were empty at the mom... | Pascal Rigaux | 2004-11-12 | 2 | -12/+4 |
* | 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 |
* | some defines are not arch dependent | Pascal Rigaux | 2004-11-12 | 1 | -6/+7 |
* | we use pivot_root for rescue, so don't umount STAGE2_LOCATION | Pascal Rigaux | 2004-11-05 | 1 | -8/+0 |
* | 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 | 1 | -18/+29 |
* | 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 |
* | - 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 |
* | merge from pcitable | Olivier Blin | 2004-11-05 | 1 | -0/+2 |
* | - 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 |