View Single Post
Old 05-22-2011, 06:31 AM   #13
tomashg
Junior Member
tomashg began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2011
Location: Nicosia, Cyprus
Device: Amazon Kindle 3W
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
tomashg is offline   Reply With Quote