summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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?
* fix default value still in location|name form in case of moveGuillaume Cottenceau2003-10-151-1/+1
|
* sorting according to transliteration in languages-selection-as-images is ↵Guillaume Cottenceau2003-10-151-1/+1
| | | | broken, can't remember if I did that special on purpose, seems it was just dumb from me, nothing more
* titi doesn't suckGuillaume Cottenceau2003-10-151-0/+1
|
* don't show a tree in move mode, we have only a limited number of languagesGuillaume Cottenceau2003-10-151-4/+11
|
* fix code that selects images for the choice of languages to not base on FB ↵Guillaume Cottenceau2003-10-151-1/+1
| | | | as well
* perl_checkerPascal Rigaux2003-10-011-3/+3
|
* fixed hdInstallPath not working on some cases.Francois Pons2003-09-231-2/+2
|
* add /usr/lib/qt3/lib (and sometimes /usr/lib/qt3/lib64) in ld.so.confPascal Rigaux2003-09-171-3/+5
| | | | | (needed for upgrade where package renaming can cause this to disappear)
* run nisdomainname et ypbind so that nis is correctly set up *now*, not at ↵Pascal Rigaux2003-09-171-0/+5
| | | | | | | next reboot. TODO: also do it during install since nis can be useful to resolve domain names. Not done because 9.2-RC
* set ICEAUTHORITY for "gnome-session-save --kill"Pascal Rigaux2003-09-151-0/+1
| | | | | (it would be better to set it in usermode, but it works :)
* when "Back" is pressed, restore the list of entries in bootloader (bug #5680)Pascal Rigaux2003-09-151-2/+8
|
* fixed to use meta_class desktop instead of virtual discovery (mapped to ↵Francois Pons2003-09-111-1/+1
| | | | desktop).
* don't use images for language choice in vga16, it's too uglyGuillaume Cottenceau2003-09-111-1/+1
|
* ensure userdrake works when diskdrake --fileshare is embedded or run through ↵Pascal Rigaux2003-09-091-1/+1
| | | | kdesu
* - userdrake is in /usr/sbin/ (#5447)Daouda Lo2003-09-091-1/+1
|
* perl_checker compliancePascal Rigaux2003-09-081-1/+1
|
* ~fix~ calling userdrake in "diskdrake --fileshare"Pascal Rigaux2003-09-081-1/+1
|
* chksession gives GNOME for gnome, not GnomePascal Rigaux2003-09-011-1/+1
|
* - configure /etc/sysconfig/autologin in case of xdm, but remove it if kde/gnomePascal Rigaux2003-08-281-1/+12
| | | | | - create any::sessions()
* if there is only one users and meta_class is discovery, choose autologin ↵Pascal Rigaux2003-08-281-1/+4
| | | | without asking
* fix pot regeneration at package build timeThierry Vignaud2003-08-271-1/+1
|
* Now acpi=ht to prevent HT detection onlyNicolas Planel2003-08-271-2/+2
|
* install "autofs" pkg when using ldap (thanks to Buchan Milne)Pascal Rigaux2003-08-261-1/+1
|
* Merge from AMD64 branch: lib64 fixesGwenolé Beauchesne2003-08-191-2/+2
|