Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+3 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | use formatError | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | fix gc's typo | Pascal Rigaux | 2003-02-15 | 1 | -1/+1 |
| | |||||
* | install the locales-xx package for the selected country | Guillaume Cottenceau | 2003-02-14 | 1 | -0/+1 |
| | |||||
* | create install_any::set_security() and use it | Pascal Rigaux | 2003-02-14 | 1 | -0/+12 |
| | |||||
* | die if getAndSaveFile failed, so that it will be easier to debug | Guillaume Cottenceau | 2003-02-13 | 1 | -1/+1 |
| | | | | | if we have this problem.. | ||||
* | reflect lang->locale changes in saving auto_inst.cfg file | Guillaume Cottenceau | 2003-02-11 | 1 | -1/+1 |
| | |||||
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | - 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 | ||||
* | brltty support | Pascal Rigaux | 2003-02-04 | 1 | -1/+2 |
| | |||||
* | do not eject cdrom when already removed at the end of install (bug #1235) | Pascal Rigaux | 2003-02-03 | 1 | -1/+4 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -10/+2 |
| | | | | | is now using ntfs, not only Windows NT | ||||
* | fix "Previous" button in warnAboutNaughtyServers, so there is 3 choices | Pascal Rigaux | 2003-01-24 | 1 | -2/+5 |
| | | | | | (Previous, unselect servers, accept :) | ||||
* | (getHds): do not handle missing harddrives by calling setupSCSI, since | Pascal Rigaux | 2003-01-23 | 1 | -7/+0 |
| | | | | | setupSCSI do it by itself now | ||||
* | - remove createBootdisk step | Pascal Rigaux | 2003-01-22 | 1 | -7/+0 |
| | | | | | | - add mkbootdisk option in setupBootloader__general() - move kernelVersion() from install_any to any | ||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -2/+2 |
| | |||||
* | workaround ref count perl bug | Pascal Rigaux | 2003-01-16 | 1 | -7/+7 |
| | |||||
* | (find_root_parts): | Pascal Rigaux | 2003-01-15 | 1 | -6/+9 |
| | | | | | | | | - do not use guess_mount_point() anymore - check /etc/mandrake-release instead of /etc/fstab - return a list of { release => "Mandrake Linux release X.X (XXXX)", part => ... } instead of a list of parts | ||||
* | capitalise win $domain ASAP so that directory /home/$domain is created | Pascal Rigaux | 2003-01-11 | 1 | -1/+2 |
| | | | | | capitalised (thanks to Buchan Milne) | ||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -5/+5 |
| | | | | "every", "partition" | ||||
* | new features including checking unused functions, and checking methods being ↵ | Pascal Rigaux | 2002-12-18 | 1 | -0/+2 |
| | | | | available | ||||
* | (kdeicons_postinstall): drop (unused) | Pascal Rigaux | 2002-12-13 | 1 | -38/+0 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | do not use "local *F", use "my $F" or output() instead | Pascal Rigaux | 2002-12-03 | 1 | -10/+9 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -3/+3 |
| | |||||
* | use a scalar instead of a typeglob (let typeglobs be deprecated!) | Pascal Rigaux | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | fixes perl-checker importation of bug, getFile is complex for perl newbies, do | Francois Pons | 2002-11-25 | 1 | -1/+1 |
| | | | | | not rely on perl-checker for trying to "fix" it else it won't run anymore ;-) | ||||
* | make it work (changed *F => *GETFILE and added a return) else perl has some | Francois Pons | 2002-11-25 | 1 | -1/+1 |
| | | | | | problem using it as reference to file handle. | ||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -2/+2 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -5/+4 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -2/+1 |
| | |||||
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -5/+5 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | (preConfigureTimezone): don't set UTC in beginner mode if there is no windows | Pascal Rigaux | 2002-10-28 | 1 | -1/+1 |
| | |||||
* | Hide password to browse W2k servers. (Buchan Milne). | Stew Benedict | 2002-10-14 | 1 | -0/+1 |
| | | | | | Domain name to all caps in smb.conf. (Buchan Milne). | ||||
* | added possible fix for noauto: flag of hdlist not generating good list file. | Francois Pons | 2002-09-30 | 1 | -4/+14 |
| | |||||
* | don't write fstab on upgrade (to workaround the fact that many entries are ↵ | Pascal Rigaux | 2002-09-13 | 1 | -1/+1 |
| | | | | dropped) | ||||
* | allow live_update to have something configured correctly for urpmi media. | Francois Pons | 2002-09-13 | 1 | -1/+3 |
| | |||||
* | do something with "Security Administrator (login or email)" | Pascal Rigaux | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | fixed very stupid typo and inconsistency in allowNVIDIA_rpms. | Francois Pons | 2002-09-12 | 1 | -3/+2 |
| | |||||
* | fixed possible problem with NVIDIA packages parsing. | Francois Pons | 2002-09-11 | 1 | -1/+1 |
| | |||||
* | set mount point for nt partitions by default | Pascal Rigaux | 2002-09-10 | 1 | -0/+8 |
| | |||||
* | fix urpmi installation. | Francois Pons | 2002-09-09 | 1 | -2/+2 |
| | |||||
* | fixed still present hdlist and synthesis file for media not configured (because | Francois Pons | 2002-09-09 | 1 | -34/+39 |
| | | | | | of not selected). | ||||
* | fixed to allow changing boot medium. | Francois Pons | 2002-09-06 | 1 | -3/+3 |
| | |||||
* | add flag CDCOM when using commercial cds | Pascal Rigaux | 2002-09-05 | 1 | -0/+1 |
| | |||||
* | allow noauto:... media in hdlists file to be installed for urpmi. | Francois Pons | 2002-09-05 | 1 | -1/+2 |
| |