README 989 B

12345678910111213141516171819202122232425262728293031323334
  1. Build scripts for Artix+minibase qemu images.
  2. Run `make` to build and `./xqemu.sh` to boot.
  3. Build requirements: make, curl, bsdtar, fakeroot, perl,
  4. mkfontdir, mkfs.ext4, mkfs.fat, cpio, syslinux, modprobe.
  5. Pre-built xorg-server and minibase packages are in ./local
  6. PKGBUILDs for them are in ./build but re-building them is
  7. left out of Makefile because it requires makepkg and a host
  8. system running either Artix or mainline Arch Linux.
  9. The list of packages to include is at the top of ./rootfs.px
  10. Beware the complete image is over 1GB!
  11. Once the system is running:
  12. Ctrl-F2: root console
  13. Ctrl-F3: 1st X session (also default)
  14. Ctrl-F5: 2nd X session
  15. Ctrl-Esc: control VT, commands there:
  16. Shift-P: poweroff
  17. Shift-R: reboot
  18. Esc: go back
  19. To use pacman, make sure to initialize its db for the root console:
  20. pacman-db-upgrade
  21. There's also a serial console on the 1st serial port in qemu.
  22. Hit Ctrl-Alt-2 (or 3) to switch there. Go back with Ctrl-Alt-1.