Browse Source

readme - add postboot command

Émile Morel 10 years ago
parent
commit
ea2a0c8616
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -89,6 +89,7 @@ modules build with sunxi kernel.
 mount ${mmc}2 /media/usb/
 cp -r olinux/debootstrap/* /media/usb/
 sync
+chmod 1777 /media/usb/tmp/
 rm -rf /media/usb/lib/firmware/
 cp -rf olinux/sunxi/linux-sunxi/out/lib/firmware/ /media/usb/lib/
 sync
@@ -98,6 +99,14 @@ sync
 umount /media/usb
 ```
 
+Default root password is _olinux_. After first connection on you box run depmod
+to build moddep file.
+
+```shell
+ssh root@mybox
+depmod -a
+```
+
 That's it ! 
 
 # TODO