Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 23 | -401/+425 |
| | | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore | ||||
* | update | Thierry Vignaud | 2005-06-28 | 3 | -21/+21 |
| | |||||
* | New translations | Rafael Garcia-Suarez | 2005-06-28 | 1 | -3/+3 |
| | |||||
* | upcase protocol names | Thierry Vignaud | 2005-06-28 | 72 | -227/+227 |
| | |||||
* | update | Thierry Vignaud | 2005-06-28 | 2 | -13/+13 |
| | |||||
* | update strings from CVS | Thierry Vignaud | 2005-06-28 | 71 | -37496/+39696 |
| | |||||
* | (ask_if_suppl_media) upcase protocol name | Thierry Vignaud | 2005-06-28 | 1 | -1/+1 |
| | |||||
* | handle no bootloader configuration found with a clean error | Pascal Rigaux | 2005-06-28 | 1 | -1/+1 |
| | |||||
* | Add NFS supplementary media in fstab | Rafael Garcia-Suarez | 2005-06-28 | 1 | -2/+4 |
| | |||||
* | Fix install_urpmi with nfs suppl media | Rafael Garcia-Suarez | 2005-06-28 | 2 | -10/+16 |
| | |||||
* | - since we don't use a ramdisk for the stage2 anymore, remove ↵ | Pascal Rigaux | 2005-06-28 | 1 | -1/+1 |
| | | | | | | | | ramdisk_size=128000 (hopefully the initrd doesn't have the limitation or we won't hit the stupid low default max size of the kernel) - use the short aliases for automatic stage1 (cf mdk-stage1/automatic.c) | ||||
* | Support NFS supplementary media | Rafael Garcia-Suarez | 2005-06-27 | 1 | -2/+18 |
| | |||||
* | Missing translation | Rafael Garcia-Suarez | 2005-06-27 | 1 | -1/+1 |
| | |||||
* | 10.3-0.28mdk | Thierry Vignaud | 2005-06-27 | 1 | -1/+8 |
| | |||||
* | fix switch from nvidia to nv for X.org | Thierry Vignaud | 2005-06-26 | 1 | -1/+2 |
| | |||||
* | we now use X.org instead of XFree86 | Thierry Vignaud | 2005-06-26 | 1 | -1/+1 |
| | |||||
* | use empty prototype | Olivier Blin | 2005-06-25 | 1 | -1/+1 |
| | |||||
* | don't fork to get route with "ip route", use /proc/net/route instead | Olivier Blin | 2005-06-25 | 1 | -6/+24 |
| | | | | | (TODO: handle IPv6 with /proc/net/ipv6_route) | ||||
* | rename isTVcard() as isTVcardConfigurable() since it's more meaninfull ↵ | Thierry Vignaud | 2005-06-24 | 2 | -3/+3 |
| | | | | regarding its purpose | ||||
* | enable to configure cx88 driver | Thierry Vignaud | 2005-06-24 | 2 | -1/+35 |
| | |||||
* | do not use tree branches for vendor when there's only one device | Thierry Vignaud | 2005-06-24 | 1 | -42/+43 |
| | |||||
* | update card lists from kernel-2.6.12 | Thierry Vignaud | 2005-06-24 | 1 | -1/+51 |
| | |||||
* | (config) do not use a combo | Thierry Vignaud | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | 10.3-0.27mdk | Thierry Vignaud | 2005-06-24 | 1 | -1/+13 |
| | |||||
* | handle dmraid device not there, keeping the raw hds | Pascal Rigaux | 2005-06-24 | 2 | -11/+10 |
| | |||||
* | normalize mke2fs and mkreiserfs into mkfs.<fs_type> | Pascal Rigaux | 2005-06-24 | 2 | -8/+8 |
| | |||||
* | remove MDK::Common::Globals::init (fix crash) | Olivier Blin | 2005-06-24 | 1 | -2/+0 |
| | |||||
* | add "default_width" and "default_height" for Gtk2::Window | Pascal Rigaux | 2005-06-24 | 1 | -0/+1 |
| | |||||
* | replace remaining $net->{auth} with $authentication (since those variables ↵ | Pascal Rigaux | 2005-06-24 | 1 | -7/+7 |
| | | | | are no more written in sysconfig/network) | ||||
* | use network::network::write_network_conf (fix crash) | Olivier Blin | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | fix NISDOMAIN | Olivier Blin | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | Remove DB logs before doing an install. | Rafael Garcia-Suarez | 2005-06-24 | 1 | -0/+6 |
| | |||||
* | Remove rpm 4.2 bug workaround, it may confuse rpm in some cases | Rafael Garcia-Suarez | 2005-06-24 | 1 | -9/+0 |
| | |||||
* | Finsalize printer setup and more spelling/tidy | Pjetur Hjaltason | 2005-06-23 | 1 | -143/+172 |
| | |||||
* | Punctuation fix | Rafael Garcia-Suarez | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | fix titypo | Olivier Blin | 2005-06-23 | 1 | -2/+2 |
| | |||||
* | handle dmraid require fail | Pascal Rigaux | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | cleanup (old titi commit) | Pascal Rigaux | 2005-06-23 | 1 | -4/+4 |
| | |||||
* | remove unused get() and ftp() | Olivier Blin | 2005-06-23 | 1 | -10/+0 |
| | |||||
* | don't use $::o but $o | Olivier Blin | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | use http proxy settings from stage1 as post-install proxy settings for both ↵ | Olivier Blin | 2005-06-23 | 1 | -0/+12 |
| | | | | http and ftp connections | ||||
* | Updated Estonian translation. | Marek Laane | 2005-06-23 | 1 | -185/+111 |
| | |||||
* | melo | José Jorge | 2005-06-23 | 1 | -38/+29 |
| | |||||
* | melo | José Jorge | 2005-06-22 | 1 | -37/+31 |
| | |||||
* | Added scim-ccinput support. | Funda Wang | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | Mostly printer wizard strings | Pjetur Hjaltason | 2005-06-21 | 1 | -189/+463 |
| | |||||
* | perl_checker | Olivier Blin | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | fix typo | Olivier Blin | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | strip "pxelinux_" in profiles-related-only functions | Olivier Blin | 2005-06-21 | 1 | -6/+6 |
| | |||||
* | - add profiles_exist | Olivier Blin | 2005-06-21 | 1 | -4/+9 |
| | | | | | | - enhance find_next_profile_name - add_empty_profile now needs a profile name |