[openfirmware] [commit] r2955 - ofw/fs/ext2fs

repository service svn at openfirmware.info
Thu Apr 26 01:51:11 CEST 2012


Author: quozl
Date: Thu Apr 26 01:51:11 2012
New Revision: 2955
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2955

Log:
ext2fs - test script, remove parted warning

Modified:
   ofw/fs/ext2fs/ext2test.sh

Modified: ofw/fs/ext2fs/ext2test.sh
==============================================================================
--- ofw/fs/ext2fs/ext2test.sh	Thu Apr 26 01:40:13 2012	(r2954)
+++ ofw/fs/ext2fs/ext2test.sh	Thu Apr 26 01:51:11 2012	(r2955)
@@ -105,8 +105,8 @@
 # echo "ok"
 
 echo -n "create new partition ... "
-echo /sbin/parted --script -- ${DEVICE} mkpart primary ext2 0 ${END}
-/sbin/parted --script -- ${DEVICE} mkpart primary ext2 0 ${END} || true
+echo /sbin/parted --script -- ${DEVICE} mkpart primary ext2 1048576B ${END}
+/sbin/parted --script -- ${DEVICE} mkpart primary ext2 1048576B ${END} || true
 echo "ok"
 
 if [ -b ${DEVICE} ] ; then 



More information about the openfirmware mailing list