summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-3/+3
|
* when $::noauto, hardwire no probing in detect_devices::probeall to ensure no ↵Pascal Rigaux2002-07-221-1/+1
| | | | probing is never done
* try very hard to make rdvd work:Pascal Rigaux2002-07-201-10/+30
| | | | | | | | | | | - if not using devfs, it worked so keeping things unchanged - if using devfs, using the new dynamic rawdevice.script script to bind a rawdevice on demand pb: can't have both a devfs and a non-devfs config, the /etc/sysconfig/rawdevices solution gives errors with devfs (since the dvd is not REGISTERed yet)
* please perl_checkerPascal Rigaux2002-07-201-0/+1
|
* fix typoPascal Rigaux2002-07-201-2/+2
|
* (devfssymlinkf): use devfs names for devfs/conf.d/xxx.conf, but not for thePascal Rigaux2002-07-201-5/+6
| | | | | symlink in /dev (which is used when devfs is not)
* devfssymlinkf doesn't have any return value, so don't check itPascal Rigaux2002-07-201-3/+1
|
* (devfssymlinkf): try devices::to_devfs when devfs_device is not providedPascal Rigaux2002-07-191-1/+5
|
* (devfssymlinkf): use devfs_device instead of device when availablePascal Rigaux2002-07-191-4/+5
|
* revert changes so that DrakX work again.Francois Pons2002-07-191-0/+70
|
* - remove any msec related functionsChristian Belisle2002-07-191-70/+0
| | | | | - remove 'use security::msec'
* move the "if !$::testing" for not modifying inittab in function runlevel()Pascal Rigaux2002-07-171-1/+1
| | | | | (was in install_steps.pm)
* draksec:Christian Belisle2002-07-161-39/+9
| | | | | | - rewrite the function to set the security admin - remove ugly buttons, 'advanced' button will come later
* small english fix thx to vdanenGuillaume Cottenceau2002-07-161-1/+1
|
* ask_window_manager_to_logout: handle wmaker tooThierry Vignaud2002-07-121-0/+1
|
* drop kde1 supportThierry Vignaud2002-07-121-2/+1
|
* (config_mtools): don't create /etc/mtools.conf if it doesn't existPascal Rigaux2002-07-111-1/+4
|
* mtools config so that "mdir a:" accesses the usb floppy if one is therePascal Rigaux2002-07-081-0/+9
|
* small regexp cleanupPascal Rigaux2002-07-071-1/+1
|
* (ask_users): the user name length must be <= 32Pascal Rigaux2002-07-061-0/+1
|
* reworked & cleaned the kernel modules partPascal Rigaux2002-07-041-71/+74
| | | | | | | | - adapt to new modules.pm - adapt to new modparm.pm - renamed setup_thiskind to load_category - renamed setup_thiskind_backend to load_category_no_message
* "my" variables where neededPascal Rigaux2002-06-261-0/+3
|
* draksec: customize entries for each options (lists, checkboxes and text boxes)Christian Belisle2002-06-171-1/+2
|
* Added user,server and network advanced optionsChristian Belisle2002-06-171-12/+50
|
* Add security user email entry in draksecChristian Belisle2002-06-101-1/+2
|
* english fixes thx to vincent meyerGuillaume Cottenceau2002-06-031-1/+1
|
* be a bit more politeGuillaume Cottenceau2002-05-281-1/+1
|
* fixesGuillaume Cottenceau2002-04-231-1/+3
|
* english fixes from v meyerGuillaume Cottenceau2002-04-231-3/+3
|
* a few english fixes thx to vincent meyerGuillaume Cottenceau2002-04-231-3/+2
|
* added missing i18n _()Stefan Siegel2002-03-101-4/+4
|
* fix autologin sometimes activated without user intervention.Francois Pons2002-03-071-1/+3
|
* fix fileshare custom configPascal Rigaux2002-03-071-5/+5
|
* fix *some* stew errorsPascal Rigaux2002-03-071-3/+3
|
* drakboot functionality for PPCStew Benedict2002-03-071-3/+3
|
* restrict localedrake to installed langPascal Rigaux2002-03-011-1/+4
|
* ask which hard drive is the booting one when there is mixed kind of drivesPascal Rigaux2002-03-011-4/+22
| | | | | (scsi+ide, ide2+ide) and the bootloader is not installed on MBR
* call dcop as userPascal Rigaux2002-03-011-1/+1
|
* - zips() now return devices ending with "4", raw_zips() is the old zips()Pascal Rigaux2002-02-261-1/+29
| | | | | | - rdvd handling - add .conf for /etc/devfs/conf.d/ files
* (devfssymlinkf): use /etc/devfs/conf.d/name.conf instead of putting the ↵Pascal Rigaux2002-02-261-1/+6
| | | | symlink in lib/dev-state
* fixed English typoPablo Saratxaga2002-02-261-1/+1
|
* corrected modules parameters functionsdamien2002-02-251-3/+4
|
* don't call formatAlaTeX 5 times, simpler to call it once where it's neededPascal Rigaux2002-02-241-10/+10
|
* better rephrasingGuillaume Cottenceau2002-02-221-2/+2
|
* change name and description of security levelsGuillaume Cottenceau2002-02-221-8/+6
|
* use the setupBootloader help instead of setupBootloaderGeneralPascal Rigaux2002-02-221-1/+1
|
* restrict the langs displayed to non utf8 during installPascal Rigaux2002-02-221-1/+1
|
* factorize and update the reading of previous security levelPascal Rigaux2002-02-201-0/+9
|
* english fixGuillaume Cottenceau2002-02-191-1/+1
|
* report_bug: find syslog in /var/log if it's not in /tmp, addGuillaume Cottenceau2002-02-191-2/+2
| | | | | $prefix in front of /var/* when missing