Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-05-08 | 1 | -1/+1 |
| | |||||
* | - do not pass options is_removable to set_default_options() since it is not ↵ | Pascal Rigaux | 2004-03-23 | 1 | -1/+1 |
| | | | | | | | | | a global options - replace it with a flag in the part or raw_hd - set is_removable for part from usb drive - ensure usb partitions are not checked at boot time (freq field in fstab) | ||||
* | add "diskdrake --change-geometry=<device>=[<cylinders>,]<heads>,<sectors>" to | Pascal Rigaux | 2004-03-17 | 1 | -1/+8 |
| | | | | | | | allow forcing the geometry used in the partition table. This allows helping poor Windows booting using old int13 function 2. This should work when Windows has not been resized. | ||||
* | set useSupermount to magicdev (so that it doesn't use supermount from cdroms) | Pascal Rigaux | 2004-02-18 | 1 | -1/+1 |
| | |||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | logging when __DIE__ing is dangerous: | Pascal Rigaux | 2004-01-07 | 1 | -2/+0 |
| | | | | | | | - in diskdrake, logging the error via c::syslog caused $@ to be undefined, causing the error to be dropped! (esp "you need to reboot") - during install, no known error, but it's better to remove it anyway (bye bye the "warning: ..." in ddebug.log, sniff) | ||||
* | ensure userdrake works when diskdrake --fileshare is embedded or run through ↵ | Pascal Rigaux | 2003-09-09 | 1 | -1/+1 |
| | | | | kdesu | ||||
* | remove obsolete code | Pascal Rigaux | 2003-09-08 | 1 | -1/+0 |
| | |||||
* | ~fix~ calling userdrake in "diskdrake --fileshare" | Pascal Rigaux | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | use formatError to have the error message instead of SCALAR(0x....) | Pascal Rigaux | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | - new drakhelp call schema | Daouda Lo | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | do embed WebDAV configuration (fix bug #4703) | Pascal Rigaux | 2003-08-26 | 1 | -1/+0 |
| | |||||
* | provide some help access in standalone mode | Thierry Vignaud | 2003-07-21 | 1 | -1/+2 |
| | |||||
* | add "--list-hd" to please gbeauchesne | Pascal Rigaux | 2003-05-12 | 1 | -2/+4 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -5/+9 |
| | |||||
* | set by default the fs type and mntpoint for removables not present in fstab | Pascal Rigaux | 2003-03-12 | 1 | -0/+10 |
| | | | | | (useful for harddrake) | ||||
* | - add get_info_from_fstab() | Pascal Rigaux | 2003-02-27 | 1 | -1/+1 |
| | | | | | - use it when reading existing fstab (to get for example devfs mount) | ||||
* | have less warnings when debugging | Pascal Rigaux | 2003-02-20 | 1 | -3/+3 |
| | |||||
* | don't "use diskdrake::interactive", only require it when needed | Pascal Rigaux | 2003-02-03 | 1 | -2/+1 |
| | |||||
* | oops, didn't see titi modified option handling | Pascal Rigaux | 2002-11-25 | 1 | -3/+0 |
| | |||||
* | fix handling of options --expert and --testing | Pascal Rigaux | 2002-11-25 | 1 | -0/+3 |
| | |||||
* | final switch of drakbackup, logdrake and scannerdrake | Thierry Vignaud | 2002-11-18 | 1 | -12/+10 |
| | | | | | to new option scheme | ||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -12/+12 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -0/+1 |
| | |||||
* | remove unused $fstab | Pascal Rigaux | 2002-08-28 | 1 | -1/+0 |
| | |||||
* | use function fsedit::get_hds which handles errors | Pascal Rigaux | 2002-08-27 | 1 | -13/+1 |
| | |||||
* | disable embedding of WebDAV configuration since it is broken | Pascal Rigaux | 2002-08-14 | 1 | -0/+2 |
| | |||||
* | $all_hds->{hds} must be filled in any case, not only in --hd | Pascal Rigaux | 2002-08-14 | 1 | -4/+1 |
| | |||||
* | rough WebDAV gui | Pascal Rigaux | 2002-08-13 | 1 | -1/+4 |
| | |||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -4/+1 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | fix expert and testing options handling | Pascal Rigaux | 2002-02-14 | 1 | -2/+2 |
| | |||||
* | handle --embedded xxx xxx | Pascal Rigaux | 2002-02-07 | 1 | -7/+12 |
| | |||||
* | handle --removable *and* --removable=<dev> | Pascal Rigaux | 2002-01-27 | 1 | -3/+3 |
| | |||||
* | handle --removable=<dev> | Pascal Rigaux | 2002-01-27 | 1 | -4/+8 |
| | |||||
* | - new options --hd, --nfs, --smb, --removable | Pascal Rigaux | 2002-01-27 | 1 | -23/+40 |
| | | | | | | - adapt to new diskdrake modules - save $all_hds->{current_fstab} to know if /etc/fstab must be saved | ||||
* | yet again better error reporting | Pascal Rigaux | 2002-01-22 | 1 | -5/+5 |
| | |||||
* | cleanup error messages (and fix diskdrake's) | Pascal Rigaux | 2002-01-22 | 1 | -3/+7 |
| | |||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -1/+3 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | fileshare should be ok, handle diskdrake --fileshare, fix smb import | Pascal Rigaux | 2001-11-30 | 1 | -1/+8 |
| | |||||
* | fix function called | Pascal Rigaux | 2001-09-05 | 1 | -1/+1 |
| | |||||
* | embedded mode nicer | Yves Duret | 2001-08-28 | 1 | -4/+6 |
| | |||||
* | rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵ | Pascal Rigaux | 2001-08-19 | 1 | -1/+1 |
| | | | | we're in ramdisk | ||||
* | fix diskdrake requiring gtk | Pascal Rigaux | 2001-08-19 | 1 | -2/+2 |
| | |||||
* | add some test code | Pascal Rigaux | 2001-08-19 | 1 | -0/+5 |
| | |||||
* | major fs.pm rework + adaptation to it | Pascal Rigaux | 2001-08-19 | 1 | -2/+2 |
| |