| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
set_rpmsrate_default_category_flags(), default_packages(), rpmsrate_always_flags() replacing setDefaultPackages()
- create select_default_packages()
- apply "always" rpmsrate flags ASAP and skip packages with flag "FALSE" in computeGroupSize()
=> 30% speed-up
|
|
|
|
| |
flags)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
rule for it, not simply pcitable)
|
|
|
|
|
| |
- create authentication::ask_root_password_and_authentication() out of install_steps_interactive::setRootPassword()
|
|
|
|
|
| |
- will be replaced with a root password + user accounts + network configuration a la drakfirsttime
|
|
|
|
|
| |
(remove usingRamdisk(), check_prog(), remove_unused()...)
|
| |
|
| |
|
|
|
|
|
| |
- no "OldWorld or Unknown machine" for IBM mac_generation
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
inline the mirror list (since fetching it causes weird network problems).
Fix the handling of relative urls in ftp media when fetching hdlists file.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
will load firewire modules after other ethernet modules, so firewire
interfaces won't always take the name eth0)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- many functions now take $security (which used to be taken from $in during install)
- fix some functions with empty prototype but still using a parameter
- remove some unused variable
- rename some $_foo vars to $foo since those vars are used
- add some undef to some function calls to be minimally perl_checker compliant
- perl_checker compliant optional parameters in start_spooler_on_boot(), install_spooler()
|
| |
|
|
|
|
| |
install_steps_interactive, inline it
|
|
|
|
|
|
|
|
|
|
|
| |
(handle it in subpart_from_wild_device_name(), partition_table::read())
- create migrate_device_names() to handle the change of device names when
changing kernel&modules (eg: hde->hda or hda->sda)
- change prototype of install_any::use_root_part()
(prefix is dropped, optional $in is added)
- create fs::type::can_be_this_fs_type() and use it
- create devices::part_number() and devices::part_prefix() and use them
|
|
|
|
|
|
| |
auto-configuration, so that all interfaces will be available and
written in iftab
|
|
|
|
|
| |
a supplementary ftp media was selected.
|
|
|
|
|
| |
media. Fix download of hdlists file for ftp supplementary media.
|
| |
|
| |
|
|
|
|
|
| |
Don't unselect every single media when doing an installation from iso images.
|
| |
|
| |
|
|
|
|
| |
already partially done)
|
|
|
|
|
|
|
| |
(instead of 140MB)
- when user unselect every groups (ie. the special minimal install case), allow the available size to be lower than needed size
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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())
|
| |
|
|
|
|
| |
install_steps_interactive::acceptLicense(), even when useless_thing_accepted
|
| |
|
|
|
|
|
|
|
|
| |
- code to display compssUsers choices is now in compssUsers.pl
- {compssUsers} is now a list instead of a hash, and so drop {compssUsersSorted}
- rename {compssUsersChoice} to {rpmsrate_flags_chosen} (better name)
- i18n_compssUsers is no more needed, add share/compssUsers.pl* to ALLPMS
|
|
|
|
|
| |
installs.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- fs::set_all_default_options() -> fs::mount_options::set_all_default()
- fs::mount_options_pack() -> fs::mount_options::pack()
- fs::mount_options_unpack() -> fs::mount_options::unpack()
- fs::rationalize_options() -> fs::mount_options::rationalize()
- fs::set_default_options() -> fs::mount_options::set_default()
- fs::mount_options() -> fs::mount_options::list()
- fs::mount_options_help() -> fs::mount_options::help()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|