|
@@ -26,7 +26,7 @@ sudo docker run --privileged -i -t -v $(pwd)/olinux/:/olinux/ debian/olinux sh .
|
|
|
|
|
|
You shoud have both debootstrap and sunxi directories in olinux/
|
|
|
|
|
|
-# Install on a sdcard
|
|
|
+# Install on a sd card
|
|
|
|
|
|
## Partitioning
|
|
|
|
|
@@ -58,6 +58,10 @@ cp -rfv olinux/sunxi/linux-sunxi/out/lib/modules/* /media/usb/lib/modules
|
|
|
sync
|
|
|
```
|
|
|
|
|
|
+# TODO
|
|
|
+
|
|
|
+- change _Install on a sd card_ to a script ?
|
|
|
+
|
|
|
# Some links:
|
|
|
|
|
|
## You probably want to Build your own docker image
|