[libre-riscv-dev] [Bug 178] first coriolis2 tutorial, workflow and "test project" page
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Mon Feb 24 08:23:14 GMT 2020
On Monday, February 24, 2020, Cole Poirier <colepoirier at gmail.com> wrote:
>
> Then run these commands:
>
> sudo bash
> apt-get install debootstrap schroot
> + mkdir -p /opt/chroot/coriolis
> - mkdir /opt/chroot/coriolis
> /usr/sbin/debootstrap stretch !$ http://ftp.us.debian.org/debian
> + mkdir -p /home/chroot/coriolis/dev
> + mkdir -p /home/chroot/coriolis/dev/pts
> + mkdir -p /home/chroot/coriolis/proc
> + mkdir -p /home/chroot/coriolis/sys
> + mkdir -p /home/chroot/coriolis/tmp
> mount /home/chroot/coriolis/dev
> mount /home/chroot/coriolis/dev/pts
> mount /home/chroot/coriolis/proc
> mount /home/chroot/coriolis/sys
> mount /home/chroot/coriolis/tmp
> + mkdir -p /home/chroot/coriolis/etc/
> + touch /home/chroot/coriolis/etc/debian_chroot
> echo "coriolis2" > /home/chroot/coriolis/etc/debian_chroot
good, add those to the wiki
>
> To do some preparation (users):
>
> chroot /home/chroot/coriolis2 /bin/bash
> ^^upon executing the above command I get the error:
> “file does not exist: /bin/bash"
> ```
i did say, and you missed it, you have to do the debootstrap.
oh wait that needs to be coriolis not coriolis2
please do correct that sorry.
l.
--
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
More information about the libre-riscv-dev
mailing list