jdeb icon indicating copy to clipboard operation
jdeb copied to clipboard

Add support for boot script

Open praste opened this issue 10 years ago • 2 comments

I created a init.d folder under deb folder. I then added mapper to move file in init.d folder to /etc/init.d. However variable substitution for placeholder [[name]], [[version]] etc, did not work

Can we make using init.d as a standard folder (just like we use control folder to store all control files) to store boot script and support variable substitution as well.

praste avatar Feb 20 '15 15:02 praste

I recommend against standard folders for system loaders. Currently there are three systems in use

  • SystemV (init.d)
  • Upstart (init)
  • SystemD (somewhere else)

But enable variable substitution for specific files would definitely be nice.

muuki88 avatar Feb 20 '15 18:02 muuki88

Flexible variable substitution is on the roadmap. (see https://github.com/tcurdt/jdeb/issues/195 )

tcurdt avatar Feb 21 '15 00:02 tcurdt