Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | (not only used when diskdrake code fails) - fix {start} in read_proc_partitions() ({start} was not re-initialised between drives) | ||||
* | when the checking the mount point is not already used, don't take into ↵ | Pascal Rigaux | 2003-09-17 | 1 | -1/+1 |
| | | | | account current partition | ||||
* | add a warning for / on LVM: "You may not be able to install lilo (since lilo ↵ | Pascal Rigaux | 2003-09-14 | 1 | -0/+3 |
| | | | | doesn't handle a LV on multiple PVs)" | ||||
* | fix check_mntpoint to get back error "There is already a partition with ↵ | Pascal Rigaux | 2003-09-08 | 1 | -3/+3 |
| | | | | mount point %s\n" | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | drive when: - suggest_part() reserves some room for the other partitions which are going to be added next. For maxsize limited partition, it reserves maxsize (if maxsize is reached) - suggest_part() which adds the last partition limited by maxsize can be called on a partition a little bigger than maxsize due to cylinder boundary adjustments on previous partition creations. In that case, it doesn't use the full area. It occured for example with the current $fsedit::suggestions{server}. The fix chosen is to ensure the last suggest_part() is called with a size defined as maxsize <= size < maxsize + cylinder_size. | ||||
* | 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 |
| | | | | #4298) | ||||
* | - move read_proc_partitions_raw() from fsedit.pm to devices.pm | Thierry Vignaud | 2003-06-24 | 1 | -14/+2 |
| | | | | | | - (devices::from_devfs, devices::from_devfs) handle block devices too, with read_proc_partitions_raw() helper | ||||
* | 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 |
| | | | | | (which is especially bad for LVMs) | ||||
* | 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 |
| | | | | | devices still visible in /proc/scsi/scsi) | ||||
* | 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 |
| | | | | | - fix checking mount point in Mount_point() | ||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -11/+11 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | - cleanup & simplify | Pascal Rigaux | 2003-02-19 | 1 | -9/+17 |
| | | | | | - handle raid on raid detection | ||||
* | /proc/partitions includes partition with type "empty" and a non-null size | Pascal Rigaux | 2003-02-18 | 1 | -4/+8 |
| | | | | | so add them for comparison | ||||
* | 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 |
| | | | | | | | so adding 0x107 being really ntfs. hopefully this change won't break too much things (but things were already broken, since it assigned a mount point with type ntfs to some hpfs partitions) (fixes bug #1455) | ||||
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -2/+2 |
| | | | | | is now using ntfs, not only Windows NT | ||||
* | 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) = ↵ | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | fsedit::part2hd(...)" | ||||
* | 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", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -10/+10 |
| | | | | "every", "partition" | ||||
* | add "new" to lvm.pm, and use it | Pascal Rigaux | 2002-12-18 | 1 | -2/+2 |
| | |||||
* | really drop check() | Pascal Rigaux | 2002-12-16 | 1 | -6/+0 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | don't use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -3/+3 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -9/+9 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | introduce a new flag: getting_rid_of_readonly_allowed. It is set when the ↵ | Pascal Rigaux | 2002-11-05 | 1 | -0/+1 |
| | | | | | | | | partition table badly handled by diskdrake, but we are still allowed to wipe the partition table and start with something new. | ||||
* | do not allow encrypted filesystem for /boot | Pascal Rigaux | 2002-09-15 | 1 | -1/+1 |
| | |||||
* | (is_same_hd): add ugly support for davfs devices (http://...) comparison ↵ | Pascal Rigaux | 2002-08-28 | 1 | -0/+3 |
| | | | | without the ending "/" | ||||
* | - create lvms() which contains what was in hds() | Pascal Rigaux | 2002-08-27 | 1 | -95/+113 |
| | | | | | | | | | | | | - create get_hds() which handle errors when calling hds() - remove commented obsolete code - read_partitions is now read_proc_partitions_raw - readProcPartitions is now read_proc_partitions - read_proc_partitions use fake {start}s so that the empty space is computed ok by get_normal_parts_and_holes - verifyHds doesn't exist anymore - part of it is in hds() using compare_with_proc_partitions() and use_proc_partitions() - part of it is in install_any::getHds | ||||
* | increase maxsize for / (partitioning with /usr) since it contains /tmp and ↵ | Pascal Rigaux | 2002-08-26 | 1 | -1/+1 |
| | | | | /opt (as requested by Arnaud de Lorbeau) |