summaryrefslogtreecommitdiff
path: root/md
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-03-11 19:55:27 +0000
committerFreeArtMan <dos21h@gmail.com>2016-03-11 19:55:27 +0000
commitf6deccf8c9de92306b0952cdf50d61c694ad9b8d (patch)
treea50fd3a0931b7e63fdceaa2d994d710a381869f2 /md
parentbb46c4259c1000daa4ac1070ac6fe6d6d5827af8 (diff)
downloadmd-content-f6deccf8c9de92306b0952cdf50d61c694ad9b8d.tar.gz
md-content-f6deccf8c9de92306b0952cdf50d61c694ad9b8d.zip
Added samsung xe303c12 description
Diffstat (limited to 'md')
-rw-r--r--md/writeup/devices/samsung_xe303c12.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/md/writeup/devices/samsung_xe303c12.md b/md/writeup/devices/samsung_xe303c12.md
index 10abdc3..147e10e 100644
--- a/md/writeup/devices/samsung_xe303c12.md
+++ b/md/writeup/devices/samsung_xe303c12.md
@@ -65,8 +65,8 @@ fdisk /dev/sda
5. Partition the micro SD card:
```
- cgpt create /dev/sda
- cgpt add -i 1 -t kernel -b 8192 -s 32768 -l Kernel -S 1 -T 5 -P 10 /dev/sda
+cgpt create /dev/sda
+cgpt add -i 1 -t kernel -b 8192 -s 32768 -l Kernel -S 1 -T 5 -P 10 /dev/sda
```
6. To create the rootfs partition, we first need to calculate how big to make the partition using information from cgpt show. Look for the number under the start column for Sec GPT table which is 15633375 in this example:
```