Hans de Goede wrote:
> doc/parted.texi: Document --align option.
Thanks for all of these!
I've just confirmed that they pass all tests and pushed them.
___
bug-parted mailing list
bug-parted@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-parted
Hans de Goede wrote:
> The new --align commandline option can have the following values:
> none: Use the minimum alignment allowed by the disk type
> cyl: Align partitions to cylinders (the default)
> min: Use minimum alignment as given by the disk topology information
> opt: Use optimum ali
doc/parted.texi: Document --align option.
---
doc/parted.texi |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/parted.texi b/doc/parted.texi
index a1d794d..5704520 100644
--- a/doc/parted.texi
+++ b/doc/parted.texi
@@ -496,6 +496,11 @@ display a help message
@itemx
* doc/C/parted.8: add --align option to manpage.
---
doc/C/parted.8 | 20
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/doc/C/parted.8 b/doc/C/parted.8
index 9909ba8..2a8992e 100644
--- a/doc/C/parted.8
+++ b/doc/C/parted.8
@@ -30,6 +30,26 @@ never prompts
* NEWS: Add new --align option.
---
NEWS | 15 +++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 500e060..cd67678 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,21 @@ GNU parted NEWS-*- outline
-*-
** New features
Hans de Goede wrote:
> The new --align commandline option can have the following values:
> none: Use the minimum alignment allowed by the disk type
> cyl: Align partitions to cylinders (the default)
> min: Use minimum alignment as given by the disk topology information
> opt: Use optimum ali
* libparted/disk.c(ped_disk_delete_all): Add missing update mode pop
call in error path.
---
libparted/disk.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/libparted/disk.c b/libparted/disk.c
index 476ece8..5ca5b74 100644
--- a/libparted/disk.c
+++ b/libparted/disk.c
From: Joel Granados Moreno
* libparted/disk.c(ped_disk_duplicate): Add missing update mode
pop call in error path.
---
libparted/disk.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/libparted/disk.c b/libparted/disk.c
index 7660ee9..d14fe41 100644
--- a/libparted/di
From: Joel Granados Moreno
include/parted/Makefile.am: Don't install s390 dasd internal headers
in /usr/include.
---
include/parted/Makefile.am |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/parted/Makefile.am b/include/parted/Makefile.am
index a1ba960..022
Sanity check errors indicate something is really really wrong, still
sometimes they happen, when they happen it helps a lot in debugging
them when the libparted caller immediately errors out at the first
moment, rather then slugging along until things crash somewere.
* libparted/disk.c(_disk_push_u
From: Joel Granados Moreno
* include/parted/disk.h(PedPartitionFlag): Add
PED_PARTITION_APPLE_TV_RECOVERY.
* libparted/disk.c(ped_partition_flag_get_name): Handle
PED_PARTITION_APPLE_TV_RECOVERY.
* libparted/labels/gpt.c(PARTITION_APPLE_TV_RECOVERY_GUID):
New define.
* libparted/labels/gpt.c(GPTP
doc/parted.texi: Document --align option.
---
doc/parted.texi |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/parted.texi b/doc/parted.texi
index a1d794d..a4090df 100644
--- a/doc/parted.texi
+++ b/doc/parted.texi
@@ -496,6 +496,11 @@ display a help message
@itemx
---
doc/C/parted.8 | 20
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/doc/C/parted.8 b/doc/C/parted.8
index 9909ba8..31c33ec 100644
--- a/doc/C/parted.8
+++ b/doc/C/parted.8
@@ -30,6 +30,26 @@ never prompts for user intervention
.TP
.B -v, --version
dis
* NEWS: Add new --align option.
---
NEWS | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index c0b29cc..bf1044d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,22 @@ GNU parted NEWS-*- outline
-*-
** New features
* NEWS: Change the note for the align-check command to also reference
libblkid, add a note to the libparted alignment functions NEWS entry
about libblkid and kernel requirements.
---
NEWS |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index bf1044d..5b01e9c
* NEWS: Add new disk flag functions.
---
NEWS | 12
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 9a0ac2c..c0b29cc 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,18 @@ GNU parted NEWS-*- outline
-*-
** New features
The new --align commandline option can have the following values:
none: Use the minimum alignment allowed by the disk type
cyl: Align partitions to cylinders (the default)
min: Use minimum alignment as given by the disk topology information
opt: Use optimum alignment as given by the disk top
17 matches
Mail list logo