e8afa0f962
Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_"
11 lines
203 B
Desktop File
11 lines
203 B
Desktop File
[Unit]
|
|
Description=Choose mirror from the kernel command line
|
|
ConditionKernelCommandLine=mirror
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/etc/systemd/scripts/choose-mirror
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|