mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2025-02-11 08:48:04 +01:00
umount commented
This commit is contained in:
parent
0979768243
commit
06ff96bf96
1 changed files with 5 additions and 5 deletions
10
build.sh
10
build.sh
|
@ -353,12 +353,12 @@ cp nand-part $DEST/output/sdcard/usr/bin/
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
# unmount proc, sys and dev from chroot
|
# unmount proc, sys and dev from chroot
|
||||||
umount $DEST/output/sdcard/dev/pts
|
#umount $DEST/output/sdcard/dev/pts
|
||||||
umount $DEST/output/sdcard/dev
|
#umount $DEST/output/sdcard/dev
|
||||||
umount $DEST/output/sdcard/proc
|
#umount $DEST/output/sdcard/proc
|
||||||
umount $DEST/output/sdcard/sys
|
#umount $DEST/output/sdcard/sys
|
||||||
|
|
||||||
rm $DEST/output/sdcard/usr/bin/qemu-arm-static
|
#rm $DEST/output/sdcard/usr/bin/qemu-arm-static
|
||||||
# umount images
|
# umount images
|
||||||
umount $DEST/output/sdcard/
|
umount $DEST/output/sdcard/
|
||||||
losetup -d $LOOP1
|
losetup -d $LOOP1
|
||||||
|
|
Loading…
Add table
Reference in a new issue