Skip to content

Bootstrap

Wiktor Nowicki edited this page Jan 26, 2021 · 1 revision

Setting up the environment

IMPORTANT: before following the tutorial, please make sure that your current session has a working network connection, allows you to run sudo/su and gives you read/write permissions for the target device.

  1. download the tarball available in repository's releases section.

  2. decompress it to the root filesystem of your target disk (eg. a virtual machine disk or your hard drive).

  3. copy /etc/resolv.conf of your current Linux session to the target's etc directory.

  4. run <mountpoint here>/sbin/prism-chroot <mountpoint here>, and log in using credentials as shown in the README file on this repository.

  5. to assure that your network connection is working, run udhcpc -i <interface name> to retrieve a DHCP lease. if you use a static IP lease, adjust it using ip or ifconfig (refer to the man pages of these programs).

If you've done all of these steps, you should have a fully functional Prism environment.

Clone this wiki locally