mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2025-01-14 08:01:36 +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
|
Installation steps
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
```shell
|
||||||
sudo apt-get -y install git
|
sudo apt-get -y install git
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://github.com/deksan/Cubietruck-Debian
|
git clone https://github.com/deksan/Cubietruck-Debian
|
||||||
chmod +x ./Cubietruck-Debian/build.sh
|
chmod +x ./Cubietruck-Debian/build.sh
|
||||||
cd ./Cubietruck-Debian
|
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