Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding aspell-LANGS before evolution to workaround the choices limitation ↵ | Pascal Rigaux | 2002-08-11 | 1 | -0/+1 |
| | | | | (=> allow to choose the right aspell-LANG) | ||||
* | fix yet another bug regarding credentials during install | Pascal Rigaux | 2002-08-11 | 1 | -1/+1 |
| | |||||
* | get rid of the duplicated /tmp in for suggestions_mntpoint() (thanks to Amaury) | Pascal Rigaux | 2002-08-11 | 1 | -1/+1 |
| | |||||
* | (prepare_write_fstab): no need to read the fstab once again before writing ↵ | Pascal Rigaux | 2002-08-11 | 1 | -12/+2 |
| | | | | since reading takes care of everything, including unknown entries (which go to {special}). This fixes a bug when removing existing partition with associated mount point. It used to keep the entry in fstab, which is wrong (as reported by andré <naderrt@wanadoo.fr>) | ||||
* | (floppies): module "floppy" can fail to insmod, in that case it means | Pascal Rigaux | 2002-08-11 | 1 | -1/+2 |
| | | | | | | there's no floppy controller, so don't try fd0 & fd1 which may cause havoc (esp. segfault) (thanks to rcc) | ||||
* | (load): when isStandalone, ignore errors when loading unavailable modules ↵ | Pascal Rigaux | 2002-08-11 | 1 | -0/+1 |
| | | | | (ie have the same behaviour as during install) | ||||
* | - rename LVMname to VG_name | Pascal Rigaux | 2002-08-11 | 1 | -5/+43 |
| | | | | | | - part2hd: allow rootDevice to be a VG_name - add auto_allocate_vgs | ||||
* | rename LVMname to VG_name | Pascal Rigaux | 2002-08-11 | 3 | -9/+9 |
| | |||||
* | - vg_add: do not vgremove the old_name anymore, this is dangerous and should ↵ | Pascal Rigaux | 2002-08-11 | 1 | -24/+34 |
| | | | | | | | | | | not happen - lv_create: fix bug when {primary}{normal} didn't exist - use run_program::get_stdout instead of `` - create and use run() and run_or_die() which takes care of running vgscan again when needed - rename LVMname to VG_name | ||||
* | add get_stdout (similar to rooted_get_stdout) | Pascal Rigaux | 2002-08-11 | 1 | -0/+7 |
| | |||||
* | nice message when rebootNeeded in auto_install (otherwise it reboots without ↵ | Pascal Rigaux | 2002-08-11 | 1 | -0/+7 |
| | | | | prompting) | ||||
* | Setup of HP MF devices on parallel port did not work. Fixed. | Till Kamppeter | 2002-08-11 | 2 | -6/+33 |
| | | | | | | | Allow setup of MF device if device file name "/dev/printer/<number>" was entered. If auto-detection of model name fails, ask user always whether he has an MF device. If SNMP or local auto-detection fails but HPOJ auto-detection succeeds, use model name found by HPOJ. | ||||
* | updated some po files | Pablo Saratxaga | 2002-08-11 | 2 | -1129/+1351 |
| | |||||
* | cleanup | Pascal Rigaux | 2002-08-11 | 1 | -14/+14 |
| | |||||
* | workaround perl bug another way | Pascal Rigaux | 2002-08-10 | 1 | -2/+2 |
| | |||||
* | - fix computing the minimal size for reiserfs resizing | Pascal Rigaux | 2002-08-10 | 1 | -5/+5 |
| | | | | | - use run_program::run instead of system for calling resizing tools | ||||
* | Removed HP multi-function device configuration from SMB and remote LPD ↵ | Till Kamppeter | 2002-08-10 | 1 | -10/+13 |
| | | | | | | | | printer setup. Let the Sony IJP-V100 being treated as an HP multi-function device. Taken into account that the HP PhotoSmart 7150 has no photo card reader. | ||||
* | Use any::get_secure_level() instead of printer::get_security_level(). | Till Kamppeter | 2002-08-10 | 2 | -21/+1 |
| | |||||
* | GUI fixes, scp, rsync, webDAV, CD, tape support. | Stew Benedict | 2002-08-10 | 1 | -520/+928 |
| | | | | | | | | | Consolidate all net methods into one configure screen. Daemon mode, email fixed. Ran perl_checker and corrected. GUI feedback during various backup modes and result report. CD/Tape drive/media detection. Start to look at cataloging runs for locating restore media. | ||||
* | Scanning network for printers did not work during installation. Fixed. | Till Kamppeter | 2002-08-10 | 1 | -26/+24 |
| | |||||
* | small update to avoid side effect of bless to HASH even if nothing results from | Francois Pons | 2002-08-09 | 1 | -1/+1 |
| | | | | | this. | ||||
* | fixed loadO when getFile is not used (local files). | Francois Pons | 2002-08-09 | 1 | -3/+5 |
| | |||||
* | take care of packages already installed that will be removed (untested). | Francois Pons | 2002-08-09 | 1 | -2/+11 |
| | |||||
* | make sure size of packages is computed. | Francois Pons | 2002-08-09 | 1 | -5/+2 |
| | |||||
* | No longer requires metacity-setup (everything can be done using ↵ | Frederic Crozat | 2002-08-09 | 1 | -4/+3 |
| | | | | | | | gnome-control-center) Ensure we install enough GNOME packages when selection GNOME | ||||
* | module parameters're now read from /etc/modules.conf before being | Thierry Vignaud | 2002-08-09 | 1 | -1/+0 |
| | | | | | altered | ||||
* | harddrake changes | Thierry Vignaud | 2002-08-09 | 1 | -2/+14 |
| | |||||
* | no need anymore to pass extra arguments for harddrake::ui | Thierry Vignaud | 2002-08-09 | 1 | -1/+1 |
| | |||||
* | - module configuration window: | Thierry Vignaud | 2002-08-09 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | o read current options o don't display ranges, we cannot really know when a range is needed and so display them in wrong cases (kill code, enable us to simplify modparm::parameters after o read & parse modules.conf only when configuring the module, not on each click in the tree o move up "require module" since we use it above o use get_options accessor instead of direct $conf access o split the options string into a hash{option => value} o don't call several times interactive->vnew o fix busy cursor on window exit because of the previous change | ||||
* | mergein_conf: return options if they're set | Thierry Vignaud | 2002-08-09 | 1 | -0/+1 |
| | |||||
* | (mkinitrd): when an initrd is already there, it means an initrd is needed | Pascal Rigaux | 2002-08-09 | 1 | -1/+1 |
| | | | | | not the contrary (thanks to Damon Lynch for his test) | ||||
* | remove previous report.bug.gz (otherwise one get a report.bug *and* the ↵ | Pascal Rigaux | 2002-08-09 | 1 | -0/+1 |
| | | | | | | | previous report.bug.gz) (report.bug's are not rotated, ddebug.log's and install.log's are) | ||||
* | add fsck.jfs | Pascal Rigaux | 2002-08-09 | 2 | -1/+2 |
| | |||||
* | - fix module parameter dialog box handling | Pascal Rigaux | 2002-08-09 | 3 | -12/+14 |
| | | | | | - enable the cancel on load_module__ask_options | ||||
* | resync with bttv-0.7.95, add support for : | Thierry Vignaud | 2002-08-09 | 1 | -8/+11 |
| | | | | | | | | | - tv cards: o Hauppauge WinTV PVR o Leadtek|WinFast VC 100 - tv tuners: o LG NTSC (newer TAPC series) | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-09 | 1 | -2/+2 |
| | |||||
* | allow cancel button even for wizard. | Francois Pons | 2002-08-09 | 1 | -1/+1 |
| | |||||
* | fix rights on files | Pascal Rigaux | 2002-08-09 | 1 | -0/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-08 | 2 | -1/+166 |
| | |||||
* | (services): better sorting of services | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | when prompting for VideoRam, default to the value obtained via DDC | Pascal Rigaux | 2002-08-08 | 3 | -6/+8 |
| | |||||
* | do not hard code icon path | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | explain the fscking "Processor" need | Thierry Vignaud | 2002-08-08 | 1 | -0/+2 |
| | |||||
* | (set_resolution): handle the optional $resolution->{Y} | Pascal Rigaux | 2002-08-08 | 1 | -2/+5 |
| | | | | | (@resolutions): add 1280x960 | ||||
* | handle the pb of resolutions where X doesn't imply Y (eg: 1280x1024 and ↵ | Pascal Rigaux | 2002-08-08 | 1 | -9/+19 |
| | | | | 1280x960) | ||||
* | make sure fsck is called for ext3 partition (due to possible kernel panic on | Francois Pons | 2002-08-08 | 1 | -8/+3 |
| | | | | | | corrupted ext3 partition, even after mounting ext3, umounting and remounting ext2). | ||||
* | use $::prefix in timezone::read | Pascal Rigaux | 2002-08-08 | 2 | -3/+2 |
| | |||||
* | (tvout): rough default value for PAL vs NTSC | Pascal Rigaux | 2002-08-08 | 1 | -1/+5 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | timezone::read now returns a hash | Pascal Rigaux | 2002-08-08 | 2 | -6/+3 |
| |