cleverca22 / not-os

An operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system, with support for iPXE and signed boot.
MIT License
791 stars 40 forks source link

zynq: add various boot fixes and cleanup #27

Closed fsagbuya closed 9 months ago

fsagbuya commented 9 months ago

Description

WIP

This patch aims to:

  1. Fix missing hostname.
  2. Fix unable to login.
  3. Remove rpi build from zynq.
  4. Proposal to remove the qemu script from the build, so users can freely modify this somewhere like a flake. This can make the system more flexible, while keeping only the minimal components accessible.