summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/diskdrake
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* handle --removable=<dev>Pascal Rigaux2002-01-271-4/+8
|
* - new options --hd, --nfs, --smb, --removablePascal Rigaux2002-01-271-23/+40
| | | | | | - adapt to new diskdrake modules - save $all_hds->{current_fstab} to know if /etc/fstab must be saved
* yet again better error reportingPascal Rigaux2002-01-221-5/+5
|
* cleanup error messages (and fix diskdrake's)Pascal Rigaux2002-01-221-3/+7
|
* - write the 'common' part of the 'explanations' stuff,Guillaume Cottenceau2002-01-181-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 importPascal Rigaux2001-11-301-1/+8
|
* fix function calledPascal Rigaux2001-09-051-1/+1
|
* embedded mode nicerYves Duret2001-08-281-4/+6
|
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵Pascal Rigaux2001-08-191-1/+1
| | | | we're in ramdisk
* fix diskdrake requiring gtkPascal Rigaux2001-08-191-2/+2
|
* add some test codePascal Rigaux2001-08-191-0/+5
|
* major fs.pm rework + adaptation to itPascal Rigaux2001-08-191-2/+2
|
* basic nfs/smb handling in diskdrakePascal Rigaux2001-08-181-1/+1
|
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-13/+9
| | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes
* oops reverting modifs commited by errorPascal Rigaux2001-08-151-5/+11
|