mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.0 KiB

  1. Introduction
  2. ------------
  3. This configuration offers a cross-build of (a subset of) the build-bootstrap
  4. package selection for the x86_64 architecture as emulated by qemu-system-x86_64.
  5. It includes support for all the hardware emulated by qemu, a working udev,
  6. kernel and userland support for TCP/IP networking, and more.
  7. With qemu and the resulting build you can at least:
  8. - boot the kernel and first stage initrd,
  9. - execute a shell from the initrd,
  10. - load the second stage from a CD-ROM,
  11. - and install packages from the CD on a hard disk.
  12. The packages included should be sufficient for native builds on the targeted
  13. platform.
  14. Quick Start
  15. -----------
  16. - Boot from CD with VGA text console:
  17. qemu-system-x86_64 -cdrom bbs-x86_64-qemu_cd1.iso -hda /srv/qemu.hda \
  18. -boot d
  19. Hints And Known Bugs
  20. --------------------
  21. - To use the cdrom image in qemu, create it after the build has finished:
  22. ./scripts/Create-ISO bbs-x86_64-qemu bbs-x86_64-qemu
  23. - To use a hard disk in qemu, create it with e.g.:
  24. qemu-img create /srv/qemu.hda 2048M