summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* add XFS to x86_64 known FSGwenolé Beauchesne2004-08-251-1/+2
|
* handle nolapic, idle=poll, ide=nodma boot optionsGwenolé Beauchesne2004-08-251-0/+9
|
* fix pixel sucksPascal Rigaux2004-08-161-1/+1
|
* replace freeDriver with freedriver (stage2 para are lower cased)Pascal Rigaux2004-08-163-3/+3
|
* many authentication packages where missing (bugzilla #10644)Pascal Rigaux2004-08-081-0/+1
|
* set netcnx type when an external isdn modem is selected, or elseOlivier Blin2004-08-051-1/+1
| | | | | modem::ppp_read_conf will crash (Anthill #1033)
* make room on replay/auto_install floppy image before doing anythingPascal Rigaux2004-08-051-9/+11
|
* authentication::kind2description() has changed and its name is missleading :-(Pascal Rigaux2004-08-031-1/+2
| | | | | keeping it for now and adapt install_steps_interactive::setRootPassword along what's done in drakauth
* authentication installs perl-Net-DNS in some casesPascal Rigaux2004-07-301-1/+1
|
* offer to connect for pppoe connexions tooOlivier Blin2004-07-301-1/+1
|
* modprobe eagle-usb for sagem modems (useful if coldplug doesn't work)Olivier Blin2004-07-301-1/+3
|
* Fixes for AntHill #1009, #1010.Stew Benedict2004-07-301-7/+9
|
* (check_rpm) backport fix from HEADThierry Vignaud2004-07-291-1/+1
|
* add newline at end of net_cnx_up scriptOlivier Blin2004-07-291-0/+1
|
* use connect option or pppd in net_cnx_up, not bothOlivier Blin2004-07-291-2/+2
| | | | | (to fix weird pppoe net_cnx_up script)
* merge fix from HEAD: do not automatically configure removable media inThierry Vignaud2004-07-292-1/+6
| | | | | harddrake GUI (only in harddrake service)
* merge hds() in get_hds() to correctly handle catching cdie when the device ↵Pascal Rigaux2004-07-291-31/+44
| | | | is non partionned
* cleanup, fix various typosPascal Rigaux2004-07-291-19/+21
| | | | | (still, ->target seems broken, but i'm not sure, since i couldn't test)
* do not write a blank "pty" option in ppp config file is there is noOlivier Blin2004-07-281-1/+2
| | | | | pty command (should fix some problems with Bewan modems)
* fix getCompaqSmartArray() on 2.6 (since /proc/driver/cciss/cciss0 doesn't ↵Pascal Rigaux2004-07-281-6/+14
| | | | talk about c0dX anymore)
* fix getSCSI_26() not sorting the drivesPascal Rigaux2004-07-281-0/+2
|
* merge auth fixes from HEADThierry Vignaud2004-07-263-91/+413
|
* isRemovableDrive() doesn't check isRemovableUsb() anymore allowing more usbPascal Rigaux2004-07-221-1/+1
| | | | | removable drives (esp. some usb keys declared as memory cards (0x0c76 0x0005))
* fix changelogThierry Vignaud2004-07-191-1/+1
|
* merge changelog from the real updateThierry Vignaud2004-07-191-2/+4
|
* Merge fixes from Anthill 927, 929Stew Benedict2004-07-071-5/+28
| | | | | (filenames with spaces, .backupignore, gui issues)
* (acceptLicense) just reboot when one cancel the globetrotter first time wizardThierry Vignaud2004-06-241-0/+4
|
* merge fix from MDK-10-branch: tv modules weren't loaded on bootThierry Vignaud2004-06-231-1/+1
|
* good_default_monitor() should work *nearly* everywhere, so use it for the ↵Pascal Rigaux2004-06-231-1/+5
| | | | | | | auto_install fallback (this is used by mandrakemove)
* Make the CD-Rom install with supplementary CD work (don't forget toRafael Garcia-Suarez2004-06-221-3/+18
| | | | | re-mount the main CDs).
* fix logs of newly added hardwareThierry Vignaud2004-06-201-1/+1
|
* fix mouse autoconfiguration done on every boot instead of on 2.4.x/2.6.xThierry Vignaud2004-06-201-1/+1
| | | | | switches
* only stop boot progressbar if there a non automatic tool to runThierry Vignaud2004-06-181-1/+1
|
* Don't ask a supplementary CD for upgradesRafael Garcia-Suarez2004-06-181-2/+3
|
* (pciusb_id) fix duplicated USB disks (in both disk and unknown categories)Thierry Vignaud2004-06-171-1/+9
|
* Install with a supplementary CD:Rafael Garcia-Suarez2004-06-172-5/+11
| | | | | allow to override the main compssUsers and rpmsrate
* fix applying keyboard configuration in globetrotter's first time wizardThierry Vignaud2004-06-172-4/+3
|
* autoconfigure mouse when swtiching back between 2.4.x and 2.6.x kernelsThierry Vignaud2004-06-171-0/+8
|
* add support for floppiesThierry Vignaud2004-06-171-1/+5
|
* (set_removable_configurator, set_removable_remover) use the same flagsThierry Vignaud2004-06-171-2/+2
| | | | | as hotplug does when calling drakupdate_fstab
* (set_removable_configurator) fix adding a removable mediumThierry Vignaud2004-06-171-1/+1
|
* (install_server) remove proprietary gl libraries when configuring a nonThierry Vignaud2004-06-171-1/+3
| | | | | ATI/NVIDIA card and redo ldconfig cache accordingly
* (to_raw_X) load non nvidia glx for all non nvidia cards, thus fixing 3D on nonThierry Vignaud2004-06-171-1/+1
| | | | | NVIDIA/ATI gfx card
* Support for a supplementary CD during install. Try to code this in theRafael Garcia-Suarez2004-06-152-17/+111
| | | | | | least intrusive way possible. In the HEAD branch it would be better to rework the way the installation methods are handled. More tests needed.
* globetrotter supportThierry Vignaud2004-06-151-1/+8
|
* autoconf code for globetrotter and new harddrake serviceThierry Vignaud2004-06-151-0/+27
|
* support for globettroter's first time wizardThierry Vignaud2004-06-153-5/+6
|
* merge automatic mode from HEADThierry Vignaud2004-06-151-1/+1
|
* handle case where both ATI and NVIDIA GLX packages are installed (useThierry Vignaud2004-06-151-1/+14
| | | | | | new glibc's /etc/ld.so.conf.d/ and prevent loading NVIDIA's GLX module with ATI cards)
* .backupignore issue (email reports), typo in "other" routineStew Benedict2004-06-151-3/+3
|