Merge branch 'master' of https://git.wit.com/wit/pinebook-image
This commit is contained in:
commit
13aa37c479
|
@ -78,6 +78,7 @@ func format(mybut *ui.Button) {
|
|||
simpleScanner("e2label /dev/sdb1 root")
|
||||
simpleScanner("e2label /dev/sdb2 factory-image")
|
||||
simpleScanner("mount /dev/sdb1 /mnt/sdcard/")
|
||||
simpleScanner("dd if=u-boot-sunxi-with-spl.bin of=/dev/sdb bs=1K seek=8")
|
||||
}
|
||||
|
||||
func hostnameButton(hostname string, something func(*ui.Button)) ui.Control {
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue