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
This commit is contained in:
Ross Burton 2008-05-14 12:57:11 +00:00
parent 71cb5a569d
commit 217b864ca3
1 changed files with 1 additions and 1 deletions

View File

@ -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