| Commit message (Expand) | Author | Age | Files | Lines |
* | in is_same_hd(), both hds can have {device} unset, it doesn't mean they are t... | Pascal Rigaux | 2004-06-29 | 1 | -1/+1 |
* | rename is_same_part to are_same_partitions (not that much clear, but at least... | Pascal Rigaux | 2004-06-15 | 1 | -1/+2 |
* | use "find { ... }" | Pascal Rigaux | 2004-06-15 | 1 | -2/+2 |
* | new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ... | Pascal Rigaux | 2004-05-27 | 1 | -1/+3 |
* | really handle LABEL=XXX in fstab (as used by redhat) (no xfs labels yet) | Pascal Rigaux | 2004-05-13 | 1 | -0/+10 |
* | fix drakupdate_fstab adding twice an entry in fstab, one with the old name, o... | Pascal Rigaux | 2004-05-01 | 1 | -1/+2 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -16/+16 |
* | disallow lvm on / with no /boot until lilo handles it | Pascal Rigaux | 2004-03-11 | 1 | -1/+4 |
* | /proc/partitions parsing was broken for scsi cdroms using non-devfs names, and | Pascal Rigaux | 2004-03-08 | 1 | -6/+5 |
* | type 0x17 *can* be ntfs, assuming it is when we don't care much, and check if... | Pascal Rigaux | 2004-02-18 | 1 | -2/+3 |
* | - remove the use of BLKRRPART (telling the kernel to re-read the partition ta... | Pascal Rigaux | 2004-01-15 | 1 | -1/+3 |
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -1/+2 |
* | put in {raw_hds} non partitioned usb keys | Pascal Rigaux | 2003-11-27 | 1 | -2/+5 |
* | getHds called by install_steps must not be interactive | Pascal Rigaux | 2003-11-18 | 1 | -4/+4 |
* | - make use_proc_partitions a clean function | Pascal Rigaux | 2003-11-11 | 1 | -1/+4 |
* | when the checking the mount point is not already used, don't take into accoun... | Pascal Rigaux | 2003-09-17 | 1 | -1/+1 |
* | add a warning for / on LVM: "You may not be able to install lilo (since lilo ... | Pascal Rigaux | 2003-09-14 | 1 | -0/+3 |
* | fix check_mntpoint to get back error "There is already a partition with mount... | Pascal Rigaux | 2003-09-08 | 1 | -3/+3 |
* | simplify | Pascal Rigaux | 2003-08-21 | 1 | -3/+3 |
* | allocatePartitions() resulted in a small unallocated area at the end of the | Pascal Rigaux | 2003-08-21 | 1 | -0/+4 |
* | fix english (thanks to Arpad Biro) | Pascal Rigaux | 2003-08-20 | 1 | -1/+1 |
* | Handle /boot/efi as an EFI partition | Gwenolé Beauchesne | 2003-08-19 | 1 | -1/+1 |
* | re-export %fsedit::suggestions as needed (why did titi my-ed it?) (fixes bug ... | Pascal Rigaux | 2003-07-29 | 1 | -1/+1 |
* | - move read_proc_partitions_raw() from fsedit.pm to devices.pm | Thierry Vignaud | 2003-06-24 | 1 | -14/+2 |
* | fix pixel vs strict pragam | Thierry Vignaud | 2003-06-24 | 1 | -1/+1 |
* | allow encrypted partitions in auto_install (with encrypt_key non encrypted!) | Pascal Rigaux | 2003-06-16 | 1 | -1/+1 |
* | fix computeSize which took into account suggested partitions on another drives | Pascal Rigaux | 2003-06-06 | 1 | -5/+8 |
* | allow specifying lv_name in auto_installs (not tested!) | Pascal Rigaux | 2003-06-04 | 1 | -1/+3 |
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -1/+1 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -16/+16 |
* | /root on a separate partition gives a warning, not an error | Pascal Rigaux | 2003-02-27 | 1 | -1/+3 |
* | use test_for_bad_drives even after install (esp. to detect removed usb-storage | Pascal Rigaux | 2003-02-21 | 1 | -1/+1 |
* | warn non-ascii chars in mount point (cf bug #1588) | Pascal Rigaux | 2003-02-20 | 1 | -0/+1 |
* | use cdie instead of die for warnings | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
* | don't let diskdrake detect ext3/reiserfs/jfs/xfs on a type 0x7 partition | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
* | - simplify check_mntpoint | Pascal Rigaux | 2003-02-20 | 1 | -2/+3 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -11/+11 |
* | - cleanup & simplify | Pascal Rigaux | 2003-02-19 | 1 | -9/+17 |
* | /proc/partitions includes partition with type "empty" and a non-null size | Pascal Rigaux | 2003-02-18 | 1 | -4/+8 |
* | better default partitioning | Pascal Rigaux | 2003-02-18 | 1 | -7/+7 |
* | given default size of / increased. | Francois Pons | 2003-02-17 | 1 | -2/+2 |
* | increased /var container for suggestion (simple or with /usr). | Francois Pons | 2003-02-17 | 1 | -2/+2 |
* | handle 0x7 partition table id specially since it can be both hpfs or ntfs. | Pascal Rigaux | 2003-02-11 | 1 | -2/+2 |
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -2/+2 |
* | handle mdX where X >= 10 (it should fix bug #1129) | Pascal Rigaux | 2003-01-29 | 1 | -1/+1 |
* | lvm on / works (dixit Brian J. Murrell) | Pascal Rigaux | 2003-01-10 | 1 | -1/+1 |
* | fsedit::part2hd() returns a scalar, no need to do "my ($hd) = fsedit::part2hd... | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | fix typo (operator priority related) | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -10/+10 |