Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | authentication::kind2description() has changed and its name is missleading :-( | Pascal Rigaux | 2004-08-03 | 1 | -1/+2 |
| | | | | | keeping it for now and adapt install_steps_interactive::setRootPassword along what's done in drakauth | ||||
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | {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 | ||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | use correct method variable in chooseCD (even if this code is used only in ↵ | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
| | | | | | | | expert mode which isn't anymore supported) | ||||
* | to_bool is what I was looking for, thanks Pixel | Olivier Blin | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | perl_checker fix, I should have done it before ... | Olivier Blin | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | automatically detect which media are available in install from ISO images | Olivier Blin | 2004-07-14 | 1 | -6/+10 |
| | |||||
* | - create X_options_from_o() and use it | Pascal Rigaux | 2004-07-08 | 1 | -5/+1 |
| | | | | | - add freeDriver boot option | ||||
* | when adding users during install, suggest the user names found in /home | Pascal Rigaux | 2004-07-08 | 1 | -1/+2 |
| | |||||
* | - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pm | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | | | | | | - load pcmcia_core, $pcic and ds in one call to modules::load - don't pass prefix to write_pcmcia() | ||||
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -1/+1 |
| | | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number | ||||
* | (acceptLicense) just reboot when one cancel the globetrotter first time wizard | Thierry Vignaud | 2004-06-24 | 1 | -0/+4 |
| | |||||
* | fix method_allows_medium_change calls (I suck) | Olivier Blin | 2004-06-18 | 1 | -1/+1 |
| | |||||
* | add and use install_any::method_allows_medium_change | Olivier Blin | 2004-06-18 | 1 | -2/+2 |
| | |||||
* | in disk-iso install, automatically choose and change ISO images, according ↵ | Olivier Blin | 2004-06-18 | 1 | -9/+12 |
| | | | | to their volume id and application id | ||||
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-05-12 | 1 | -1/+1 |
| | |||||
* | use lang::analyse_locale_name() and lang::analyse_locale_name() | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
| | |||||
* | fix ugly typo (thanks to perl_checker) | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
| | |||||
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 1 | -6/+0 |
| | |||||
* | (summary) install alsaconf too for isapnp sound cards (it better handle some | Thierry Vignaud | 2004-04-22 | 1 | -2/+2 |
| | | | | | isapnp sound cards) | ||||
* | typo fix | Thierry Vignaud | 2004-04-06 | 1 | -1/+1 |
| | |||||
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -2/+2 |
| | |||||
* | LSB doesn't need kernel 2.4 anymore | Pascal Rigaux | 2004-03-23 | 1 | -7/+0 |
| | |||||
* | nice fix for installing locales-XX corresponding the chosen country (using ↵ | Pascal Rigaux | 2004-03-11 | 1 | -2/+2 |
| | | | | packagesProviding()) | ||||
* | workaround code trying to install locales-nb (bugzilla #8287) | Pascal Rigaux | 2004-03-11 | 1 | -1/+5 |
| | |||||
* | spell Mandrakelinux in one word | Thierry Vignaud | 2004-03-10 | 1 | -1/+1 |
| | |||||
* | fix & cleanup generating replay & auto_install images | Pascal Rigaux | 2004-03-04 | 1 | -6/+10 |
| | | | | | (thanks to David Eastcott) | ||||
* | do not use $o in crypto.pm, pass {distro_type} to mirrors() and bestMirror() ↵ | Pascal Rigaux | 2004-03-01 | 1 | -2/+3 |
| | | | | instead | ||||
* | fix warning LSB chosen implies kernel 2.4 | Pascal Rigaux | 2004-02-20 | 1 | -1/+1 |
| | |||||
* | better logging | Pascal Rigaux | 2004-02-19 | 1 | -1/+1 |
| | |||||
* | keep current authentication kind, even if not completly accepted | Pascal Rigaux | 2004-02-16 | 1 | -4/+0 |
| | |||||
* | (setRootPassword) do not reset auth method when pressing "previous" in next step | Thierry Vignaud | 2004-02-16 | 1 | -0/+4 |
| | |||||
* | network::shorewall::read without silent is nasty, since it doesn't only read, | Pascal Rigaux | 2004-02-16 | 1 | -1/+1 |
| | | | | | | it prompts the user. So each time the summary updates the data, it prompts (when you have more than one card and no firewall configured) | ||||
* | add a warning when choosing security level > 2 and having a windows partition | Pascal Rigaux | 2004-02-13 | 1 | -0/+5 |
| | | | | | (since in that case we won't have umask=0) (bugzilla #4731) | ||||
* | warn that selecting LSB means having 2.4 by default | Pascal Rigaux | 2004-02-12 | 1 | -0/+8 |
| | |||||
* | handle allowNVIDIA_rpms & allowATI_rpms directly in ↵ | Pascal Rigaux | 2004-02-09 | 1 | -2/+0 |
| | | | | Xconfig::card::install_server | ||||
* | adapt to change allowing checking nvidia/ati proprietary driver availability ↵ | Pascal Rigaux | 2004-02-08 | 1 | -2/+2 |
| | | | | only when needed | ||||
* | help perl_checker | Pascal Rigaux | 2004-01-22 | 1 | -4/+4 |
| | |||||
* | help perl_checker seeing charsetChanged even if known install_steps_* can be ↵ | Pascal Rigaux | 2004-01-20 | 1 | -4/+0 |
| | | | | seen | ||||
* | $::testing means testing, not "testing what titi wants to test" | Pascal Rigaux | 2004-01-19 | 1 | -1/+0 |
| | |||||
* | (Accept) default to accept in testing mode | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | do not complain about root password in testing mode | Thierry Vignaud | 2004-01-16 | 1 | -0/+1 |
| | |||||
* | proxy conf: do not touch files in --testing mode | Thierry Vignaud | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | split out proxy configuration out of network interfaces configuration | Thierry Vignaud | 2004-01-14 | 1 | -1/+13 |
| | |||||
* | - integrate chkauth (which is now deprecated) | Pascal Rigaux | 2004-01-08 | 1 | -3/+4 |
| | | | | | - new module authentication | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -3/+5 |
| |