diff --git a/iso/airootfs/etc/systemd/system/amd.service b/iso/airootfs/etc/systemd/system/amd.service new file mode 100644 index 0000000..218609b --- /dev/null +++ b/iso/airootfs/etc/systemd/system/amd.service @@ -0,0 +1,8 @@ +[Unit] +Description=Enable AMD mode + +[Service] +ExecStart=/bin/bash /etc/systemd/system/amd.sh + +[Install] +WantedBy=multi-user.target