summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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-092-1/+2
|
* - 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).
* 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
|
* - write_passwd_user: ensure {pw} is set (at least '')Pascal Rigaux2002-08-081-11/+1
| | | | | - cleanup dead code
* - fix detecting use of MD5 and shadow passwordsPascal Rigaux2002-08-081-4/+4
| | | | | - cosmetic move of any::addUsers
* don't add users in group usb (unneeded (?), anyway doesn't do anything since ↵Pascal Rigaux2002-08-081-3/+1
| | | | group usb doesn't exist currently)
* Added Tamils TSCII keyboardPablo Saratxaga2002-08-083-4/+5
|
* Added some support for Tamil (proper KDE default fonts, and define itPablo Saratxaga2002-08-081-3/+14
| | | | | as iso8859-1 encoding for kde)
* (configure_FB_TVOUT): add ModeLines (Florent Beranger says it displays ↵Pascal Rigaux2002-08-081-0/+6
| | | | better with them)
* (ask_window_manager_to_logout): adapt to new gnomePascal Rigaux2002-08-081-1/+1
|
* - remove the icons in reallyChooseGroupsPascal Rigaux2002-08-081-2/+3
| | | | | - add the LSB group
* old hp scanners report themselves as "Processor"s as :Thierry Vignaud2002-08-082-2/+2
| | | | | | | | - tested in hw lab - written in linux/include/scsi/scsi.h: "TYPE_PROCESSOR.*HP scanners use this" - reported by sane-find-sane: "old HP scanners use the CPU id"
* - remove buttons to change themePascal Rigaux2002-08-084-22/+14
| | | | | | - add F5 to change the theme to the 'white' theme - cleanup the theme code
* workaround a weird pb with gtk: still re-creating help Gtk::Text at each ↵Pascal Rigaux2002-08-082-4/+3
| | | | step :-/
* - remove the "help" buttonPascal Rigaux2002-08-082-9/+3
| | | | | - ensure the help box is not created twice (except when changing theme)
* sort security level descriptionsPascal Rigaux2002-08-081-1/+1
|
* Windows PDC -> Windows Domain, don't make samba dirs - samba fixed nowStew Benedict2002-08-082-9/+5
|
* (get_profiles): get rid of "glob", clean it upPascal Rigaux2002-08-071-8/+1
|
* replace glob() with all()Pascal Rigaux2002-08-071-2/+2
|
* shorewall-related functions will go here.Christian Belisle2002-08-071-0/+0
|
* call rpmReadConfigFiles before installing packages.Francois Pons2002-08-071-0/+1
|
* do not ask user to select ignored medium.Francois Pons2002-08-071-0/+2
|
* do not read package of ignored medium (contrib) to save memory.Francois Pons2002-08-071-10/+15
|
* added automatic update of lilo image and KDE & GNOME background.Francois Pons2002-08-071-0/+30
|
* getAndSaveFile now return before writing zero-length file if input file doesn'tFrancois Pons2002-08-071-1/+1
| | | | | exists on invocation.