Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -4/+4 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -5/+5 |
| | |||||
* | removed acpi reference here (should already been have removed earlier). | Francois Pons | 2003-03-26 | 1 | -5/+6 |
| | | | | | moved here hdInstallPath from install_any. | ||||
* | hp fix | Thierry Vignaud | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | cleanup (still need to handle permissions more cleanly, people using umask 0 | Pascal Rigaux | 2003-03-13 | 1 | -4/+2 |
| | | | | | should be shot) | ||||
* | fix #3161 (ensure right permissions on /etc/sysconfig/autologin for | Thierry Vignaud | 2003-03-13 | 1 | -0/+2 |
| | | | | | bad root umask case) | ||||
* | fix lilo-menu not working (bug #3048) | Pascal Rigaux | 2003-03-11 | 1 | -1/+1 |
| | |||||
* | launch startx.autologin instead of startx in autologin | Frederic Lepied | 2003-03-07 | 1 | -1/+1 |
| | |||||
* | don't create xxx.conf for standard devfs compatibility names | Pascal Rigaux | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | make sure acpi is installed. | Francois Pons | 2003-03-06 | 1 | -2/+2 |
| | |||||
* | fix behaviour when only one lang is available (clicking | Guillaume Cottenceau | 2003-03-05 | 1 | -0/+1 |
| | | | | | on "cancel" on the country selection didn't cancel it) | ||||
* | any::selectLanguage: in standalone, don't categorize langs, for | Guillaume Cottenceau | 2003-03-03 | 1 | -27/+37 |
| | | | | | better looking (since most people will have very few of them) | ||||
* | install acpi and acpid if "Enable ACPI" is ok. | Francois Pons | 2003-02-28 | 1 | -0/+5 |
| | |||||
* | added dmidecode in bug report. | Francois Pons | 2003-02-25 | 1 | -0/+1 |
| | |||||
* | (fileshare_config): create group "fileshare" in "Custom" mode | Pascal Rigaux | 2003-02-25 | 1 | -0/+1 |
| | |||||
* | allow Cancel in setupBootloader__entries | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | cows go møøh | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | - add "Force No APIC" | Pascal Rigaux | 2003-02-20 | 1 | -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.bug | Pascal Rigaux | 2003-02-20 | 1 | -0/+2 |
| | |||||
* | no autologin by default if more than one users | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -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 Cottenceau | 2003-02-19 | 1 | -9/+9 |
| | | | | pablo | ||||
* | s/boot partition/the root partition/ (cf bug #1803) | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | don't use tmpfs on /tmp if /tmp is a separate partition | Pascal Rigaux | 2003-02-18 | 1 | -1/+1 |
| | | | | | (anyway, all this is ugly, see with titi) | ||||
* | add a checkbox "Force ACPI" | Pascal Rigaux | 2003-02-17 | 1 | -0/+9 |
| | |||||
* | clean $o->{locale}{langs} | Guillaume Cottenceau | 2003-02-16 | 1 | -0/+1 |
| | |||||
* | fix and some more Help | Pascal Rigaux | 2003-02-13 | 1 | -0/+1 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -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 Rigaux | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -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 & place | Pascal Rigaux | 2003-02-06 | 1 | -5/+7 |
| | |||||
* | 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 |
| |