mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-25 21:58:38 +01:00
add todo list
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
dbeab03cfa
commit
220a5155c5
1 changed files with 5 additions and 0 deletions
5
build.sh
5
build.sh
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# --- TODO
|
||||
# * remove dependance on debian based host
|
||||
# * switch userland to hard-float binaries
|
||||
|
||||
# --- Configuration -------------------------------------------------------------
|
||||
#change to your needs
|
||||
VERSION="SlackwareARM_0.1"
|
||||
|
@ -10,6 +14,7 @@ mkdir ~/cubieslack
|
|||
DEST=~/cubieslack
|
||||
DISPLAY=3 # "3:hdmi; 4:vga"
|
||||
# --- End -----------------------------------------------------------------------
|
||||
|
||||
SRC=$(pwd)
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in a new issue