summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/diskdrake
Commit message (Collapse)AuthorAgeFilesLines
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-1/+1
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* fix a couple of emailsThierry Vignaud2008-01-231-1/+1
|
* bump copyright yearThierry Vignaud2008-01-231-1/+1
|
* drop supermount support (it has been dropped from our kernel)Pascal Rigaux2007-08-021-2/+0
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-4/+3
|
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* use fs::get::device2part()Pascal Rigaux2004-11-251-2/+1
|
* use fs::get::device2part()Pascal Rigaux2004-11-251-2/+1
|
* - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵Pascal Rigaux2004-09-201-1/+1
| | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm
* reuse mcc icons (if availlable) for windowsThierry Vignaud2004-09-021-0/+2
|
* 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-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 -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* perl_checker compliancePascal Rigaux2004-05-081-1/+1
|
* - do not pass options is_removable to set_default_options() since it is not ↵Pascal Rigaux2004-03-231-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>" toPascal Rigaux2004-03-171-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 Rigaux2004-02-181-1/+1
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* logging when __DIE__ing is dangerous:Pascal Rigaux2004-01-071-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 Rigaux2003-09-091-1/+1
| | | | kdesu
* remove obsolete codePascal Rigaux2003-09-081-1/+0
|
* ~fix~ calling userdrake in "diskdrake --fileshare"Pascal Rigaux2003-09-081-1/+1
|
* use formatError to have the error message instead of SCALAR(0x....)Pascal Rigaux2003-09-081-1/+1
|
* - new drakhelp call schemaDaouda Lo2003-08-271-1/+1
|
* do embed WebDAV configuration (fix bug #4703)Pascal Rigaux2003-08-261-1/+0
|
* provide some help access in standalone modeThierry Vignaud2003-07-211-1/+2
|
* add "--list-hd" to please gbeauchesnePascal Rigaux2003-05-121-2/+4
|
* new perl_checker compliancePascal Rigaux2003-04-171-5/+9
|
* set by default the fs type and mntpoint for removables not present in fstabPascal Rigaux2003-03-121-0/+10
| | | | | (useful for harddrake)
* - add get_info_from_fstab()Pascal Rigaux2003-02-271-1/+1
| | | | | - use it when reading existing fstab (to get for example devfs mount)
* have less warnings when debuggingPascal Rigaux2003-02-201-3/+3
|
* don't "use diskdrake::interactive", only require it when neededPascal Rigaux2003-02-031-2/+1
|
* oops, didn't see titi modified option handlingPascal Rigaux2002-11-251-3/+0
|
* fix handling of options --expert and --testingPascal Rigaux2002-11-251-0/+3
|
* final switch of drakbackup, logdrake and scannerdrakeThierry Vignaud2002-11-181-12/+10
| | | | | to new option scheme
* - standalone.pm :Thierry Vignaud2002-11-181-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 yearsThierry Vignaud2002-11-181-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-061-0/+1
|
* remove unused $fstabPascal Rigaux2002-08-281-1/+0
|
* use function fsedit::get_hds which handles errorsPascal Rigaux2002-08-271-13/+1
|
* disable embedding of WebDAV configuration since it is brokenPascal Rigaux2002-08-141-0/+2
|
* $all_hds->{hds} must be filled in any case, not only in --hdPascal Rigaux2002-08-141-4/+1
|
* rough WebDAV guiPascal Rigaux2002-08-131-1/+4
|
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-4/+1
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-1/+1
|
* fix expert and testing options handlingPascal Rigaux2002-02-141-2/+2
|
* handle --embedded xxx xxxPascal Rigaux2002-02-071-7/+12
|
* handle --removable *and* --removable=<dev>Pascal Rigaux2002-01-271-3/+3
|