Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added support for NVIDIA 3D acceleration. | Francois Pons | 2001-04-25 | 1 | -1/+4 |
| | |||||
* | fixed missing mouse update in summary. | Francois Pons | 2001-04-17 | 1 | -1/+1 |
| | |||||
* | (setRootPassword): better ensure 'broadcast' insteaf of overriding | Pascal Rigaux | 2001-04-17 | 1 | -1/+1 |
| | |||||
* | (setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still ↵ | Pascal Rigaux | 2001-04-17 | 1 | -5/+8 |
| | | | | means no NIS | ||||
* | (exitInstall): fix bad i18n of Replay button (thx2submarine) | Pascal Rigaux | 2001-04-14 | 1 | -1/+1 |
| | |||||
* | (configureX): fix link /etc/gtk (to /mnt/etc/gtk) instead of /etc/gtkrc | Pascal Rigaux | 2001-04-14 | 1 | -1/+1 |
| | |||||
* | (addUser): remove the setting of $o->{autologin}, now done in any::autologin | Pascal Rigaux | 2001-04-13 | 1 | -3/+0 |
| | |||||
* | added conditional update-menus if package are installed. | Francois Pons | 2001-04-13 | 1 | -4/+2 |
| | |||||
* | make sure update-menus is called after installing cups related packages. | Francois Pons | 2001-04-13 | 1 | -2/+7 |
| | |||||
* | removed Cancel of Summary. | Francois Pons | 2001-04-12 | 1 | -2/+4 |
| | |||||
* | fixed ask printer configuration. | Francois Pons | 2001-04-12 | 1 | -10/+7 |
| | |||||
* | (configureX): fix for X test at install with exotic fonts | Pascal Rigaux | 2001-04-12 | 1 | -3/+2 |
| | |||||
* | (chooseGroups): warn if chosen size is too big | Pascal Rigaux | 2001-04-11 | 1 | -6/+12 |
| | |||||
* | translate the ``path'' in profile selection | Pascal Rigaux | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | fixed selection of CDs. | Francois Pons | 2001-04-10 | 1 | -3/+3 |
| | |||||
* | fixed typo for cups checking of installation. | Francois Pons | 2001-04-06 | 1 | -2/+2 |
| | |||||
* | fixed "No printer" after configuring cups for remove server. | Francois Pons | 2001-04-06 | 1 | -3/+7 |
| | | | | | added log for CD medium chosen par user. | ||||
* | (addUser): default autologin to first user in beginner | Pascal Rigaux | 2001-04-05 | 1 | -0/+3 |
| | |||||
* | ask for autologin | Pascal Rigaux | 2001-04-05 | 1 | -4/+3 |
| | |||||
* | (generateAutoInstFloppy): do not use $o->{pcmcia} to know if pcmcia.img | Pascal Rigaux | 2001-04-05 | 1 | -1/+1 |
| | | | | | was used. Better have a look at /proc/cmdline | ||||
* | - move report_bug in install_any | Pascal Rigaux | 2001-04-05 | 1 | -2/+2 |
| | | | | | - g_auto_install generates the auto_inst.cfg string without output'ing it | ||||
* | fixed printer description in summary. | Francois Pons | 2001-04-04 | 1 | -1/+13 |
| | |||||
* | PPC keyboard/mouse button emulation | Stew Benedict | 2001-04-03 | 1 | -1/+11 |
| | |||||
* | (choosePackages): do not make a special case for upgrades (was: select the | Pascal Rigaux | 2001-04-03 | 1 | -4/+0 |
| | | | | | min size, which was on contradiction with profile selection) | ||||
* | (chooseGroups): simplified, more complex version in install_steps_gtk | Pascal Rigaux | 2001-03-29 | 1 | -13/+8 |
| | | | | | (configurePrinter): fix the inverted condition for installing xpp/kups | ||||
* | (reallyChooseGroups): created from chooseGroups so that it can be | Pascal Rigaux | 2001-03-29 | 1 | -16/+28 |
| | | | | | overridden in install_steps_gtk | ||||
* | change verbage on bootloader warning | Stew Benedict | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | warnAboutNaughtyServers | Pascal Rigaux | 2001-03-27 | 1 | -0/+2 |
| | |||||
* | (summary): fix displaying of printer configured | Pascal Rigaux | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | (configurePrinter): add Mesa-common for xpp and libqtcups2 for kups in | Pascal Rigaux | 2001-03-25 | 1 | -1/+1 |
| | | | | | pkg_install_if_requires_satisfied | ||||
* | (exitInstall): no "cancel" button | Pascal Rigaux | 2001-03-23 | 1 | -4/+4 |
| | |||||
* | (generateAutoInstFloppy): fix the message which was uptodate only for | Pascal Rigaux | 2001-03-22 | 1 | -1/+2 |
| | | | | | sparc :-( | ||||
* | (summary): fix | Pascal Rigaux | 2001-03-21 | 1 | -2/+2 |
| | |||||
* | make_boot_img: add routine for - PPC | Stew Benedict | 2001-03-20 | 1 | -1/+1 |
| | | | | | | | any.pm: double "Append" entry in expert mode for yaboot.conf - PPC install_steps_interactive: setup dmasound - PPC modules.pm: load Mac hardware modules - PPC | ||||
* | fix pcmcia functions only on x86 | Pascal Rigaux | 2001-03-20 | 1 | -1/+1 |
| | |||||
* | - create install_any::unselectMostPackages | Pascal Rigaux | 2001-03-20 | 1 | -2/+2 |
| | | | | | - use it instead of pkgs::unselectAllPackages (otherwise default_packages ends up non-selected) | ||||
* | (setupSCSI): don't pcmcia_probe if testing | Pascal Rigaux | 2001-03-20 | 1 | -1/+1 |
| | |||||
* | - tellAboutProprietaryModules moved to setupSCSI | Pascal Rigaux | 2001-03-20 | 1 | -41/+16 |
| | | | | | | - miscellaneous step re-enabled, called Security - pcmcia_probe moved to setupSCSI, skipped in noauto | ||||
* | (chooseGroups): | Pascal Rigaux | 2001-03-19 | 1 | -6/+24 |
| | | | | | | - make the computed size work - unselectAll when a profile is unselected | ||||
* | bootloader.pm, detect_devices.pm, install_steps_interactive.pm: changed ↵ | Stew Benedict | 2001-03-15 | 1 | -6/+2 |
| | | | | temporary file read/write per Pixel | ||||
* | fix bootstrap partition creation/tracking | Stew Benedict | 2001-03-14 | 1 | -1/+13 |
| | | | | | allow Xpmac to launch in 2 modes based on cmdline | ||||
* | (chooseGroups): disable the size display as it is wrong (for the beta2) | Pascal Rigaux | 2001-03-14 | 1 | -2/+2 |
| | |||||
* | (chooseGroups): add path for seperating groups, use "label" for the group text | Pascal Rigaux | 2001-03-14 | 1 | -4/+8 |
| | |||||
* | completed language list | Pablo Saratxaga | 2001-03-14 | 1 | -6/+7 |
| | | | | | | | completed language->keyboard guessing list aesthetic changes to an English message (removed \n and let gtk+ do the formatting, it is nicer) | ||||
* | compss is deprecated. use compssUsers for the tree | Pascal Rigaux | 2001-03-13 | 1 | -3/+3 |
| | |||||
* | (chooseGroups): fix to get back the icons | Pascal Rigaux | 2001-03-13 | 1 | -1/+1 |
| | |||||
* | (chooseGroups): size computed should work | Pascal Rigaux | 2001-03-13 | 1 | -21/+34 |
| | |||||
* | (summary): remove 'clicked' (labels are used) | Pascal Rigaux | 2001-03-12 | 1 | -5/+5 |
| | |||||
* | put everything in %compssUsers, use field flags for the flags :) | Pascal Rigaux | 2001-03-12 | 1 | -7/+8 |
| | |||||
* | added $::isInstall | damien | 2001-03-12 | 1 | -9/+8 |
| |