| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- from 8 to 12Gb if simple partionning
- from 7 to 10Gb if /usr is split or for servers
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- use 'LDAP' instead of 'Ldap'
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line
Add drakx structure on the SVN
------------------------------------------------------------------------
r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned advertising
------------------------------------------------------------------------
r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line
Import Clean perl-install
------------------------------------------------------------------------
r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line
Add cleaned files
------------------------------------------------------------------------
r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned kernel
------------------------------------------------------------------------
r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned tools
------------------------------------------------------------------------
r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line
Import stage1
------------------------------------------------------------------------
r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line
Import images
------------------------------------------------------------------------
r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines
readd missing file
------------------------------------------------------------------------
r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line
Import rescue
------------------------------------------------------------------------
r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines
import cleaned rescue for Mageia
------------------------------------------------------------------------
r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line
import (cleaned) doc
------------------------------------------------------------------------
|
| |
|
| |
|
|
|
|
| |
when creating current partition is of type isRawLUKS, not yet LUKS
|
| |
|
|
|
|
| |
- switch to ext4 by default
|
| |
|
| |
|
| |
|
|
|
|
|
| |
/dev/mapper/xxxp1 (#44182)
|
| |
|
|
|
|
|
| |
o handle partitions encrypted with cryptsetup
|
| |
|
|
|
|
|
| |
- use it
|
| |
|
|
|
|
|
|
| |
o fix setting mount point of a /dev/mdX (#39142)
(regression introduced in 10.8)
|
|
|
|
|
|
|
|
| |
simplifying code, since using "p" to separate device name from partition
number when device name ends with a digit is standard in the kernel
$hd->{prefix} is no more always created. Only used in same special cases
|
| |
|
|
|
|
|
|
|
|
| |
o fix switching from LABEL=xxx to /dev/yyy in fstab (#37914)
merge_fstabs() was doing add2hash, replacing it with add2hash_ so that
faked_device => 1 from fstab is not kept
|
|
|
|
|
| |
eg: on 4G hd, "/" was 2G only, it will now be 2.7G
|
| |
|
|
|
|
|
|
| |
which are wrappers around partition_table::initialize() but which also create
a singleton VG automatically (so that it's easier for the user)
|
|
|
|
|
|
|
| |
the fix is to stop doing UUID_from_magic and LABEL_from_magic, and correctly
set device_UUID and device_LABEL in the type_subpart returned by
type_subpart_from_magic()
|
| |
|
| |
|
|
|
|
|
| |
(useful to have a more standard partition_table::lvm)
|
|
|
|
|
| |
(not by default for now)
|
| |
|
|
|
|
|
|
| |
nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB
partitions. perl floats are precise enough up until 512TB
|
|
|
|
|
|
|
|
| |
- diskdrake: drop "Rescue partition table" feature
(was based on rescuept which has been dropped in util-linux, but was quite
bad compared to testdisk anyway)
- rescue: remove rescuept (use testdisk instead, which is much nicer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
dmraid)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
agree with the kernel, otherwise an uncatched error will occur (bugzilla #18655)
|
|
|
|
|
| |
(useful since dmraid can be unused by the user but still half working as far as dmraid knows)
|