mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
update readme along script changes
This commit is contained in:
parent
aa9f733cc8
commit
74a781a8f1
1 changed files with 14 additions and 7 deletions
21
README.md
21
README.md
|
@ -1,8 +1,4 @@
|
|||
Forked from the following:
|
||||
|
||||
Created from Igor Pečovnik work at :
|
||||
|
||||
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/
|
||||
Preferred host is a x86_64 Slackware.
|
||||
|
||||
---------------------------------------------------------
|
||||
Installation steps Slackware for Cubietruck
|
||||
|
@ -20,7 +16,7 @@ Installation steps Slackware for Cubietruck
|
|||
|
||||
6. chmod +x build.sh
|
||||
|
||||
7. ./build.sh
|
||||
7. DEST=/output/path IMAGE_SIZE_MB=2000 ./build.sh # see build.sh for more possible parameters
|
||||
|
||||
8. cd ~/cubieslack/output
|
||||
|
||||
|
@ -28,4 +24,15 @@ Installation steps Slackware for Cubietruck
|
|||
|
||||
10. dd if=<image>.raw of=/dev/mmcblk0 bs=1024
|
||||
|
||||
99. Enjoy Slackware :)
|
||||
99. Enjoy Slackware :)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
Forked from the following:
|
||||
|
||||
Created from Igor Pečovnik work at :
|
||||
|
||||
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/
|
||||
|
|
Loading…
Reference in a new issue