summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (prepare_write_fstab): no need to read the fstab once again before writing ↵Pascal Rigaux2002-08-111-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 meansPascal Rigaux2002-08-111-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 Rigaux2002-08-111-0/+1
| | | | (ie have the same behaviour as during install)
* - rename LVMname to VG_namePascal Rigaux2002-08-111-5/+43
| | | | | | - part2hd: allow rootDevice to be a VG_name - add auto_allocate_vgs
* rename LVMname to VG_namePascal Rigaux2002-08-113-9/+9
|
* - vg_add: do not vgremove the old_name anymore, this is dangerous and should ↵Pascal Rigaux2002-08-111-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 Rigaux2002-08-111-0/+7
|
* nice message when rebootNeeded in auto_install (otherwise it reboots without ↵Pascal Rigaux2002-08-111-0/+7
| | | | prompting)
* Setup of HP MF devices on parallel port did not work. Fixed.Till Kamppeter2002-08-112-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 filesPablo Saratxaga2002-08-112-1129/+1351
|
* cleanupPascal Rigaux2002-08-111-14/+14
|
* workaround perl bug another wayPascal Rigaux2002-08-101-2/+2
|
* - fix computing the minimal size for reiserfs resizingPascal Rigaux2002-08-101-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 Kamppeter2002-08-101-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 Kamppeter2002-08-102-21/+1
|
* GUI fixes, scp, rsync, webDAV, CD, tape support.Stew Benedict2002-08-101-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 Kamppeter2002-08-101-26/+24
|
* small update to avoid side effect of bless to HASH even if nothing results fromFrancois Pons2002-08-091-1/+1
| | | | | this.
* fixed loadO when getFile is not used (local files).Francois Pons2002-08-091-3/+5
|
* take care of packages already installed that will be removed (untested).Francois Pons2002-08-091-2/+11
|
* make sure size of packages is computed.Francois Pons2002-08-091-5/+2
|
* No longer requires metacity-setup (everything can be done using ↵Frederic Crozat2002-08-091-4/+3
| | | | | | | gnome-control-center) Ensure we install enough GNOME packages when selection GNOME
* module parameters're now read from /etc/modules.conf before beingThierry Vignaud2002-08-091-1/+0
| | | | | altered
* harddrake changesThierry Vignaud2002-08-091-2/+14
|
* no need anymore to pass extra arguments for harddrake::uiThierry Vignaud2002-08-091-1/+1
|
* - module configuration window:Thierry Vignaud2002-08-091-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 setThierry Vignaud2002-08-091-0/+1
|
* (mkinitrd): when an initrd is already there, it means an initrd is neededPascal Rigaux2002-08-091-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 Rigaux2002-08-091-0/+1
| | | | | | | previous report.bug.gz) (report.bug's are not rotated, ddebug.log's and install.log's are)
* add fsck.jfsPascal Rigaux2002-08-093-2/+3
|
* - fix module parameter dialog box handlingPascal Rigaux2002-08-093-12/+14
| | | | | - enable the cancel on load_module__ask_options
* resync with bttv-0.7.95, add support for :Thierry Vignaud2002-08-091-8/+11
| | | | | | | | | - tv cards: o Hauppauge WinTV PVR o Leadtek|WinFast VC 100 - tv tuners: o LG NTSC (newer TAPC series)
* perl_checker fixesThierry Vignaud2002-08-091-2/+2
|
* allow cancel button even for wizard.Francois Pons2002-08-091-1/+1
|
* fix rights on filesPascal Rigaux2002-08-091-0/+0
|
* *** empty log message ***Pascal Rigaux2002-08-082-1/+166
|
* (services): better sorting of servicesPascal Rigaux2002-08-081-1/+1
|
* when prompting for VideoRam, default to the value obtained via DDCPascal Rigaux2002-08-083-6/+8
|
* do not hard code icon pathPascal Rigaux2002-08-081-1/+1
|
* explain the fscking "Processor" needThierry Vignaud2002-08-081-0/+2
|
* (set_resolution): handle the optional $resolution->{Y}Pascal Rigaux2002-08-081-2/+5
| | | | | (@resolutions): add 1280x960
* handle the pb of resolutions where X doesn't imply Y (eg: 1280x1024 and ↵Pascal Rigaux2002-08-081-9/+19
| | | | 1280x960)
* make sure fsck is called for ext3 partition (due to possible kernel panic onFrancois Pons2002-08-081-8/+3
| | | | | | corrupted ext3 partition, even after mounting ext3, umounting and remounting ext2).
* added more detailed help files, fixed bad reset of text mode.Francois Pons2002-08-081-14/+54
|
* use $::prefix in timezone::readPascal Rigaux2002-08-082-3/+2
|
* (tvout): rough default value for PAL vs NTSCPascal Rigaux2002-08-081-1/+5
|
* fix typoPascal Rigaux2002-08-081-1/+1
|
* timezone::read now returns a hashPascal Rigaux2002-08-082-6/+3
|
* replace 1152x768 with 1152x864 as it should and used to bePascal Rigaux2002-08-081-1/+1
|
* updated pot filePablo Saratxaga2002-08-083-2108/+2485
|