From b84b5c4003395b36f545e876b451c8fc11a2b1d0 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Mon, 15 Jan 2024 18:33:38 -0800 Subject: [PATCH] .dir structure --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60edfa6..71bd802 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,11 @@ qemu, bash, sed 1. Download this repo to anywhere. 2. Modify `init.settings` and `runtime.settings`. -3. Add `` +3. Add `*/2 * * * * cd /path/to/my/repo && ./cron-callback.sh` into your crontab. -## If you want to modify the configuration... +## FAQ -If you need to do some customization, modify `vps-provider.conf`. The default config usually works fine. +## My desired OS is not supported yet... + +You can still create a VM in other way (like plain qemu), and put the disk image into `data/vm/VM_NAME/disk.img`. Everything will work perfectly. -- GitLab