View Single Post
Posts: 253 | Thanked: 104 times | Joined on Aug 2008 @ Midwest, USA
#128
Originally Posted by qole View Post
Me again: Just in case someone else is trying this, here's what I did. Maybe someone can help me go the next step...

1. From within my Debian partition, se the procedure outlined in "Preparing" on this page, but with this package as the source for the right script, and only copying the "hasty" scripts.

2. Run the following from within my Debian partition:
Code:
mount -t ext2 /dev/mmcblk0p4 /opt -o noatime
debootstrap --arch=arm hasty /opt http://repository.handhelds.org/hasty-armv6el-vfp/
After that's done, we've got a working root fs. But there are problems, as detailed above...
Which ones are "hasty" scripts? I'm looking in /usr/share/debootstrap/scripts but, I'm not sure which ones to cp to /usr/lib/debootstrap/scripts/
Thanks-
Edit: I just copied all of them from that directory. Now, my problem is that when I try to run the debootstrap command I get the error: Permission denied (yes, I'm running as root)

Last edited by neatojones; 2008-11-04 at 03:40.