summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix behaviour when only one lang is available (clickingGuillaume Cottenceau2003-03-051-0/+1
| | | | | on "cancel" on the country selection didn't cancel it)
* any::selectLanguage: in standalone, don't categorize langs, forGuillaume Cottenceau2003-03-031-27/+37
| | | | | better looking (since most people will have very few of them)
* install acpi and acpid if "Enable ACPI" is ok.Francois Pons2003-02-281-0/+5
|
* added dmidecode in bug report.Francois Pons2003-02-251-0/+1
|
* (fileshare_config): create group "fileshare" in "Custom" modePascal Rigaux2003-02-251-0/+1
|
* allow Cancel in setupBootloader__entriesPascal Rigaux2003-02-201-1/+1
|
* cows go møøhGuillaume Cottenceau2003-02-201-1/+1
|
* - add "Force No APIC"Pascal Rigaux2003-02-201-8/+9
| | | | | | | - rename add_append() to set_append() (since it can be used to remove a key) - add remove_append_simple()
* add XF86Config and XF86Config-4 to report.bugPascal Rigaux2003-02-201-0/+2
|
* no autologin by default if more than one usersPascal Rigaux2003-02-201-1/+1
|
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-1/+1
| | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :).
* have "all languages" and "utf8" before the list of languages, per request of ↵Guillaume Cottenceau2003-02-191-9/+9
| | | | pablo
* s/boot partition/the root partition/ (cf bug #1803)Pascal Rigaux2003-02-191-1/+1
|
* don't use tmpfs on /tmp if /tmp is a separate partitionPascal Rigaux2003-02-181-1/+1
| | | | | (anyway, all this is ugly, see with titi)
* add a checkbox "Force ACPI"Pascal Rigaux2003-02-171-0/+9
|
* clean $o->{locale}{langs}Guillaume Cottenceau2003-02-161-0/+1
|
* fix and some more HelpPascal Rigaux2003-02-131-0/+1
|
* - set_help is deprecatedPascal Rigaux2003-02-131-12/+14
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
|
* language/country selection change:Guillaume Cottenceau2003-02-081-14/+58
| | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly
* (ask_users): focus the "name" field, and change the buttons name & placePascal Rigaux2003-02-061-5/+7
|
* add isFat_or_NTFS() and use it where possible instead of isFat() since WindowsPascal Rigaux2003-01-301-1/+1
| | | | | is now using ntfs, not only Windows NT
* log configured dvds for better post-debuggingPascal Rigaux2003-01-281-1/+1
|
* - remove createBootdisk stepPascal Rigaux2003-01-221-0/+67
| | | | | | - add mkbootdisk option in setupBootloader__general() - move kernelVersion() from install_any to any
* (setupBootloader__mbr_or_not): add ability to skip and to put on floppyPascal Rigaux2003-01-211-8/+17
|
* rework autologin dialog boxPascal Rigaux2003-01-211-9/+7
|
* (selectLanguage): no "Previous ->" during installPascal Rigaux2003-01-211-0/+1
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-4/+4
|
* ensure cancel on setupBootloader__mbr_or_not do cancelPascal Rigaux2003-01-141-2/+3
|
* really install the bootloader.Francois Pons2003-01-081-1/+4
|
* "require bootloader" where neededPascal Rigaux2003-01-071-1/+2
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-1/+1
| | | | "every", "partition"
* - part of setupBootloader() are now in setupBootloader__mbr_or_not(),Pascal Rigaux2003-01-071-139/+144
| | | | | | | | setupBootloader__general() and setupBootloader__boot_bios_drive() - this allows the creation of the new setupBootloader_simple() which is somehow similar to the old setupBootloader() in beginner mode - setupBootloader() is now always expert mode
* fix "Where do you want to install the bootloader?" dialog boxPascal Rigaux2003-01-061-1/+1
|
* in bootloader configuration, add return values to Add and Remove callbacksPascal Rigaux2003-01-051-0/+2
|
* add ask_from__add_modify_remove, and use it for bootloader entriesPascal Rigaux2003-01-021-60/+59
|
* cleanup (using ask_from instead of ask_from_listf_)Pascal Rigaux2002-12-291-10/+8
|
* cleanup (using "format => ...")Pascal Rigaux2002-12-291-7/+6
|
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-116/+0
| | | | | (and a few other functions which are only used by load_category())
* move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose()Pascal Rigaux2002-12-291-17/+0
|
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-291-12/+0
|
* - move any::choose_security_level() to security::level::level_choose()Pascal Rigaux2002-12-291-60/+0
| | | | | | - move any::config_security_user() to security::various::config_security_user() - move any::config_libsafe() and security::libsafe::config_libsafe() to security::various::config_libsafe()
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-170/+0
| | | | | | | | | | | | | | | | - move any::miscellaneousNetwork() to network::network::proxy_configure() (and uses the parameter instead of $::o->{miscellaneous}) - move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose() (and do not export it) (and uses a parameter instead of $::o->{miscellaneous}) - move network::modem::pppConfig() to network::modem::ppp_choose() (and change parameter order, and drop unused parameter $intf) - do not export network::network::write_interface_conf() (since it is only used locally (?)) - cleanup network::network::write_interface_conf() (one still needs to pass $::o->{miscellaneous}{track_network_id} more cleanly, and use run_program::rooted when calling /sbin/ip)
* new features including checking unused functions, and checking methods being ↵Pascal Rigaux2002-12-181-8/+0
| | | | available
* drop loadlin handlingPascal Rigaux2002-12-131-2/+0
|
* perl_checker --generate-pot is a bit picky about the localisation of "#-PO:" ↵Pascal Rigaux2002-12-101-4/+4
| | | | comments
* remove old codePascal Rigaux2002-12-091-1/+0
|
* format => sub { ...} doesn't pass parameter as $_, but as $_[0]Pascal Rigaux2002-12-051-1/+1
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-7/+2
|
* allow #, and other characters in phone numberdamien2002-12-031-1/+1
|