Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't wait on upping lo interface | Guillaume Cottenceau | 2001-06-05 | 1 | -1/+1 |
| | |||||
* | exit when exec fails after fork, i don't want two stage1 processes! | Guillaume Cottenceau | 2001-06-05 | 1 | -0/+1 |
| | |||||
* | i need working random suite for ppp with dietlibc | Guillaume Cottenceau | 2001-06-05 | 2 | -1/+4 |
| | |||||
* | fix minor bug detecting when modules are present | Guillaume Cottenceau | 2001-06-05 | 1 | -1/+1 |
| | |||||
* | updated Polish file | Pablo Saratxaga | 2001-06-05 | 1 | -772/+822 |
| | |||||
* | updated Russian file | Pablo Saratxaga | 2001-06-02 | 42 | -27799/+39367 |
| | |||||
* | - first draft of adsl support | Guillaume Cottenceau | 2001-06-01 | 8 | -54/+366 |
| | | | | | - get back some code for supporting broken glibc unable to resolve when linked statically | ||||
* | use -FULL postfix for common .c files targetting stage1-full | Guillaume Cottenceau | 2001-06-01 | 1 | -8/+12 |
| | |||||
* | - have strncat behave the same way as in glibc | Guillaume Cottenceau | 2001-06-01 | 2 | -1/+8 |
| | | | | | - declare that we're using the DIETLIBC in include/stdlib.h, so I can change my mind in "dns.c" to handle broken glibc which is not capable of doing name resolution with a static binary | ||||
* | don't modify newt code to fix dietlibc bugs, i want to link against glibc too | Guillaume Cottenceau | 2001-06-01 | 1 | -2/+2 |
| | |||||
* | minor fix | Guillaume Cottenceau | 2001-06-01 | 1 | -1/+1 |
| | |||||
* | slight modifs to get ppp and pppoe stuff compile better | Guillaume Cottenceau | 2001-06-01 | 8 | -15/+113 |
| | |||||
* | add runlevel chooser feature | Daouda Lo | 2001-05-31 | 1 | -1/+42 |
| | |||||
* | hide step formatPartitions when upgrading | Pascal Rigaux | 2001-05-31 | 1 | -1/+1 |
| | |||||
* | check presence of files from list and list.ARCH | Pascal Rigaux | 2001-05-31 | 1 | -2/+6 |
| | |||||
* | (get_needed_files): exit with error message if files from share/list (and | Pascal Rigaux | 2001-05-31 | 1 | -0/+2 |
| | | | | | share/list.ARCH) are missing | ||||
* | (install): ensure pm's in subdirs don't have /use(diagnostics|vars|strict)/ | Pascal Rigaux | 2001-05-30 | 1 | -1/+3 |
| | |||||
* | - allow build on ia64 | Matthias Badaire | 2001-05-30 | 13 | -61/+133 |
| | | | | | | - have CFLAGS centralized in Makefile.common (should help ports such as alpha) - better looking sub makefiles | ||||
* | add NIS client to network clients | Thierry Vignaud | 2001-05-29 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-05-29 | 1 | -0/+580 |
| | |||||
* | added fix from Michael Brown to handle pipe in queue name for lpr. | Francois Pons | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | use Axalon patch to hide passwords (highly rewritten..) | Guillaume Cottenceau | 2001-05-28 | 1 | -1/+1 |
| | |||||
* | fix bootstrap information screen back to orig with missing ":" - PPC | Stew Benedict | 2001-05-25 | 1 | -1/+1 |
| | |||||
* | add hfs support to rescue - PPC, fix bootstrap creation, formatting sequence | Stew Benedict | 2001-05-25 | 4 | -23/+35 |
| | |||||
* | (g_auto_install): autoExitInstall set if not replay (was the opposite) | Pascal Rigaux | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | add scd0... | Pascal Rigaux | 2001-05-23 | 1 | -0/+1 |
| | |||||
* | add net boot options for PPC | Stew Benedict | 2001-05-22 | 1 | -0/+21 |
| | |||||
* | enable creation of PPC boot CD on x86 platform | Stew Benedict | 2001-05-21 | 2 | -1/+17 |
| | |||||
* | be sure to print pci vendor and id with 4 digits each | Guillaume Cottenceau | 2001-05-18 | 1 | -1/+1 |
| | |||||
* | - better detect when IP is not good | Guillaume Cottenceau | 2001-05-18 | 1 | -3/+7 |
| | | | | | | - error_msg when netmask seems invalid - don't log too much `guessing netmask' | ||||
* | plop | Guillaume Cottenceau | 2001-05-17 | 1 | -0/+43 |
| | |||||
* | unify user notification of network and scsi devices that make load of drivers | Guillaume Cottenceau | 2001-05-17 | 1 | -7/+3 |
| | |||||
* | add log for modules aliasing of SCSI drivers | Guillaume Cottenceau | 2001-05-17 | 1 | -0/+1 |
| | |||||
* | don't write nonsense code to separate frontend from stage1, | Guillaume Cottenceau | 2001-05-17 | 13 | -111/+87 |
| | | | | | but rather, try to do some clever things | ||||
* | fixed parted that ask for confirmation if partition table is not right (MAXDATA | Francois Pons | 2001-05-17 | 1 | -1/+2 |
| | | | | | | for example), this cause parted to ignore warning. added blank space between partition windows and linux to help resolving above case. | ||||
* | fixed hole in partitionning (need testing), use fdisk to get disk geometry and | Francois Pons | 2001-05-17 | 1 | -12/+50 |
| | | | | | | create partition that matches cylinder boundaries (no more approximation). make sure to create all partitions including /home. | ||||
* | updated Turkish file | Pablo Saratxaga | 2001-05-16 | 1 | -478/+460 |
| | |||||
* | fix yet again DrakX.pot making | Pascal Rigaux | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | have a 100% independence between UI stuff and code from stage1 | Guillaume Cottenceau | 2001-05-16 | 6 | -31/+67 |
| | |||||
* | re-add reiserfs as it should | Pascal Rigaux | 2001-05-16 | 1 | -0/+3 |
| | | | | | add xfs | ||||
* | have doc here | Guillaume Cottenceau | 2001-05-16 | 5 | -0/+380 |
| | |||||
* | added support for /var creation, and more specific package selection for server. | Francois Pons | 2001-05-16 | 1 | -36/+110 |
| | | | | | Include option support by VERSION file. | ||||
* | added icon managment | damien | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | added icon management | damien | 2001-05-16 | 8 | -8/+11 |
| | |||||
* | added icon | damien | 2001-05-16 | 1 | -0/+0 |
| | |||||
* | added icons | damien | 2001-05-16 | 11 | -0/+0 |
| | |||||
* | icons management | damien | 2001-05-16 | 2 | -2/+7 |
| | |||||
* | added icons management | damien | 2001-05-16 | 1 | -23/+23 |
| | |||||
* | allow wait_message calls to be multi-lines | Guillaume Cottenceau | 2001-05-15 | 2 | -9/+14 |
| | |||||
* | a bit of size reduction plus some language change | Guillaume Cottenceau | 2001-05-15 | 1 | -3/+3 |
| |