mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2025-02-07 20:46:27 +01:00
cleanup
This commit is contained in:
parent
1c84dec6d5
commit
68b2899437
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ echo "Creating NAND bootfs ... few seconds"
|
||||||
mount /dev/nand1 /mnt
|
mount /dev/nand1 /mnt
|
||||||
wget https://www.dropbox.com/s/7puy5v0v3pk7y6a/nand1-cubietruck-debian-boot.tgz
|
wget https://www.dropbox.com/s/7puy5v0v3pk7y6a/nand1-cubietruck-debian-boot.tgz
|
||||||
tar xfz nand1-cubietruck-debian-boot.tgz -C /mnt/
|
tar xfz nand1-cubietruck-debian-boot.tgz -C /mnt/
|
||||||
|
rm nand1-cubietruck-debian-boot.tgz
|
||||||
|
rm nand_mbr.backup
|
||||||
cp /boot/* /mnt/
|
cp /boot/* /mnt/
|
||||||
sed -e 's/root=\/dev\/mmcblk0p1/nand_root=\/dev\/nand2/g' /boot/uEnv.txt > /mnt/uEnv.txt
|
sed -e 's/root=\/dev\/mmcblk0p1/nand_root=\/dev\/nand2/g' /boot/uEnv.txt > /mnt/uEnv.txt
|
||||||
umount /mnt
|
umount /mnt
|
||||||
|
|
Loading…
Add table
Reference in a new issue