add todo list

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2014-02-24 22:19:59 +01:00
parent dbeab03cfa
commit 220a5155c5

View file

@ -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