On Fri, Sep 21, Olaf Hering wrote:
+and install_sysvinit_debian g =
+ g#mkdir_p "/etc/init.d";
+ g#mkdir_p "/etc/rc.d/rc2.d";
+ g#mkdir_p "/etc/rc.d/rc3.d";
+ g#mkdir_p "/etc/rc.d/rc5.d";
This is a typo, rc.d has to be removed, will resend.
I have no Debian based image, so I can not test this code path.
Olaf