Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
| | | | | | is now using ntfs, not only Windows NT | ||||
* | log configured dvds for better post-debugging | Pascal Rigaux | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | - remove createBootdisk step | Pascal Rigaux | 2003-01-22 | 1 | -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 floppy | Pascal Rigaux | 2003-01-21 | 1 | -8/+17 |
| | |||||
* | rework autologin dialog box | Pascal Rigaux | 2003-01-21 | 1 | -9/+7 |
| | |||||
* | (selectLanguage): no "Previous ->" during install | Pascal Rigaux | 2003-01-21 | 1 | -0/+1 |
| | |||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -4/+4 |
| | |||||
* | ensure cancel on setupBootloader__mbr_or_not do cancel | Pascal Rigaux | 2003-01-14 | 1 | -2/+3 |
| | |||||
* | really install the bootloader. | Francois Pons | 2003-01-08 | 1 | -1/+4 |
| | |||||
* | "require bootloader" where needed | Pascal Rigaux | 2003-01-07 | 1 | -1/+2 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | "every", "partition" | ||||
* | - part of setupBootloader() are now in setupBootloader__mbr_or_not(), | Pascal Rigaux | 2003-01-07 | 1 | -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 box | Pascal Rigaux | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | in bootloader configuration, add return values to Add and Remove callbacks | Pascal Rigaux | 2003-01-05 | 1 | -0/+2 |
| | |||||
* | add ask_from__add_modify_remove, and use it for bootloader entries | Pascal Rigaux | 2003-01-02 | 1 | -60/+59 |
| | |||||
* | cleanup (using ask_from instead of ask_from_listf_) | Pascal Rigaux | 2002-12-29 | 1 | -10/+8 |
| | |||||
* | cleanup (using "format => ...") | Pascal Rigaux | 2002-12-29 | 1 | -7/+6 |
| | |||||
* | move any::load_category() to network::interactive::load_category() | Pascal Rigaux | 2002-12-29 | 1 | -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 Rigaux | 2002-12-29 | 1 | -17/+0 |
| | |||||
* | move any::runlevel() to Xconfig::various::runlevel() | Pascal Rigaux | 2002-12-29 | 1 | -12/+0 |
| | |||||
* | - move any::choose_security_level() to security::level::level_choose() | Pascal Rigaux | 2002-12-29 | 1 | -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 Rigaux | 2002-12-29 | 1 | -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 Rigaux | 2002-12-18 | 1 | -8/+0 |
| | | | | available | ||||
* | drop loadlin handling | Pascal Rigaux | 2002-12-13 | 1 | -2/+0 |
| | |||||
* | perl_checker --generate-pot is a bit picky about the localisation of "#-PO:" ↵ | Pascal Rigaux | 2002-12-10 | 1 | -4/+4 |
| | | | | comments | ||||
* | remove old code | Pascal Rigaux | 2002-12-09 | 1 | -1/+0 |
| | |||||
* | format => sub { ...} doesn't pass parameter as $_, but as $_[0] | Pascal Rigaux | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -7/+2 |
| | |||||
* | allow #, and other characters in phone number | damien | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -16/+11 |
| | |||||
* | any::get_autologin() doesnt modify $o, it returns a hash | Pascal Rigaux | 2002-12-02 | 1 | -3/+2 |
| | |||||
* | use $::prefix | Pascal Rigaux | 2002-12-02 | 1 | -11/+11 |
| | |||||
* | (get_autologin): $o->{autologin} is set to the chosen user only if AUTOLOGIN ↵ | Pascal Rigaux | 2002-12-02 | 1 | -1/+1 |
| | | | | is set (it now mirrors what set_autologin() does) | ||||
* | any::runlevel() doesnt need the prefix anymore | Pascal Rigaux | 2002-12-02 | 1 | -2/+2 |
| | |||||
* | use output and append_to_file | Pascal Rigaux | 2002-12-02 | 1 | -12/+3 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | load_category__prompt: use formatAlaTeX | Guillaume Cottenceau | 2002-11-28 | 1 | -2/+2 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | - fix duplication of sec level setting: | Thierry Vignaud | 2002-11-19 | 1 | -7/+0 |
| | | | | | | | | | | | | | merge any::get_secure_level() with secure::msec::get_secure_level() - move security level functions from secure::msec to secure::level - uses secure::level in install_steps - fix duplication of security level labels - draksec: use same strings in drakx, got nice translations - get_default_checks(): make it more readable | ||||
* | rename modparm as modules::parameters | Thierry Vignaud | 2002-11-18 | 1 | -2/+2 |
| | |||||
* | s/wantarray/wantarray()/ | Pascal Rigaux | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -6/+6 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -139/+139 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | make new perl_checker happy: replacing PKG::f by PKG::f() | Pascal Rigaux | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | do not allow to create user "root" (thanks to Eric Fernandez) | Pascal Rigaux | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | change load_category__prompt_for_more dying 'already displayed' in return | Damien Chaumette | 2002-09-24 | 1 | -1/+2 |
| | |||||
* | do something with "Security Administrator (login or email)" | Pascal Rigaux | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | when "password" or "restricted" is set, propose the entries to change them | Pascal Rigaux | 2002-09-09 | 1 | -1/+1 |
| | | | | | (thanks to Aleksander Adamowski) | ||||
* | fix detection of mixed_kind_of_disks (eg: hde with hda) | Pascal Rigaux | 2002-09-09 | 1 | -2/+3 |
| |