Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -4/+4 |
| | |||||
* | don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot() instead | Pascal Rigaux | 2004-11-16 | 1 | -3/+4 |
| | |||||
* | - handle setting memsize mem= kernel parameter in a special function | Pascal Rigaux | 2004-10-27 | 1 | -2/+2 |
| | | | | | | - rely on pack_append() to remove dups (using $uniq_dict_appends) in set_append_with_key() (drawback: it doesn't keep the order anymore) | ||||
* | split {get,set}_append() into {get,set}_append_with_key() and ↵ | Pascal Rigaux | 2004-10-27 | 1 | -9/+9 |
| | | | | {get,set}_append_simple() | ||||
* | remove dead code | Pascal Rigaux | 2004-10-27 | 1 | -2/+0 |
| | |||||
* | modifying $e->{append} is useless since we override it with $append | Pascal Rigaux | 2004-10-27 | 1 | -1/+1 |
| | |||||
* | add raid-extra-boot=mbr when installing on mdX (bugzilla #11699) | Pascal Rigaux | 2004-09-29 | 1 | -0/+6 |
| | |||||
* | (selectCountry) offer to select IM if language has one preselected | Thierry Vignaud | 2004-09-14 | 1 | -2/+4 |
| | | | | | (else option is only availlable in advanced mode) | ||||
* | (selectCountry) do not default to per locale default IM. IM was | Thierry Vignaud | 2004-09-09 | 1 | -1/+0 |
| | | | | | | either setup by drakx or by localedrake. If the field does not exists, this means the user *decided* to not have an IM. | ||||
* | (selectCountry) do not overwrite current IM (why does this only failed | Thierry Vignaud | 2004-09-09 | 1 | -1/+1 |
| | | | | | with miniChinput???) | ||||
* | even "lilo -u" can prompt about the "Volume ID" fixing process | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | handles the lilo case where it wants to assign a new Volume ID: prompt the ↵ | Pascal Rigaux | 2004-09-09 | 1 | -2/+17 |
| | | | | | | | | | user, then - if it doesn't want to modify the Volume ID, use static-bios-codes to be able to install lilo - otherwise call lilo with answer "n" to the question "Is the above disk an NT boot disk?" so that it assigns a new Volume ID | ||||
* | (set_window_manager) ensure ~/.dmrc is owned by user else GDM | Thierry Vignaud | 2004-09-08 | 1 | -0/+2 |
| | | | | | complains about (spoted by frederic crozat) | ||||
* | replace "Cancel" with "Close" when prompting to launch userdrake (as ↵ | Pascal Rigaux | 2004-09-08 | 1 | -1/+1 |
| | | | | suggested by Fabian Mandelbaum) | ||||
* | disable "Ok" when neither NFS nor SMB is selected (as suggested by Fabian ↵ | Pascal Rigaux | 2004-09-08 | 1 | -2/+4 |
| | | | | Mandelbaum) | ||||
* | Changed "User name" to "Login name" (less ambiguous) | Pablo Saratxaga | 2004-09-06 | 1 | -1/+1 |
| | |||||
* | (selectLanguage) tag title as translatable | Thierry Vignaud | 2004-09-02 | 1 | -1/+1 |
| | |||||
* | replace /etc/udev/conf.d/xxx.conf shell scripts with ↵ | Pascal Rigaux | 2004-09-02 | 1 | -5/+1 |
| | | | | /etc/udev/rules.d/xxx.conf conf file | ||||
* | Fix generation of urpmi.cfg when doing a disk install from a live tree | Rafael Garcia-Suarez | 2004-09-01 | 1 | -1/+2 |
| | |||||
* | (selectCountry) fix Pixel broke country selection (bug 10938) | Olivier Blin | 2004-08-25 | 1 | -1/+1 |
| | |||||
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | fix default IM setting when switching language | Thierry Vignaud | 2004-08-18 | 1 | -0/+1 |
| | |||||
* | restrict the wait message (so that it's dead when an error message is displayed) | Pascal Rigaux | 2004-08-18 | 1 | -3/+4 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-08-18 | 1 | -1/+1 |
| | |||||
* | fix typos | Pascal Rigaux | 2004-08-18 | 1 | -3/+3 |
| | |||||
* | - any::setupBootloader() used to call bootloader::install() whereas ↵ | Pascal Rigaux | 2004-08-18 | 1 | -5/+22 |
| | | | | | | | install_steps_interactive::setupBootloader() could call it once again (but this code seems dead though) - create any::installBootloader() out of what was done in the end of any::setupBootloader() but also in install_steps_interactive and drakboot (which handled the error that could occur in bootloader::install()) | ||||
* | create install_acpi_pkgs() and use it for auto_installs | Pascal Rigaux | 2004-08-18 | 1 | -6/+11 |
| | |||||
* | (set_autologin) parameters are optionnal, writing empty variables in | Thierry Vignaud | 2004-08-13 | 1 | -10/+10 |
| | | | | | kdmrc and the like means disabled autologin | ||||
* | add and use bootloader::set_append_netprofile() and ↵ | Olivier Blin | 2004-08-13 | 1 | -3/+3 |
| | | | | bootloader::get_append_netprofile() | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | - bootloader::remove_append_dict() is not useful, bootloader::set_append() ↵ | Pascal Rigaux | 2004-08-13 | 1 | -2/+1 |
| | | | | | | | | can do the same - don't modify anything before "Ok" is clicked - set_append with $netprofile eq '' will remove parameter PROFILE=xxx, which is what we want | ||||
* | remove old linuxconf profile code | Olivier Blin | 2004-08-13 | 1 | -3/+0 |
| | |||||
* | (setupBootloader__entries) allow to choose net profile in advanced mode | Olivier Blin | 2004-08-13 | 1 | -0/+5 |
| | |||||
* | - move installing acpi and acpid directly in any::setupBootloader() instead ↵ | Pascal Rigaux | 2004-08-13 | 1 | -0/+6 |
| | | | | | | | | of doing it in summaryAfter(), that way acpi and acpid are installed in drakboot (bugzilla #10760) - if no acpi parameter, don't try installing acpi & acpid (fix for ppc) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | create /etc/udev/conf.d/xxx.conf | Pascal Rigaux | 2004-08-10 | 1 | -0/+6 |
| | |||||
* | more logs | Pascal Rigaux | 2004-08-10 | 1 | -0/+2 |
| | |||||
* | - move the "Input method:" at the end (titi did put it in the middle for ↵ | Pascal Rigaux | 2004-08-09 | 1 | -3/+3 |
| | | | | | | | OptionMenu which is crap) - need updating the "changed" callback since there is a new entry | ||||
* | replace "More" with a more descriptive button name | Pascal Rigaux | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | (selectCountry) fix IM sorting | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | basic code for upgrading from a redhat distribution | Pascal Rigaux | 2004-08-05 | 1 | -3/+8 |
| | |||||
* | adapt to bootloader functions now using all_hds instead of hds | Pascal Rigaux | 2004-08-05 | 1 | -3/+2 |
| | |||||
* | create bootloader::allowed_boot_parts() and use it, | Pascal Rigaux | 2004-08-05 | 1 | -1/+1 |
| | | | | | it allows installing on md0 if using lilo and md0 is raid1 | ||||
* | .gnome2/wmrc and .wmrc are obsolete, it is now .dmrc | Pascal Rigaux | 2004-08-04 | 1 | -7/+8 |
| | | | | | (nb: beware, one must write 07IceWM instead of IceWM, same for others) | ||||
* | don't set /etc/sysconfig/desktop anymore, configure ~/.wmrc, ~/.gnome2/gdm ↵ | Pascal Rigaux | 2004-08-04 | 1 | -8/+25 |
| | | | | and ~/.desktop instead | ||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | (selectCountry) let's have a better looking GUI by preventing uneeded | Thierry Vignaud | 2004-07-30 | 1 | -2/+2 |
| | | | | | scrollbar on pull down menu | ||||
* | (selectCountry) use a combo box rather than a list for listing input methods | Thierry Vignaud | 2004-07-30 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-07-30 | 1 | -6/+2 |
| |