mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
no message
This commit is contained in:
parent
b4046f505c
commit
f179942f8d
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -10,9 +10,20 @@ http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/
|
|||
|
||||
Installation steps
|
||||
------------------
|
||||
|
||||
```shell
|
||||
sudo apt-get -y install git
|
||||
cd ~
|
||||
git clone https://github.com/deksan/Cubietruck-Debian
|
||||
chmod +x ./Cubietruck-Debian/build.sh
|
||||
cd ./Cubietruck-Debian
|
||||
./build.sh
|
||||
./build.sh
|
||||
```
|
||||
|
||||
|
||||
|
||||
Todo List
|
||||
------------------
|
||||
- [ ] Let user param more things ( Language / Keyboard layout / Output dir / VGA-HDMI Output )
|
||||
- [ ] 2gb patch for kernel
|
||||
|
||||
|
|
Loading…
Reference in a new issue