mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2025-01-31 19:57:22 +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
|
||||
wget https://www.dropbox.com/s/7puy5v0v3pk7y6a/nand1-cubietruck-debian-boot.tgz
|
||||
tar xfz nand1-cubietruck-debian-boot.tgz -C /mnt/
|
||||
rm nand1-cubietruck-debian-boot.tgz
|
||||
rm nand_mbr.backup
|
||||
cp /boot/* /mnt/
|
||||
sed -e 's/root=\/dev\/mmcblk0p1/nand_root=\/dev\/nand2/g' /boot/uEnv.txt > /mnt/uEnv.txt
|
||||
umount /mnt
|
||||
|
|
Loading…
Add table
Reference in a new issue