summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* add raid-extra-boot=mbr when installing on mdX (bugzilla #11699)Pascal Rigaux2004-09-291-0/+6
|
* (selectCountry) offer to select IM if language has one preselectedThierry Vignaud2004-09-141-2/+4
| | | | | (else option is only availlable in advanced mode)
* (selectCountry) do not default to per locale default IM. IM wasThierry Vignaud2004-09-091-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 failedThierry Vignaud2004-09-091-1/+1
| | | | | with miniChinput???)
* even "lilo -u" can prompt about the "Volume ID" fixing processPascal Rigaux2004-09-091-1/+1
|
* handles the lilo case where it wants to assign a new Volume ID: prompt the ↵Pascal Rigaux2004-09-091-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 GDMThierry Vignaud2004-09-081-0/+2
| | | | | complains about (spoted by frederic crozat)
* replace "Cancel" with "Close" when prompting to launch userdrake (as ↵Pascal Rigaux2004-09-081-1/+1
| | | | suggested by Fabian Mandelbaum)
* disable "Ok" when neither NFS nor SMB is selected (as suggested by Fabian ↵Pascal Rigaux2004-09-081-2/+4
| | | | Mandelbaum)
* Changed "User name" to "Login name" (less ambiguous)Pablo Saratxaga2004-09-061-1/+1
|
* (selectLanguage) tag title as translatableThierry Vignaud2004-09-021-1/+1
|
* replace /etc/udev/conf.d/xxx.conf shell scripts with ↵Pascal Rigaux2004-09-021-5/+1
| | | | /etc/udev/rules.d/xxx.conf conf file
* Fix generation of urpmi.cfg when doing a disk install from a live treeRafael Garcia-Suarez2004-09-011-1/+2
|
* (selectCountry) fix Pixel broke country selection (bug 10938)Olivier Blin2004-08-251-1/+1
|
* aspell's typo fixesThierry Vignaud2004-08-231-1/+1
|
* fix default IM setting when switching languageThierry Vignaud2004-08-181-0/+1
|
* restrict the wait message (so that it's dead when an error message is displayed)Pascal Rigaux2004-08-181-3/+4
|
* fix typoPascal Rigaux2004-08-181-1/+1
|
* fix typosPascal Rigaux2004-08-181-3/+3
|
* - any::setupBootloader() used to call bootloader::install() whereas ↵Pascal Rigaux2004-08-181-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_installsPascal Rigaux2004-08-181-6/+11
|
* (set_autologin) parameters are optionnal, writing empty variables inThierry Vignaud2004-08-131-10/+10
| | | | | kdmrc and the like means disabled autologin
* add and use bootloader::set_append_netprofile() and ↵Olivier Blin2004-08-131-3/+3
| | | | bootloader::get_append_netprofile()
* perl_checker compliancePascal Rigaux2004-08-131-1/+1
|
* - bootloader::remove_append_dict() is not useful, bootloader::set_append() ↵Pascal Rigaux2004-08-131-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 codeOlivier Blin2004-08-131-3/+0
|
* (setupBootloader__entries) allow to choose net profile in advanced modeOlivier Blin2004-08-131-0/+5
|
* - move installing acpi and acpid directly in any::setupBootloader() instead ↵Pascal Rigaux2004-08-131-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 compliancePascal Rigaux2004-08-111-1/+1
|
* create /etc/udev/conf.d/xxx.confPascal Rigaux2004-08-101-0/+6
|
* more logsPascal Rigaux2004-08-101-0/+2
|
* - move the "Input method:" at the end (titi did put it in the middle for ↵Pascal Rigaux2004-08-091-3/+3
| | | | | | | OptionMenu which is crap) - need updating the "changed" callback since there is a new entry
* replace "More" with a more descriptive button namePascal Rigaux2004-08-081-1/+1
|
* (selectCountry) fix IM sortingThierry Vignaud2004-08-061-1/+1
|
* basic code for upgrading from a redhat distributionPascal Rigaux2004-08-051-3/+8
|
* adapt to bootloader functions now using all_hds instead of hdsPascal Rigaux2004-08-051-3/+2
|
* create bootloader::allowed_boot_parts() and use it,Pascal Rigaux2004-08-051-1/+1
| | | | | it allows installing on md0 if using lilo and md0 is raid1
* .gnome2/wmrc and .wmrc are obsolete, it is now .dmrcPascal Rigaux2004-08-041-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 Rigaux2004-08-041-8/+25
| | | | and ~/.desktop instead
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-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 itPascal Rigaux2004-08-021-1/+1
|
* (selectCountry) let's have a better looking GUI by preventing uneededThierry Vignaud2004-07-301-2/+2
| | | | | scrollbar on pull down menu
* (selectCountry) use a combo box rather than a list for listing input methodsThierry Vignaud2004-07-301-1/+1
|
* cleanupPascal Rigaux2004-07-301-6/+2
|
* enable one to choose its input method in advanced modeThierry Vignaud2004-07-301-1/+7
|
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-3/+4
| | | | | | | | | | | | | | | | | | | | {pt_type} is always a number, {fs_type} is always a string - introduce set_isFormatted() (to ensure {notFormatted} but also {fs_type_from_magic} and {bad_fs_type_magic} are updated) - don't use 0x483 for ext3 anymore (same for reiserfs...), the type_name gives both a pt_type and a fs_type - many accessors from partition_table removed (type2fs(), fs2pt_type()) - remove isThisFs() (not useful anymore since we can use directly {fs_type}) - remove isFat() (inline the function) - other isXXX() from partition_table are moved to fs::type - part2name() is now fs::type::part2type_name - name2pt_type() is now fs::type::type_name2subpart() - partition_table::important_types() is now fs::type::type_names() - fsedit::typeOfPart() is now fs::type::fs_type_from_magic() - no need to truncate type_name since they are shorter
* add "ls -l /sys/bus/scsi/devices" in report.bugPascal Rigaux2004-07-091-0/+1
| | | | | (it helps for debugging getSCSI on 2.6)
* fix typoPascal Rigaux2004-07-081-1/+1
|
* merge "language choice dialog" from MDK-10-updatePascal Rigaux2004-07-081-5/+11
|
* selectCountry doesn't really need a $o, a $in is enoughPascal Rigaux2004-07-081-2/+2
|