root@hostname# chroot /mnt/buildroot /bin/su -l hostname:~#
/bin/su: invalid option -- l
Did you mean "chroot /mnt/buildroot /bin/su -"?
Luka666
<code>
<blockcode>
<foo>
[foo]
More information about formatting options
root@hostname# chroot
root@hostname# chroot /mnt/buildroot /bin/su -l
hostname:~#
/bin/su: invalid option -- l
Did you mean "chroot /mnt/buildroot /bin/su -"?
Luka666