From 6f7592eb346f9e6408c461b19041bd06d15467f5 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 28 Feb 2014 17:10:02 +0100 Subject: [PATCH] updated instructions + bug-list --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4cf3e76..fb66814 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,20 @@ Installation steps Slackware for Cubietruck 6. chmod +x build.sh -7. DEST=/output/path IMAGE_SIZE_MB=2000 ./build.sh # see build.sh for more possible parameters +7. ./build.sh # see build.sh --help -8. cd /output/path/output +8. cd dist/image/ -9. gunzip .raw.gz - -10. dd if=.raw of=/dev/mmcblk0 bs=1024 +9. dd if=.raw of=/dev/mmcblk0 bs=1024 99. 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'