Create live-image for Grit OS

choose-mirror.service 203B

1234567891011
  1. [Unit]
  2. Description=Choose mirror from the kernel command line
  3. ConditionKernelCommandLine=mirror
  4. [Service]
  5. Type=oneshot
  6. ExecStart=/etc/systemd/scripts/choose-mirror
  7. [Install]
  8. WantedBy=multi-user.target