Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't translate useless strings (here: "\n") | Thierry Vignaud | 2002-07-30 | 1 | -1/+1 |
| | |||||
* | deush need to learn english | Thierry Vignaud | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | - call fsck.jfs before mounting read-write (otherwise mount simply fails) | Pascal Rigaux | 2002-07-30 | 2 | -12/+27 |
| | | | | | - propose fsck -y for ext2 when fsck -a fails | ||||
* | lib64 fixes | Gwenolé Beauchesne | 2002-07-30 | 2 | -2/+16 |
| | |||||
* | reflect errata changes | Guillaume Cottenceau | 2002-07-30 | 2 | -4/+4 |
| | |||||
* | have errata in parameter to not break too much updates | Guillaume Cottenceau | 2002-07-30 | 1 | -2/+3 |
| | | | | | 8.2->9.0 | ||||
* | use $o->{interactiveSteps} instead of ↵ | Pascal Rigaux | 2002-07-30 | 1 | -6/+6 |
| | | | | @install_steps_auto_install::graphical_steps | ||||
* | s/82errata.php3/90errata.php3/ | Guillaume Cottenceau | 2002-07-30 | 1 | -1/+1 |
| | |||||
* | Better placement for waiting message. | Till Kamppeter | 2002-07-30 | 1 | -1/+1 |
| | |||||
* | Fixed a typo and a comment in the "SIGHUP_daemon()" function. | Till Kamppeter | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | Fixed some "$prefix" issues in the HPOJ auto-configuration and in the Star ↵ | Till Kamppeter | 2002-07-29 | 1 | -5/+15 |
| | | | | Office/OpenOffice.org auto-configuration. | ||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-29 | 1 | -0/+175 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-29 | 2 | -1/+19 |
| | |||||
* | nicer error message when "You can't create a new partition | Pascal Rigaux | 2002-07-29 | 1 | -1/+12 |
| | | | | | | (since you reached the maximal number of primary partitions). First remove a primary partition and create an extended partition." | ||||
* | cleanup | Pascal Rigaux | 2002-07-29 | 1 | -4/+6 |
| | |||||
* | (g_auto_install): also save chosen on_services (this is the only thing left ↵ | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | | | | to do to make it work :) | ||||
* | (ask_standalone_gtk, ask_install): only return the on_services (those | Pascal Rigaux | 2002-07-29 | 1 | -2/+2 |
| | | | | | | functions used to return ($l, $on_services) which used in a scalar context returned $on_services) | ||||
* | (configure_auto_install): really use resolution_wanted given in $o | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | fix rooted() when chrooted and saving the result in a perl variable | Pascal Rigaux | 2002-07-29 | 1 | -4/+4 |
| | |||||
* | - fix using deprecated Xconfig.pm | Pascal Rigaux | 2002-07-29 | 1 | -42/+18 |
| | | | | | | | | - document dam's hack for test mouse - cleanup - don't bother reading XFree mouse config (using keep_auxmouse_unchanged of mouse::write_conf) | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-07-29 | 2 | -1/+3 |
| | |||||
* | - don't display "To activate the mouse, MOVE YOUR WHEEL!" when not install | Pascal Rigaux | 2002-07-29 | 1 | -10/+12 |
| | | | | | - don't display "Please test the mouse" either | ||||
* | allow to not mess with X config auxmouse | Pascal Rigaux | 2002-07-29 | 1 | -3/+8 |
| | | | | | (that way mousedrake doesn't need to care about it) | ||||
* | (ask_for_X_restart): make it work | Pascal Rigaux | 2002-07-29 | 1 | -3/+4 |
| | |||||
* | fix default config for mouse | Pascal Rigaux | 2002-07-29 | 1 | -1/+5 |
| | |||||
* | fix mke2fs on loopback | Pascal Rigaux | 2002-07-29 | 1 | -2/+2 |
| | |||||
* | disallow big_help (when pressing F1) when testing mouse | Pascal Rigaux | 2002-07-29 | 2 | -3/+3 |
| | |||||
* | try to allow /boot on vfat (it used to work) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | fix diskdrake::interactive::Options() excepts a value from | Pascal Rigaux | 2002-07-29 | 1 | -0/+1 |
| | | | | | | fs::mount_options_pack(), but fs::mount_options_pack() doesn't return any value (reported by Olivier Thauvin) | ||||
* | try harder to have "xfs" running | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2002-07-29 | 3 | -3138/+3715 |
| | |||||
* | read and wrote /etc/modules.conf | Thierry Vignaud | 2002-07-29 | 1 | -0/+2 |
| | |||||
* | - consolidate duplicated 'use (warn|strict...' into nuke_perl target | Thierry Vignaud | 2002-07-29 | 1 | -5/+6 |
| | | | | | | - thus enable to fix bug reported by gc (aka i only fixed localsrpm nuke, not srpm: one) | ||||
* | final changes batch | Thierry Vignaud | 2002-07-29 | 1 | -4/+11 |
| | |||||
* | - pixel: don't set release to 14mdk when 13mdk hadn't be released ... | Thierry Vignaud | 2002-07-29 | 1 | -5/+28 |
| | | | | | - list 13mdk changes | ||||
* | replace trigger by format test for hw config file conversion | Thierry Vignaud | 2002-07-29 | 1 | -2/+3 |
| | |||||
* | fix partition wizard choice updating after calling diskdrake | Pascal Rigaux | 2002-07-29 | 1 | -14/+13 |
| | |||||
* | ensure choosing install-or-upgrade can't be done twice | Pascal Rigaux | 2002-07-29 | 3 | -11/+10 |
| | | | | | (since it's badly handled and hard to handle nicely) | ||||
* | remove "Requires: groff" (nobody know why it's there) (Pixel) | Pascal Rigaux | 2002-07-29 | 1 | -2/+5 |
| | |||||
* | restore xdm choice previous behaviour (auto_install) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-07-29 | 1 | -0/+0 |
| | |||||
* | - use $::prefix for reading/writing (it was missing for writing) | Pascal Rigaux | 2002-07-29 | 2 | -4/+4 |
| | | | | | | - use output_p so that /etc/samba directory is created if needed (fix bug reported by David Eastcott) | ||||
* | xpcd is still there (deush) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | - remove deprecated packages | Pascal Rigaux | 2002-07-29 | 1 | -29/+17 |
| | | | | | - adapt some to their names | ||||
* | use aliases for stage1 params to reduce kernel msg | Guillaume Cottenceau | 2002-07-29 | 1 | -1/+6 |
| | |||||
* | CardsNames is not needed anymore | Pascal Rigaux | 2002-07-28 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-28 | 1 | -0/+156 |
| | |||||
* | - make the gtk resolution chooser work | Pascal Rigaux | 2002-07-28 | 1 | -8/+109 |
| | | | | | - dropped the differenciation between embedded or not | ||||
* | fix displaying info about current configuration | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-07-28 | 1 | -1/+2 |
| |