feat(initial): initial commit
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
67daa16abb
commit
6856542e66
86 changed files with 954 additions and 0 deletions
10
server/airootfs/etc/systemd/system/choose-mirror.service
Normal file
10
server/airootfs/etc/systemd/system/choose-mirror.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Choose mirror from the kernel command line
|
||||
ConditionKernelCommandLine=mirror
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/choose-mirror
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue