summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* rephrase a little bit highest levelGuillaume Cottenceau2002-01-291-1/+1
| | | | | to not refer to "level 4" anymore
* use formatAlaTeX for describing security levelsGuillaume Cottenceau2002-01-291-11/+11
|
* handle the case where samba and/or nfs-utils are not installedPascal Rigaux2002-01-291-2/+25
|
* simpler&nicer solution for writing kppprc in utf8Pascal Rigaux2002-01-281-10/+9
|
* have kppprc strings in utf8Pascal Rigaux2002-01-281-13/+16
|
* ensure grub is installed if grub is chosenPascal Rigaux2002-01-241-0/+10
|
* - remove the default entry when that entry is removedPascal Rigaux2002-01-221-3/+4
| | | | | - use allow_empty_list for displaying the entries
* - fix default not being formatted like labels for liloPascal Rigaux2002-01-221-1/+2
| | | | | | - check the label is not already used *case-sensitively* - check a kernel_or_dev is given
* quiet perl's warningPascal Rigaux2002-01-211-1/+1
|
* cleanup, update, enhance security level choicePascal Rigaux2002-01-211-0/+51
|
* when creating users, add handling of xgrp/rpm/adm/wheel groups in high securityPascal Rigaux2002-01-211-2/+14
|
* fix advice about "usermod -G"Pascal Rigaux2002-01-211-1/+1
|
* fix cancel on scsi module loadingPascal Rigaux2002-01-161-2/+6
|
* have ddcxinfos take the best result of every runPascal Rigaux2002-01-151-5/+10
|
* fix english messagesPascal Rigaux2002-01-031-1/+1
|
* save the output of ddcxinfos before modprobe'ing i810fb, and use that output ↵Pascal Rigaux2002-01-031-1/+11
| | | | for Xconfig (when i810fb is modprobe'd, ddc probe doesn't work anymore)
* (setup_thiskind_backend): when at_least_one==1, try load_thiskind forcingPascal Rigaux2001-12-281-3/+3
| | | | | pci_class probe when no modules is found.
* fix typosPascal Rigaux2001-12-181-3/+3
|
* clean_tmp now means using tmpfsPascal Rigaux2001-12-171-1/+10
|
* - fix bootloader::add_appendPascal Rigaux2001-12-101-0/+8
| | | | | - add handling of serial console
* save stage1.log and have it in report.bugGuillaume Cottenceau2001-12-041-0/+1
|
* make sure lilo is installed on automatic mode.Francois Pons2001-12-041-3/+3
|
* fileshare should be ok, handle diskdrake --fileshare, fix smb importPascal Rigaux2001-11-301-0/+29
|
* add modules.conf in report.bugGuillaume Cottenceau2001-11-281-0/+1
|
* (setupBootloader): s/last/return/Pascal Rigaux2001-11-271-1/+1
|
* pcmcia: /var/run/stab is nor /var/lib/pcmcia/stabGuillaume Cottenceau2001-11-231-1/+1
| | | | | | yes it probably doesn't bring anything valuable but it's how life is :-)
* (setupBootloader): fix typoPascal Rigaux2001-11-191-1/+1
|
* syntax cleanupPascal Rigaux2001-11-161-4/+5
|
* - a little cleanupPascal Rigaux2001-11-161-4/+13
| | | | | | - in case there is both scsi and ide hard drives, go to expert questions directly (it would need a semi_auto asking on which drive the bios boots...)
* fix wait_message during module loading disappearing before being useful (old ↵Pascal Rigaux2001-11-081-1/+4
| | | | bug introduced by dams :)
* (ask_users): default icon "man"Pascal Rigaux2001-09-191-1/+1
|
* (write_passwd_user): fix setting "pw" field (for auto_installs)Pascal Rigaux2001-09-181-1/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-3/+2
|
* i18n kdmrcPascal Rigaux2001-09-151-2/+0
|
* fix user icons choicePascal Rigaux2001-09-151-5/+1
|
* - add and use aewm-drakxPascal Rigaux2001-09-151-0/+1
| | | | | | - add some "skip" title on help/logo/steps windows so that aewm-drakx know they don't need keyboard focus - add some more title to ease debugging (when aewm-drakx is in debug mode)
* (inspect): use a safer dir when standalonePascal Rigaux2001-09-131-1/+1
|
* clicked_may_quit used in place of clicked+exception to work-around perl-GTK ↵Pascal Rigaux2001-09-091-3/+3
| | | | bug (?)
* Changed simple quote to double quote for a translatable string (otherwisePablo Saratxaga2001-09-071-2/+2
| | | | | it isn't seen)
* corrected autologin : no uc anymoredamien2001-08-311-1/+1
|
* cleanupPascal Rigaux2001-08-301-1/+2
|
* add localedrake (not tested)Pascal Rigaux2001-08-291-0/+21
|
* updated for devfssumlinkfdamien2001-08-281-4/+4
|
* (facesdir): now it's /usr/share/mdk/faces/Pascal Rigaux2001-08-281-1/+1
|
* make it compiledamien2001-08-271-1/+1
|
* add_devfslinkdamien2001-08-271-2/+8
|
* added Borsenkow Andrej patch to support CHAP again.Francois Pons2001-08-271-2/+4
|
* fixes and function prototype removingPascal Rigaux2001-08-181-1/+1
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-13/+13
| | | | ask_from_entries_refH_powered in ask_from_
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-10/+3
| | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes