summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* when adding users during install, suggest the user names found in /homePascal Rigaux2004-07-081-4/+5
|
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-1/+1
| | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number
* add fluxbox in known window managers listOlivier Blin2004-07-011-1/+1
|
* don't set ICEAUTHORITY using $ENV{HOME} for kde (bugzilla #10144)Pascal Rigaux2004-06-281-2/+8
|
* adapt to new bootloader.pmPascal Rigaux2004-06-251-6/+6
|
* remove global vga choice to please Pixel and TitiOlivier Blin2004-06-231-1/+0
|
* add a global vga option in any::setupBootloader__general (fix bug 8957)Olivier Blin2004-06-231-0/+1
|
* kernelVersion() is unused (only bootloader::mkbootdisk() used it, and it has ↵Pascal Rigaux2004-06-231-5/+0
| | | | already been removed)
* - use Xconfig::resolution_and_depth::bios_vga_modes() instead of ↵Pascal Rigaux2004-06-221-19/+11
| | | | | | | %bootloader::vga_modes - remove broken sparc code
* (setupBootloader) remove debugging messagesThierry Vignaud2004-06-041-4/+0
|
* (setupBootloader__entries) fix typo (Andrea Celli)Thierry Vignaud2004-06-041-1/+5
|
* - add descriptions for NFS and SMB (thanks to bugzilla #9940)Pascal Rigaux2004-06-021-7/+13
| | | | | - don't iterate on %l, better iterate on %types
* handle the nfs/smb service disabled (enhancement given by Olivier Blin)Pascal Rigaux2004-06-011-2/+2
|
* really chkconfig --add and --del for "diskdrake --fileshare" (thanks to ↵Pascal Rigaux2004-05-271-0/+2
| | | | Olivier Blin)
* instead of removing package nfs-utils or samba-server (when "diskdrake ↵Pascal Rigaux2004-05-271-5/+7
| | | | --fileshare" disables a export kind) (bugzilla #9804)
* use lang::analyse_locale_name() and lang::analyse_locale_name()Pascal Rigaux2004-05-111-2/+5
|
* - new getSCSI_26() not using /proc/scsi/scsiPascal Rigaux2004-04-301-1/+1
| | | | | | | | | (since we can't say first Direct-Access entry is sda anymore) - deprecate field {raw_type} - don't fill {device} with sgX for non-(cdrom|hd|floppy) (hopefully not used by anything, except maybe scanners?) - replace scdX with srX (which everybody use)
* share translation with help.pmThierry Vignaud2004-03-301-1/+1
|
* add nolapic support option (NOn Local APIC)Nicolas Planel2004-03-231-1/+8
|
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-1/+1
|
* (setupBootloader__general) fix wizard title now that drakboot --bootThierry Vignaud2004-03-021-1/+1
| | | | | is a wizard like tool
* drakboot --boot is now a wizardPascal Rigaux2004-03-021-3/+8
|
* use "default.png" instead of (missing) "man.png" which resulted to ↵Pascal Rigaux2004-03-011-1/+1
| | | | defaulting to parrot (ic-bird.png)
* (setupBootloader__entries) fix entry editing layoutThierry Vignaud2004-02-231-2/+2
|
* selectlanguage: utf8 flag status is updated when user selects more/less ↵Guillaume Cottenceau2004-02-181-1/+9
| | | | languages; when user touches it, update is disabled, allowing andrej to have an en_GB + ru_RU install without utf8
* no need to fake scsi for ide anymore (hopefully!)Pascal Rigaux2004-02-101-1/+1
|
* (fileshare_config): quite different way of handling it, asking first if userPascal Rigaux2004-02-061-25/+24
| | | | | | wants sharing or not, then asking which protocol (when users wants sharing). Removing or installing the server package handling the protocols (smb or nfs).
* handle better bootloader per entries video modePascal Rigaux2004-02-061-1/+3
|
* special way to remove mem=<memsize>Pascal Rigaux2004-02-061-1/+1
|
* remove defaulting global vga mode to normalPascal Rigaux2004-02-061-1/+0
|
* fix old typo: complete callback was not calledPascal Rigaux2004-02-061-9/+11
|
* drop bootloader main options "Compact" and "Video mode"Pascal Rigaux2004-02-061-2/+0
|
* fix ugly typo (occuring when removing "clean /tmp", ie not often, especiallyPascal Rigaux2004-02-051-1/+1
| | | | | since drakboot didn't write fstab)
* this part of code is already executed only in $::isInstallGuillaume Cottenceau2004-02-051-2/+2
|
* fix drakboot layout: use checkboxes own labels rather than packing extraThierry Vignaud2004-02-021-6/+6
| | | | | labels
* fix typoPascal Rigaux2004-01-261-1/+1
|
* perl_checker fixPascal Rigaux2004-01-211-1/+1
|
* in setupBootloader__entries():Pascal Rigaux2004-01-201-9/+2
| | | | | | - move vga and initrd from $::expert to advanced - drop setting read-write, table, unsafe
* move bootloader title from drakbootThierry Vignaud2004-01-141-0/+1
|
* changing utf8 flag on an installed OS is not supportedGuillaume Cottenceau2004-01-131-1/+1
|
* - integrate chkauth (which is now deprecated)Pascal Rigaux2004-01-081-97/+0
| | | | | - new module authentication
* pass --splash <resolution> to mkinitrdPascal Rigaux2004-01-071-1/+1
| | | | | (so that make-boot-splash doesn't rely on lilo.conf or menu.lst)
* remove mkbootdisk supportPascal Rigaux2004-01-061-60/+0
|
* this duplicate is now uselessThierry Vignaud2003-12-291-7/+0
|
* create fix_broken_alternatives()Pascal Rigaux2003-12-021-0/+11
|
* drakx_version: have a suitable value for moveGuillaume Cottenceau2003-12-011-1/+2
|
* - use the "mount" command directly in movePascal Rigaux2003-11-121-1/+1
| | | | | - still not really clean ($o_options is dropped in many cases)
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-121-2/+2
|
* move: "adduser" alike stepGuillaume Cottenceau2003-10-311-48/+54
|
* maybe perl_checker should have told me? but that's a bitGuillaume Cottenceau2003-10-151-1/+1
| | | | | complicated for his poor soul?