mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
update instructions
This commit is contained in:
parent
f77e44c20e
commit
5823a9846a
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ Installation steps Slackware for Cubietruck
|
|||
|
||||
1. open your preferred shell
|
||||
|
||||
2. sudo apt-get -y install git
|
||||
2. su -
|
||||
|
||||
3. cd ~
|
||||
|
||||
|
@ -24,10 +24,10 @@ Installation steps Slackware for Cubietruck
|
|||
|
||||
7. sudo ./build.sh
|
||||
|
||||
8. cd ../cubieslack
|
||||
8. cd ~/cubieslack/output
|
||||
|
||||
9. gunzip slackware_rootfs.raw.gz
|
||||
9. gunzip <image>.raw.gz
|
||||
|
||||
10. dd if=slackware_rootfs.raw of=/dev/mmcblk0 bs=1024
|
||||
10. dd if=<image>.raw of=/dev/mmcblk0 bs=1024
|
||||
|
||||
99. Enjoy Slackware :)
|
Loading…
Reference in a new issue