Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | raise /usr maxsize to 4GB | Pascal Rigaux | 2002-08-21 | 1 | -3/+3 |
| | |||||
* | backend davfs (WebDAV) support | Pascal Rigaux | 2002-08-13 | 1 | -2/+2 |
| | |||||
* | get rid of the duplicated /tmp in for suggestions_mntpoint() (thanks to Amaury) | Pascal Rigaux | 2002-08-11 | 1 | -1/+1 |
| | |||||
* | - rename LVMname to VG_name | Pascal Rigaux | 2002-08-11 | 1 | -5/+43 |
| | | | | | | - part2hd: allow rootDevice to be a VG_name - add auto_allocate_vgs | ||||
* | cleanup | Pascal Rigaux | 2002-08-11 | 1 | -14/+14 |
| | |||||
* | - add /tmp in %suggestions for server partitioning | Pascal Rigaux | 2002-08-06 | 1 | -4/+5 |
| | | | | | - tweak some ratio's in %suggestions | ||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -4/+1 |
| | |||||
* | get rid of some $prefix parameter passing (using $::prefix where needed instead) | Pascal Rigaux | 2002-08-01 | 1 | -3/+3 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -3/+3 |
| | |||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -6/+6 |
| | |||||
* | great new raidAutoStartRaidtab allowing to handle existing software raids | Pascal Rigaux | 2002-07-07 | 1 | -1/+4 |
| | | | | | | even when RAID_AUTORUN is not supported by kernel (which is the case for us since md.o is a not builtin the kernel) | ||||
* | /root and /mnt must "remain within the root filesystem" (ie can't be used as ↵ | Pascal Rigaux | 2002-07-06 | 1 | -1/+2 |
| | | | | mountpoints), dixit redhat | ||||
* | (package_needed_for_partition_type): return the package needed for a ↵ | Pascal Rigaux | 2002-07-06 | 1 | -2/+12 |
| | | | | | | | partition type (check_type): cleanup | ||||
* | added /tmp in @suggestions_mntpoints (as suggested by Philippe Coulon) | Pascal Rigaux | 2002-06-11 | 1 | -1/+1 |
| | |||||
* | fix a few english strings | Guillaume Cottenceau | 2002-04-08 | 1 | -2/+2 |
| | |||||
* | do not allow encrypted /var | Pascal Rigaux | 2002-03-06 | 1 | -1/+1 |
| | |||||
* | have "with /usr" translated | Pascal Rigaux | 2002-02-20 | 1 | -1/+1 |
| | |||||
* | yet again better error reporting | Pascal Rigaux | 2002-01-22 | 1 | -0/+1 |
| | |||||
* | defaults to ext3 instead of ext2 | Pascal Rigaux | 2002-01-22 | 1 | -9/+9 |
| | |||||
* | better error message when auto allocate doesn't do anything | Pascal Rigaux | 2002-01-17 | 1 | -2/+10 |
| | |||||
* | check the mountpoint is valid for encrypting (disallow "/" and "/usr") | Pascal Rigaux | 2002-01-17 | 1 | -1/+3 |
| | |||||
* | encrypted filesystem handling: | Pascal Rigaux | 2002-01-15 | 1 | -0/+1 |
| | | | | | | - using losetup - add "Options" for partitions in diskdrake (expert mode) | ||||
* | (suggestions_mntpoint): if there's no server suggestion, use the simple | Pascal Rigaux | 2001-11-21 | 1 | -2/+2 |
| | | | | | one, so that 'simple' is the only one required when someone modifies %fsedit::suggestions | ||||
* | revert back to /initrd | Guillaume Cottenceau | 2001-10-29 | 1 | -1/+1 |
| | |||||
* | replace /initrd with /lib/initrd | Pascal Rigaux | 2001-10-24 | 1 | -1/+1 |
| | |||||
* | (hds): in case of GPT, allow ext2 to be replaced by any kind of partitions ↵ | Pascal Rigaux | 2001-10-24 | 1 | -1/+1 |
| | | | | (esp. EFI) | ||||
* | - add checksum verif on partition entries | Pascal Rigaux | 2001-10-18 | 1 | -0/+3 |
| | | | | | - detect the type of partition since the partition table types seem quite poor | ||||
* | yet another ataraid support patch | Pascal Rigaux | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | add magic SWAPSPACE2 | Pascal Rigaux | 2001-09-23 | 1 | -0/+1 |
| | |||||
* | (hds): do a get_major_minor where needed | Pascal Rigaux | 2001-09-20 | 1 | -0/+2 |
| | |||||
* | - '--' to separate options for supermount + small workaround (ro and exec ↵ | Pascal Rigaux | 2001-09-17 | 1 | -1/+1 |
| | | | | | | | before --) - fix nfs in manualFstab (for auto_installs, reported by David Eastcott) | ||||
* | enhance lvm handling (mostly standalone) | Pascal Rigaux | 2001-09-16 | 1 | -7/+8 |
| | |||||
* | - cleanup & enhance raid mdstat reading (now works with or without devfs ↵ | Pascal Rigaux | 2001-09-16 | 1 | -37/+52 |
| | | | | | | | mounted) - chunk size is buggy? | ||||
* | make loopback installs work again | Pascal Rigaux | 2001-09-08 | 1 | -1/+1 |
| | |||||
* | add journalised in legend, fix the use | Pascal Rigaux | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | - don't expand symlinks in grub's menu.lst | Pascal Rigaux | 2001-09-04 | 1 | -4/+13 |
| | | | | | - better use of /proc/partitions verification | ||||
* | fix mtab reading and pseudo-device use | Pascal Rigaux | 2001-09-03 | 1 | -3/+4 |
| | |||||
* | try to better handle symlinks device and devfs devices | Pascal Rigaux | 2001-08-29 | 1 | -1/+10 |
| |