mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
config | ||
firmwares | ||
patches/u-boot-sunxi | ||
scripts | ||
.gitignore | ||
build.sh | ||
README.md | ||
TODO.org |
Preferred host is a x86_64 Slackware.
Installation steps Slackware for Cubietruck
-
open your preferred shell
-
su -
-
cd ~
-
git clone https://bitbucket.org/gwenhael/cubietruck-slackware
-
cd cubietruck-slackware
-
chmod +x build.sh
-
./build.sh # see build.sh --help
-
cd dist/image/
-
dd if=.raw of=/dev/mmcblk0 bs=1024
-
Enjoy Slackware :)
Peculiarities
- / is mount read-write from the start and this disturbs /etc/rc.d/rc.S so there will be a warning message during boot. Just press Enter to continue booting
- default root password is 'password'
Forked from the following:
Created from Igor Pečovnik work at :
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/