Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.97 KB

File metadata and controls

57 lines (42 loc) · 1.97 KB

Demo

Setup

Running from a non-target distro-based Environment

Information

  • Pre-Requisites

    • Chroot environment
  • Demo Contents

    • Startup Docker container for non-ArchLinux chroot environment
    • Jumping into the chroot environment

Setup chroot environment

Using Docker
  • Startup Docker container

    • ArchLinux chroot environment
      • chroot environment startup Demo
  • Chroot/Exec into Docker container

    • ArchLinux chroot environment
      • chroot exec Demo
      • workspace Demo

Running from a target distro-based Environment

  • Setup working environment
    • Development environment startup Demo

Main Process

Notes

  • The following steps have been recorded while running from an arch-linux based chroot environment as part of the development test and demonstration recording

    • However, the steps past this point are entirely repeatable/recreatable according to the demo provided below
  • In the case of installation of a target distribution from a system that is not running the same distribution as the target distribution

    • Please remember to follow the Setup steps above before proceeding

Running from an ArchLinux-based Environment

  • Generate configuration file

    • Configuration file generation Demo
  • Edit configuration file

    • Configuration file editing Demo
  • Run

    • Using run.sh
      • run.sh Demo
    • Using 'start'
      • 'python main.py start' Demo
    • Executing specific stages
      • execute specific stage Demo

Resources

References

Remarks