summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/interactive.pm
Commit message (Expand)AuthorAgeFilesLines
* fix typos + perl_checker fixesPascal Rigaux2003-06-061-4/+4
* allow choosing lv name (thanks to Brian Murrell)Pascal Rigaux2003-06-041-0/+4
* perl_checker fixesThierry Vignaud2003-05-231-2/+2
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+3
* new perl_checker compliancePascal Rigaux2003-04-171-1/+1
* fix maximum loopback size (bug #3188)Pascal Rigaux2003-03-121-1/+1
* after ntfs resize, warn user that on Windows next boot fsck will be donePascal Rigaux2003-02-261-2/+5
* (migrate_files): check return values (fixes bug #2170)Pascal Rigaux2003-02-231-2/+2
* have ask_okcancel instead of ask_warn on cdie'sPascal Rigaux2003-02-201-5/+7
* add catch_cdie's around fsedit::check_mntpoint and fsedit::addPascal Rigaux2003-02-201-2/+8
* - simplify check_mntpointPascal Rigaux2003-02-201-26/+11
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-1/+1
* use formatError on $errPascal Rigaux2003-02-191-1/+1
* use formatError($err) instead of $@Pascal Rigaux2003-02-191-1/+1
* - allow raid on raid (raid 10)Pascal Rigaux2003-02-191-5/+8
* fix ugly bug (the bug was introduced in diskdrake/interactive.pm 1.67)Pascal Rigaux2003-02-181-2/+2
* - ensure someone can't set a mount point on a non formatted ntfs partitionPascal Rigaux2003-02-181-0/+1
* remove debug code :-(Pascal Rigaux2003-02-171-1/+1
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+1
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
* - more precise message when formatting / fsck'ing / mounting partitionsPascal Rigaux2003-02-101-8/+18
* make perl_checker happyPascal Rigaux2003-02-031-1/+1
* - do not write_partitions when resizing & loosing data (not needed)Pascal Rigaux2003-01-311-7/+8
* fix typo (calling resize_fat::main instead of diskdrake::resize_ntfs)Pascal Rigaux2003-01-311-1/+1
* create diskdrake::resize_ntfs to factorize codePascal Rigaux2003-01-311-7/+4
* fix various resize pbs:Pascal Rigaux2003-01-291-13/+18
* dumpe2fs call cleanupPascal Rigaux2003-01-291-6/+5
* ntfsresize feature added (not tested!)Pascal Rigaux2003-01-291-0/+11
* for resize2fs, don't multiply by 512 *then* divide by $block_size, betterPascal Rigaux2003-01-281-1/+1
* fix diskdrake in newt (causing error about missing method ->cylinder_size)Pascal Rigaux2003-01-231-1/+5
* (Mount_point): use uniq() on suggested mount points (otherwise the suggested ...Pascal Rigaux2003-01-211-1/+1
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-4/+4
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-4/+3
* add "new" to lvm.pm, and use itPascal Rigaux2002-12-181-4/+2
* - handle more locally "Reload partition table" (esp. without using setstep)Pascal Rigaux2002-12-091-8/+12
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-18/+18
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
* make perl_checker happyPascal Rigaux2002-11-251-12/+12
* revert previous change useless (another problem).Francois Pons2002-11-251-2/+0
* added a trailing true value for perl being happy.Francois Pons2002-11-251-0/+2
* make perldoc workingThierry Vignaud2002-11-191-0/+2
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-1/+1
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-153/+154
* introduce a new flag: getting_rid_of_readonly_allowed. It is set when the par...Pascal Rigaux2002-11-051-2/+8
* catch error in Done (mainly "reboot needed"), so that fstab can be writtenPascal Rigaux2002-09-191-1/+5
* in "Mount point", by default choose the default proposition (asked by dadou f...Pascal Rigaux2002-08-281-3/+3
* handle "readonly" per hdsPascal Rigaux2002-08-271-9/+20
* limit max size of loopback to 2GB on FATPascal Rigaux2002-08-161-1/+2
* rough WebDAV guiPascal Rigaux2002-08-131-1/+1