View Single Post
Old 05-24-2011, 07:41 PM   #14
Xqtftqx
Enthusiast
Xqtftqx doesn't litterXqtftqx doesn't litterXqtftqx doesn't litter
 
Posts: 31
Karma: 246
Join Date: Mar 2011
Device: Kindle 3G
Quote:
Originally Posted by tomashg View Post
alot of thanks for this great tutorial

i noticed that after exiting ./bootdebian.sh it doesn't really unmount /mnt/debian correctly.

Code:
[*]Unmounting Rootfs...
umount: /mnt/debian: device is busy
umount: /mnt/debian: device is busy
adding these lines in your script before 'umount /mnt/debian' seems to correct it

Code:
echo "[*]Unmounting Rootfs..."
umount /mnt/debian/dev
umount /mnt/debian/proc
umount /mnt/debian/sys
umount /mnt/debian
I love this community, i put the unount on there just for a little test :P never bothered to see if it worked. I added this to the latest script.
Xqtftqx is offline   Reply With Quote