Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't set toFormat if we don't have a {fs_type} (eg: pt_type 0xfd, ie raw raid) | Pascal Rigaux | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-08-06 | 1 | -2/+2 |
| | |||||
* | don't try to remove non existing should_be_dirs | Pascal Rigaux | 2004-08-06 | 1 | -8/+5 |
| | |||||
* | basic code for upgrading from a redhat distribution | Pascal Rigaux | 2004-08-05 | 1 | -1/+54 |
| | |||||
* | adapt to bootloader functions now using all_hds instead of hds | Pascal Rigaux | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | pass around $all_hds instead of $hds | Pascal Rigaux | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 1 | -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 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 | ||||
* | explain why we set toFormatUnsure | Pascal Rigaux | 2004-07-28 | 1 | -1/+4 |
| | |||||
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -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 Rigaux | 2004-07-26 | 1 | -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 Rigaux | 2004-07-21 | 1 | -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_floppy | Pascal Rigaux | 2004-07-19 | 1 | -1/+0 |
| | |||||
* | fix commit 1.685: use lang::analyse_locale_name() but still use lang::l2locale() | Pascal Rigaux | 2004-07-09 | 1 | -1/+1 |
| | |||||
* | - create X_options_from_o() and use it | Pascal Rigaux | 2004-07-08 | 1 | -1/+1 |
| | | | | | - add freeDriver boot option | ||||
* | - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pm | Pascal Rigaux | 2004-07-07 | 1 | -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 Rigaux | 2004-07-05 | 1 | -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 work | Pascal Rigaux | 2004-07-05 | 1 | -0/+6 |
| | |||||
* | fix blino stage1 change (i think he likes breaking things ;p) | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | bootloader::add_kernel() do a good job at replacing symlinks with the real | Pascal Rigaux | 2004-06-25 | 1 | -17/+0 |
| | | | | | kernel/initrd file name, so don't need to do it here | ||||
* | adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -2/+2 |
| | |||||
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | use lang::analyse_locale_name() and lang::analyse_locale_name() | Pascal Rigaux | 2004-05-11 | 1 | -1/+2 |
| | |||||
* | no need for defensive programming | Pascal Rigaux | 2004-05-03 | 1 | -1/+1 |
| | |||||
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 1 | -21/+3 |
| | |||||
* | (lang::write_langs) drop prefix parameter | Thierry Vignaud | 2004-04-09 | 1 | -1/+1 |
| | |||||
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -4/+4 |
| | |||||
* | devfs=mount is the default for kernel 2.6 (what about 2.4 ?), so one need | Pascal Rigaux | 2004-03-19 | 1 | -4/+2 |
| | | | | | devfs=nomount when devfsd is not installed | ||||
* | catch cdie's in auto_install | Pascal Rigaux | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | fix & cleanup generating replay & auto_install images | Pascal Rigaux | 2004-03-04 | 1 | -1/+1 |
| | | | | | (thanks to David Eastcott) | ||||
* | (hasNetwork) do not refuse to up the network when in dhcp (bad oem patch) | Thierry Vignaud | 2004-03-04 | 1 | -1/+1 |
| | |||||
* | remove existing xxx=ide-scsi on upgrades | Pascal Rigaux | 2004-03-01 | 1 | -0/+7 |
| | |||||
* | (upNetwork) log up try and faillures | Thierry Vignaud | 2004-03-01 | 1 | -0/+4 |
| | |||||
* | alias agpgart should be only for 2.6, since code doesn't allow this easily, | Pascal Rigaux | 2004-02-20 | 1 | -4/+0 |
| | | | | | adding the agp module to modprobe.preload | ||||
* | add utf8 key to locale config if not already present, so that | Guillaume Cottenceau | 2004-02-19 | 1 | -0/+1 |
| | | | | | auto install behave as before (pixel) | ||||
* | selectlanguage: utf8 flag status is updated when user selects more/less ↵ | Guillaume Cottenceau | 2004-02-18 | 1 | -1/+0 |
| | | | | languages; when user touches it, update is disabled, allowing andrej to have an en_GB + ru_RU install without utf8 | ||||
* | no need to fake scsi for ide anymore (hopefully!) | Pascal Rigaux | 2004-02-10 | 1 | -5/+0 |
| | |||||
* | handle allowNVIDIA_rpms & allowATI_rpms directly in ↵ | Pascal Rigaux | 2004-02-09 | 1 | -4/+1 |
| | | | | Xconfig::card::install_server | ||||
* | install_steps is a do_pkgs, so add "use do_pkgs" | Pascal Rigaux | 2004-02-05 | 1 | -0/+1 |
| | |||||
* | fix typo creating agpgart alias | Pascal Rigaux | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | - no ide-scsi emulation for ide ZIPs | Pascal Rigaux | 2004-02-02 | 1 | -2/+4 |
| | | | | | - no ide-scsi emulation for cd burners when kernel 2.6 | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-01-30 | 1 | -1/+1 |
| | |||||
* | add/fix various/agpgart section | Nicolas Planel | 2004-01-30 | 1 | -1/+1 |
| | |||||
* | xxx-agp is not loaded at install, so when_load() is not the right place | Pascal Rigaux | 2004-01-30 | 1 | -0/+4 |
| | |||||
* | modules::load_ide() is removed, now we use the same as install_step_interactive | Pascal Rigaux | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | help perl_checker seeing charsetChanged even if known install_steps_* can be ↵ | Pascal Rigaux | 2004-01-20 | 1 | -0/+4 |
| | | | | seen | ||||
* | kernel 2.6 .ko adaptation | Pascal Rigaux | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | - install_steps_auto_install is not a interactive but still needs do_pkgs | Pascal Rigaux | 2004-01-12 | 1 | -1/+3 |
| | | | | | | - so making do_pkgs a class, and interactive and install_steps will inheritate from it - do_pkgs renamed into do_pkgs_common, containing the things common to do_pkgs_during_install and do_pkgs_standalone | ||||
* | obsolete livedrake, live_install, live_update | Pascal Rigaux | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | use $::prefix | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| |