From 217b864ca32204f34f0d74487604016b168a22a3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 14 May 2008 12:57:11 +0000 Subject: [PATCH] Use /sbin/fdisk because not all systems has /sbin in PATH git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4470 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-addptable2image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/poky-addptable2image b/scripts/poky-addptable2image index b6ad285325..f0195ad8a3 100755 --- a/scripts/poky-addptable2image +++ b/scripts/poky-addptable2image @@ -47,5 +47,5 @@ echo "1" >> /tmp/fdisk.cmds echo "$size2" >> /tmp/fdisk.cmds echo "w" >> /tmp/fdisk.cmds -fdisk $IMAGEOUT < /tmp/fdisk.cmds +/sbin/fdisk $IMAGEOUT < /tmp/fdisk.cmds cat $IMAGE >> $IMAGEOUT