summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* install_steps must not call a method only defined in ↵Pascal Rigaux2004-09-241-2/+5
| | | | install_steps_interactive, inline it
* MandrakelinuxFrederic Lepied2004-09-241-1/+1
|
* - add field {part_number} for partitionsPascal Rigaux2004-09-201-1/+1
| | | | | | | | | | | (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
* (configureNetwork) commit forgotten patch (I sux)Olivier Blin2004-09-141-1/+1
|
* Ability to choose from the mirror list when assing an ftp supplementaryRafael Garcia-Suarez2004-09-131-0/+1
| | | | | media. Fix download of hdlists file for ftp supplementary media.
* Don't require installation of foomatic-db-engine when installing from theRafael Garcia-Suarez2004-09-081-3/+10
| | | | | mini CD (bug #11292)
* (selectLanguage) set default IM (else IM was only set if one click onThierry Vignaud2004-09-071-0/+1
| | | | | "Country / Region" in summary)
* drop lang::write()'s prefix parameter in favor of $::prefix (which was ↵Thierry Vignaud2004-09-061-1/+1
| | | | already partially done)
* (setupSCSI) load modularized PATA drivers tooThierry Vignaud2004-09-031-1/+1
|
* Don't unselect all media in autoinstalls.Rafael Garcia-Suarez2004-09-021-1/+5
|
* Support for unselecting some media before the install (begin.)Rafael Garcia-Suarez2004-08-311-0/+1
|
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-15/+15
|
* (doPartitionDisksBefore) umount /sys and /proc/bus/usb in chrootOlivier Blin2004-08-261-0/+2
|
* drop non-standard tld (localdomain)Olivier Blin2004-08-241-1/+1
|
* (configureNetwork) net_cnx_* scripts are deadOlivier Blin2004-08-201-7/+0
|
* force ACPI on a laptop with recent biosPascal Rigaux2004-08-181-5/+10
|
* create install_acpi_pkgs() and use it for auto_installsPascal Rigaux2004-08-181-0/+2
|
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-3/+3
| | | | | | | | - 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
* Don't ask for the selection of supplementary media in non-interactiveRafael Garcia-Suarez2004-08-131-0/+2
| | | | | installs.
* - move installing acpi and acpid directly in any::setupBootloader() instead ↵Pascal Rigaux2004-08-131-6/+0
| | | | | | | | 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
|
* correctly call errorInStep()Pascal Rigaux2004-08-091-1/+2
|
* fix call to bootloader::read()Pascal Rigaux2004-08-091-1/+1
|
* don't set toFormat if we don't have a {fs_type} (eg: pt_type 0xfd, ie raw raid)Pascal Rigaux2004-08-081-1/+1
|
* fix typoPascal Rigaux2004-08-061-2/+2
|
* don't try to remove non existing should_be_dirsPascal Rigaux2004-08-061-8/+5
|
* basic code for upgrading from a redhat distributionPascal Rigaux2004-08-051-1/+54
|
* adapt to bootloader functions now using all_hds instead of hdsPascal Rigaux2004-08-051-1/+1
|
* pass around $all_hds instead of $hdsPascal Rigaux2004-08-051-1/+1
|
* move mount options related stuff from fs.pm to newly created fs/mount_options.pmPascal Rigaux2004-08-031-1/+1
| | | | | | | | | | | - 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()
* 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
* explain why we set toFormatUnsurePascal Rigaux2004-07-281-1/+4
|
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-7/+6
| | | | | | | | | | | | | | | | | | | | {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
* adapt to new directories layout:Pascal Rigaux2004-07-261-2/+2
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-5/+5
| | | | | | | | | | | | | | | $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
* don't bootloader::suggest_floppyPascal Rigaux2004-07-191-1/+0
|
* fix commit 1.685: use lang::analyse_locale_name() but still use lang::l2locale()Pascal Rigaux2004-07-091-1/+1
|
* - create X_options_from_o() and use itPascal Rigaux2004-07-081-1/+1
| | | | | - add freeDriver boot option
* - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pmPascal Rigaux2004-07-071-2/+2
| | | | | | - 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 Rigaux2004-07-051-3/+3
| | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number
* allow getpwnam, getgrnam, getgrid to workPascal Rigaux2004-07-051-0/+6
|
* fix blino stage1 change (i think he likes breaking things ;p)Pascal Rigaux2004-06-251-1/+1
|
* bootloader::add_kernel() do a good job at replacing symlinks with the realPascal Rigaux2004-06-251-17/+0
| | | | | kernel/initrd file name, so don't need to do it here
* adapt to new bootloader.pmPascal Rigaux2004-06-251-2/+2
|
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* use lang::analyse_locale_name() and lang::analyse_locale_name()Pascal Rigaux2004-05-111-1/+2
|
* no need for defensive programmingPascal Rigaux2004-05-031-1/+1
|
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-031-21/+3
|
* (lang::write_langs) drop prefix parameterThierry Vignaud2004-04-091-1/+1
|
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-4/+4
|