summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid hard coded perl version in list files, use PERL_VERSION magicFrancois Pons2001-06-062-55/+53
| | | | | string instead.
* fixed burner and dvd drive detection ;-)Francois Pons2001-06-061-18/+8
| | | | | | | | | c::isBurner seems to detect both IDE and SCSI drive and description does not necessary contains CDRW substring (for info). c::isDvdDrive is unable to detect SCSI drive (at least one tested) but DVD substring is quite nicely well represented, and there is few DVD drive available as SCSI (pionneer?)
* nicer solution for detecting DVD drives (still need SCSI detection)Pascal Rigaux2001-06-052-1/+18
|
* added DVD support, only first try to detect a DVD drive and rpmsrate is notFrancois Pons2001-06-052-0/+3
| | | | | updated.
* fixed non ejection of cdrom at end of install, cleaned regexp used.Francois Pons2001-06-051-5/+3
|
* (addUser): accept gid's which already exist, and don't them in /etc/groupPascal Rigaux2001-06-051-2/+2
| | | | | (for auto installs)
* *** empty log message ***Pascal Rigaux2001-06-051-0/+118
|
* fixPascal Rigaux2001-06-051-1/+1
|
* menu.lst is now a local file created from the examplePascal Rigaux2001-06-052-0/+8
|
* switch to perl 5.6.1Pascal Rigaux2001-06-053-60/+59
|
* (mount): notail in any casePascal Rigaux2001-06-051-1/+2
|
* don't wait on upping lo interfaceGuillaume Cottenceau2001-06-051-1/+1
|
* exit when exec fails after fork, i don't want two stage1 processes!Guillaume Cottenceau2001-06-051-0/+1
|
* i need working random suite for ppp with dietlibcGuillaume Cottenceau2001-06-052-1/+4
|
* fix minor bug detecting when modules are presentGuillaume Cottenceau2001-06-051-1/+1
|
* updated Polish filePablo Saratxaga2001-06-051-772/+822
|
* updated Russian filePablo Saratxaga2001-06-0242-27799/+39367
|
* - first draft of adsl supportGuillaume Cottenceau2001-06-018-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-fullGuillaume Cottenceau2001-06-011-8/+12
|
* - have strncat behave the same way as in glibcGuillaume Cottenceau2001-06-012-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 tooGuillaume Cottenceau2001-06-011-2/+2
|
* minor fixGuillaume Cottenceau2001-06-011-1/+1
|
* slight modifs to get ppp and pppoe stuff compile betterGuillaume Cottenceau2001-06-018-15/+113
|
* add runlevel chooser featureDaouda Lo2001-05-311-1/+42
|
* hide step formatPartitions when upgradingPascal Rigaux2001-05-311-1/+1
|
* check presence of files from list and list.ARCHPascal Rigaux2001-05-311-2/+6
|
* (get_needed_files): exit with error message if files from share/list (andPascal Rigaux2001-05-311-0/+2
| | | | | share/list.ARCH) are missing
* (install): ensure pm's in subdirs don't have /use(diagnostics|vars|strict)/Pascal Rigaux2001-05-301-1/+3
|
* - allow build on ia64Matthias Badaire2001-05-3013-61/+133
| | | | | | - have CFLAGS centralized in Makefile.common (should help ports such as alpha) - better looking sub makefiles
* add NIS client to network clientsThierry Vignaud2001-05-291-1/+2
|
* *** empty log message ***Pascal Rigaux2001-05-291-0/+580
|
* added fix from Michael Brown to handle pipe in queue name for lpr.Francois Pons2001-05-291-1/+1
|
* use Axalon patch to hide passwords (highly rewritten..)Guillaume Cottenceau2001-05-281-1/+1
|
* fix bootstrap information screen back to orig with missing ":" - PPCStew Benedict2001-05-251-1/+1
|
* add hfs support to rescue - PPC, fix bootstrap creation, formatting sequenceStew Benedict2001-05-254-23/+35
|
* (g_auto_install): autoExitInstall set if not replay (was the opposite)Pascal Rigaux2001-05-241-1/+1
|
* add scd0...Pascal Rigaux2001-05-231-0/+1
|
* add net boot options for PPCStew Benedict2001-05-221-0/+21
|
* enable creation of PPC boot CD on x86 platformStew Benedict2001-05-212-1/+17
|
* be sure to print pci vendor and id with 4 digits eachGuillaume Cottenceau2001-05-181-1/+1
|
* - better detect when IP is not goodGuillaume Cottenceau2001-05-181-3/+7
| | | | | | - error_msg when netmask seems invalid - don't log too much `guessing netmask'
* plopGuillaume Cottenceau2001-05-171-0/+43
|
* unify user notification of network and scsi devices that make load of driversGuillaume Cottenceau2001-05-171-7/+3
|
* add log for modules aliasing of SCSI driversGuillaume Cottenceau2001-05-171-0/+1
|
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-1713-111/+87
| | | | | but rather, try to do some clever things
* fixed parted that ask for confirmation if partition table is not right (MAXDATAFrancois Pons2001-05-171-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 andFrancois Pons2001-05-171-12/+50
| | | | | | create partition that matches cylinder boundaries (no more approximation). make sure to create all partitions including /home.
* updated Turkish filePablo Saratxaga2001-05-161-478/+460
|
* fix yet again DrakX.pot makingPascal Rigaux2001-05-161-1/+1
|
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-166-31/+67
|