From: Ross Burton Date: Wed, 14 May 2008 12:57:11 +0000 (+0000) Subject: Use /sbin/fdisk because not all systems has /sbin in PATH X-Git-Tag: 2011-1~9002 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=217b864ca32204f34f0d74487604016b168a22a3;p=openembedded-core.git 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 --- 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