summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* enable one to choose its input method in advanced modeThierry Vignaud2004-07-302-1/+12
|
* sync with msec-0.44Thierry Vignaud2004-07-303-1/+7
|
* Clean ldap client configurationVicent Guardiola2004-07-301-1/+9
|
* authentication installs perl-Net-DNS in some casesPascal Rigaux2004-07-301-1/+1
|
* do not offer to configure mouse if we've already automatically reconfigure itThierry Vignaud2004-07-301-0/+1
| | | | | b/c of 2.4.x vs 2.6.x switch
* Fixes for Anthill #1009, #1010 (DVD recording, disk quota)Stew Benedict2004-07-301-25/+78
| | | | | Direct-to-tape enahancement
* sagem: use fctStartAdsl to wait for sync, up the interface and get interface ↵Olivier Blin2004-07-301-1/+1
| | | | name
* (outpend) clean by reusing MDK::CommonThierry Vignaud2004-07-301-2/+3
|
* standalone tools are *not* chrootedThierry Vignaud2004-07-293-4/+4
|
* (remove_initscript) simplifyThierry Vignaud2004-07-291-6/+3
|
* (show_prev)Thierry Vignaud2004-07-291-8/+5
| | | | | | - kill useless variables - simplify
* (show_prev) fix preview refresh while simplying codeThierry Vignaud2004-07-291-11/+1
|
* (write_boot_thm) typo fixThierry Vignaud2004-07-291-1/+1
|
* more cleanupsThierry Vignaud2004-07-291-16/+14
|
* misc cleanupsThierry Vignaud2004-07-291-15/+6
|
* (show_prev) do not crash when the image format is unknownThierry Vignaud2004-07-291-2/+11
|
* (make_boot_frame) fix itThierry Vignaud2004-07-291-1/+1
|
* (handle_multiple_cnx) only restart network for ADSL if we use anThierry Vignaud2004-07-291-1/+1
| | | | | ethernet modem
* 10.1-0.1mdkThierry Vignaud2004-07-291-2/+17
|
* use new set_removable_auto_configuratorThierry Vignaud2004-07-291-1/+1
|
* (set_removable_auto_configurator) copy it out from set_removable_configurator()Thierry Vignaud2004-07-291-0/+5
| | | | | (set_removable_configurator) restore it as of MDK10.0 time
* always include all funcs (these're needed anyway by Move and GlobeTrotter)Thierry Vignaud2004-07-292-11/+8
|
* merge hds() in get_hds() to correctly handle catching cdie when the device ↵Pascal Rigaux2004-07-291-31/+42
| | | | is non partionned
* split server and plugin options, in order to support again bewanOlivier Blin2004-07-291-4/+9
| | | | | modems (pppd_options wasn't used anywhere, they couldn't work)
* Fix crashes on append_set.Stew Benedict2004-07-282-7/+7
|
* do not write a blank "pty" option in ppp config file is there is noOlivier Blin2004-07-281-1/+2
| | | | | pty command (should fix some problems with Bewan modems)
* it's probably better to rely on modem_run since speedtouch.sh may be droppedOlivier Blin2004-07-281-1/+1
|
* - use option -g for smbclient -L, this fixes bad parsing of formatted ↵Pascal Rigaux2004-07-281-14/+20
| | | | | | | smbclient output - skip "netlogon" Disk share (lowercase letters)
* don't set mount point /mnt/windows for removable devicesPascal Rigaux2004-07-281-1/+1
|
* explain why we set toFormatUnsurePascal Rigaux2004-07-281-1/+4
|
* *** empty log message ***Pascal Rigaux2004-07-281-1/+10
|
* remove small ugly typoPascal Rigaux2004-07-281-1/+1
|
* fix getSCSI_26() not sorting the drivesPascal Rigaux2004-07-281-0/+2
|
* *** empty log message ***Pascal Rigaux2004-07-281-1/+72
|
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-2725-531/+599
| | | | | | | | | | | | | | | | | | | | {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
* '-e 1' option is unneeded with speedtouch >= 1.3Olivier Blin2004-07-271-1/+1
|
* - scroll down text while typingDaouda Lo2004-07-271-190/+154
| | | | | | - many cleanups - Stable releases are 'Official' and 'Community'
* save/restore optionsThierry Vignaud2004-07-271-4/+12
|
* a {type} didn't get moved to {pt_type}, fixingPascal Rigaux2004-07-271-1/+1
|
* *** empty log message ***Pascal Rigaux2004-07-271-1/+54
|
* *** empty log message ***Pascal Rigaux2004-07-261-0/+1
|
* Redundant line.Rafael Garcia-Suarez2004-07-261-1/+0
|
* cleanup, fix various typosPascal Rigaux2004-07-261-19/+21
| | | | | (still, ->target seems broken, but i'm not sure, since i couldn't test)
* fix getCompaqSmartArray() on 2.6 (since /proc/driver/cciss/cciss0 doesn't ↵Pascal Rigaux2004-07-261-6/+14
| | | | talk about c0dX anymore)
* remove unneeded quotesOlivier Blin2004-07-261-1/+1
|
* blacklist Net::DNS (until we get rid of it?)Pascal Rigaux2004-07-261-1/+2
|
* let perl-MDK-Common do the quotingOlivier Blin2004-07-261-2/+1
|
* *** empty log message ***Pascal Rigaux2004-07-261-1/+388
|
* adapt to new directories layout:Pascal Rigaux2004-07-2613-54/+47
| | | | | | | | | | | - 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
* fix typoPascal Rigaux2004-07-261-1/+1
|