-
Notifications
You must be signed in to change notification settings - Fork 0
Bootstrap
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.
-
download the tarball available in repository's releases section.
-
decompress it to the root filesystem of your target disk (eg. a virtual machine disk or your hard drive).
-
copy /etc/resolv.conf of your current Linux session to the target's etc directory.
-
run
<mountpoint here>/sbin/prism-chroot <mountpoint here>, and log in using credentials as shown in the README file on this repository. -
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 usingiporifconfig(refer to the man pages of these programs).
If you've done all of these steps, you should have a fully functional Prism environment.