From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz <marcel.lorenz@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] flash-images: fix build images after util-linux update Date: Fri, 09 Jun 2017 08:14:41 +0200 Message-ID: <20170609061441.1886-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9178480822868038053==" List-Id: <development.lists.ipfire.org> --===============9178480822868038053== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable sfdisk options -D -H -S are since util-linux 2.26 deprecated Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org> --- lfs/flash-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/flash-images b/lfs/flash-images index 3d586c0..ef40a37 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -93,7 +93,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) =20 # Write Partition table echo -e "$(S_OFFSET),$(S_BOOT),$(PART_TYPE),*\n,0,0\n$$(( $(S_BOOT) + $(S_O= FFSET) )),$(S_ROOT),L\n" \ - | sfdisk -D -uS -H 64 -S 32 $(DEVICE) + | sfdisk $(DEVICE) =20 kpartx -v -a $(DEVICE) =20 --=20 2.9.3 --===============9178480822868038053==--