Fixed up the wording to be clearer

This commit is contained in:
Jill 2023-05-25 10:21:36 +02:00
parent 333a43a8ce
commit 19cb3d7d99

View File

@ -11,6 +11,7 @@
- Source Machine:
- Can be any Linux or Mac computer with Nix installed, or a NixOS machine.
- Destination Machine:
- Must be an x86-64 machine
- Unless you're using the option to boot from a Nixos installer image, it must be running x86-64 Linux with kexec support . Most x86_64 Linux systems do have kexec support.
- Must have at least 2.5 GB of RAM, excluding swap.
- Must be an x86-64 machine unless you are able to supply a `kexec` image for your CPU type.
- If you're not using the option to boot from a Nixos installer image, it must:
- Be running x86-64 Linux with kexec support . Most x86_64 Linux systems do have kexec support.
- Have at least 2.5 GB of RAM, excluding swap.