ev3dev / brickstrap

Tool for bootstrapping Debian and creating bootable image files for embedded systems
MIT License
35 stars 26 forks source link

Fixing brickstrap on Debian sid. #1

Closed juchem closed 9 years ago

juchem commented 9 years ago

proot requires -r to be specified when passing in the root directory. https://github.com/ev3dev/ev3dev/issues/209

dlech commented 9 years ago

Since we always specify the root directory, could we just add -r $ROOTDIR to the $CHROOT* declarations at https://github.com/ev3dev/brickstrap/blob/ev3dev/brickstrap.sh#L144? I think this would be better. Need to move the $CHROOT* block after https://github.com/ev3dev/brickstrap/blob/ev3dev/brickstrap.sh#L170 though.