Reply to comment

FIX: chroot

/bin/su needs to be /bin/sh replace the "u" with an "h"

BAD:
root@hostname# chroot /mnt/buildroot /bin/su -l

GOOD:
root@hostname# chroot /mnt/buildroot /bin/sh -l

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".

More information about formatting options