A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Table of Contents | HOME | Host Requirements » |
The build process for creating a new MidgardOS core operating system build root is not a simple task. It is assumed that the person building the build root is well versed in Linux systems administration and has a solid understanding of developing software for UNIX and unix-like systems.
As such, it is recommended to only start building a MidgardOS build root if you are comfortable at a Linux Bash or Zsh shell and are willing to work through discovering and fixing issues as the build progresses.
To avoid causing potential issues with your host computer, it is strongly recommended to build the OS inside a virtual machine, attaching extra disks, etc. as you go.
The current environment that is tested with building a MidgardOS core operating system build root is built using a VirtualBox VM running openSUSE Leap 15.6 or Fedora Linux 42 with the following virtual hardware configuration:
/boot/efi//MidgardOS/boot/MidgardOSAfter creating the virtual machine, install the OS in ‘Server only’ text mode. After boot, set up the following configuration elements:
systemd.unified_cgroup_hierarchy=1 flag on the host’s kernel command line if required.| Navigation | ||
|---|---|---|
| « Table of Contents | HOME | Host Requirements » |