On Wed, Feb 10, 2021 at 11:42:58AM +0800, Yu Chuan wrote:
[Why] We need to achieve automatic installation through 'pxe + kickstart + dnsmasq + httpd'.
So we need to rsync the ks file by rsync-server.
Signed-off-by: Yu Chuan 13186087857@163.com
container/rsync-server/rsyncd.conf | 6 ++++++ container/rsync-server/start | 1 + 2 files changed, 7 insertions(+)
diff --git a/container/rsync-server/rsyncd.conf b/container/rsync-server/rsyncd.conf index cdba89cf20c8..ef00acb1bc0c 100644 --- a/container/rsync-server/rsyncd.conf +++ b/container/rsync-server/rsyncd.conf @@ -10,3 +10,9 @@ path = /srv/result/upload/ read only = no max connections = 200 refuse options = delete
+[ks] +path = /srv/os/kickstart/ks/
Why there's an extra ks/ under kickstart/? What will be the dir layout under kickstart/?
Thanks, Fengguang