[FE training-materials-updates] Run cfdisk through sudo

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Jan 22 16:12:04 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=e16ce32eefc4789fd48ca7f07af0d79e51138172

>---------------------------------------------------------------

commit e16ce32eefc4789fd48ca7f07af0d79e51138172
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Jan 21 17:07:48 2013 +0100

    Run cfdisk through sudo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

e16ce32eefc4789fd48ca7f07af0d79e51138172
 labs/sysdev-u-boot/sysdev-u-boot.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index fa2997b..e2b4d98 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -86,7 +86,7 @@ to read partition contents. The MMC/SD card must have 255 heads and 63 sectors.
 
 Let's use the \code{cfdisk} command to create a first partition with these settings:
 
-\code{cfdisk -h 255 -s 63 /dev/sdb}
+\code{sudo cfdisk -h 255 -s 63 /dev/sdb}
 
 In the \code{cfdisk} interface, create a first primary partition, starting from the beginning,
 with a 64 MB size, a \code{Bootable} type and a \code{0C} type (\code{W95 FAT32 (LBA)}).



More information about the training-materials-updates mailing list