summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
Commit message (Expand)AuthorAgeFilesLines
* put in {raw_hds} non partitioned usb keysPascal Rigaux2003-11-271-2/+5
* getHds called by install_steps must not be interactivePascal Rigaux2003-11-181-4/+4
* - make use_proc_partitions a clean functionPascal Rigaux2003-11-111-1/+4
* when the checking the mount point is not already used, don't take into accoun...Pascal Rigaux2003-09-171-1/+1
* add a warning for / on LVM: "You may not be able to install lilo (since lilo ...Pascal Rigaux2003-09-141-0/+3
* fix check_mntpoint to get back error "There is already a partition with mount...Pascal Rigaux2003-09-081-3/+3
* simplifyPascal Rigaux2003-08-211-3/+3
* allocatePartitions() resulted in a small unallocated area at the end of thePascal Rigaux2003-08-211-0/+4
* fix english (thanks to Arpad Biro)Pascal Rigaux2003-08-201-1/+1
* Handle /boot/efi as an EFI partitionGwenolé Beauchesne2003-08-191-1/+1
* re-export %fsedit::suggestions as needed (why did titi my-ed it?) (fixes bug ...Pascal Rigaux2003-07-291-1/+1
* - move read_proc_partitions_raw() from fsedit.pm to devices.pmThierry Vignaud2003-06-241-14/+2
* fix pixel vs strict pragamThierry Vignaud2003-06-241-1/+1
* allow encrypted partitions in auto_install (with encrypt_key non encrypted!)Pascal Rigaux2003-06-161-1/+1
* fix computeSize which took into account suggested partitions on another drivesPascal Rigaux2003-06-061-5/+8
* allow specifying lv_name in auto_installs (not tested!)Pascal Rigaux2003-06-041-1/+3
* perl_checker fixesThierry Vignaud2003-05-231-1/+1
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
* new perl_checker compliancePascal Rigaux2003-04-171-16/+16
* /root on a separate partition gives a warning, not an errorPascal Rigaux2003-02-271-1/+3
* use test_for_bad_drives even after install (esp. to detect removed usb-storagePascal Rigaux2003-02-211-1/+1
* warn non-ascii chars in mount point (cf bug #1588)Pascal Rigaux2003-02-201-0/+1
* use cdie instead of die for warningsPascal Rigaux2003-02-201-1/+1
* don't let diskdrake detect ext3/reiserfs/jfs/xfs on a type 0x7 partitionPascal Rigaux2003-02-201-1/+1
* - simplify check_mntpointPascal Rigaux2003-02-201-2/+3
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-11/+11
* - cleanup & simplifyPascal Rigaux2003-02-191-9/+17
* /proc/partitions includes partition with type "empty" and a non-null sizePascal Rigaux2003-02-181-4/+8
* better default partitioningPascal Rigaux2003-02-181-7/+7
* given default size of / increased.Francois Pons2003-02-171-2/+2
* increased /var container for suggestion (simple or with /usr).Francois Pons2003-02-171-2/+2
* handle 0x7 partition table id specially since it can be both hpfs or ntfs.Pascal Rigaux2003-02-111-2/+2
* add isFat_or_NTFS() and use it where possible instead of isFat() since WindowsPascal Rigaux2003-01-301-2/+2
* handle mdX where X >= 10 (it should fix bug #1129)Pascal Rigaux2003-01-291-1/+1
* lvm on / works (dixit Brian J. Murrell)Pascal Rigaux2003-01-101-1/+1
* fsedit::part2hd() returns a scalar, no need to do "my ($hd) = fsedit::part2hd...Pascal Rigaux2003-01-071-1/+1
* fix typo (operator priority related)Pascal Rigaux2003-01-071-1/+1
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-10/+10
* add "new" to lvm.pm, and use itPascal Rigaux2002-12-181-2/+2
* really drop check()Pascal Rigaux2002-12-161-6/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-3/+3
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-2/+2
* don't use "local *F"Pascal Rigaux2002-12-041-3/+3
* perl_checker adaptationsPascal Rigaux2002-11-271-3/+3
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-9/+9
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-16/+16
* introduce a new flag: getting_rid_of_readonly_allowed. It is set when the par...Pascal Rigaux2002-11-051-0/+1
* do not allow encrypted filesystem for /bootPascal Rigaux2002-09-151-1/+1
* (is_same_hd): add ugly support for davfs devices (http://...) comparison with...Pascal Rigaux2002-08-281-0/+3
* - create lvms() which contains what was in hds()Pascal Rigaux2002-08-271-95/+113