remakesd

Change of makesd-partition

11:358363607059
makesd-partition
     1.1 --- a/makesd-partition	Sat May 25 17:47:08 2019 +0200
     1.2 +++ b/makesd-partition	Sat May 25 17:48:27 2019 +0200
     1.3 @@ -36,6 +36,10 @@
     1.4  
     1.5  check_device
     1.6  
     1.7 +# Test for the cylinder alignment option.
     1.8 +
     1.9 +if test_align_cylinder $* ; then shift 1 ; fi
    1.10 +
    1.11  # Initialise sfdisk usage.
    1.12  
    1.13  init_sfdisk "$DEV"
    1.14 @@ -43,5 +47,5 @@
    1.15  # Convert the partitioning summary into a partition table description.
    1.16  # Present the table to sfdisk.
    1.17  
    1.18 -  "$PARTTABLE" $* \
    1.19 +  "$PARTTABLE" $ALIGN_CYLINDER \
    1.20  | "$SFDISK" $SFDISK_OPTIONS "$DEV"