%post --log=/root/ks-post.log --interpreter /bin/sh
exec < /dev/tty3 > /dev/tty3 2>&1
chvt 3
cat > /mnt/sysimage/etc/init.d/daemon <<EOL
#stuff goes here
EOL
chmod 755 /mnt/sysimage/etc/init.d/daemon
ln -s /mnt/sysimage/etc/init.d/daemon /mnt/sysimage/etc/rc.d/rc3.d/S09daemon
chvt 1
问题是 /etc/init.d/ 中不存在守护进程,并且当我删除 /mnt/sysimage 前缀时,kickstart 在安装后冻结。