mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
Corrected path
This commit is contained in:
parent
0d0daf3c22
commit
5fb96cabda
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ e2fsck -f /dev/nand2
|
|||
|
||||
echo "Creating NAND bootfs ... few seconds"
|
||||
mount /dev/nand1 /mnt
|
||||
tar xfz nand1-urejen.tgz -C /mnt/
|
||||
wget https://www.dropbox.com/s/7puy5v0v3pk7y6a/nand1-cubietruck-debian-boot.tgz
|
||||
tar xfz nand1-cubietruck-debian-boot.tgz -C /mnt/
|
||||
cp /boot/* /mnt/
|
||||
sed -e 's/root=\/dev\/mmcblk0p1/nand_root=\/dev\/nand2/g' /boot/uEnv.txt > /mnt/uEnv.txt
|
||||
umount /mnt
|
||||
|
|
Loading…
Reference in a new issue