Hello!

Today i've tried the first time to create our own LXC template.
For this I cloned the dab-pve-appliances repo and modified the ubuntu-trusty template. For testing the first step was to add "--minimal" in Makefile after "dab bootstrap", because we only need a minimal installation:

# git clone git://git.proxmox.com/git/dab-pve-appliances.git
# cd dab-pve-appliances/ubuntu-trusty-standard-64/
# nano Makefile # added '--minimal' to 'dab bootstrap'
# make
[...]
Makefile:6: recipe for target 'all' failed
make: *** [all] Error 1
# tail -f logfile
Can't exec "insserv": No such file or directory at /usr/sbin/update-rc.d line 391.
update-rc.d: error: insserv rejected the script header
dpkg: error processing archive /util-linux_2.20.1-5.1ubuntu20.7_amd64.deb (--unpack):
 subprocess new pre-installation script returned error exit status 255
Errors were encountered while processing:
 /util-linux_2.20.1-5.1ubuntu20.7_amd64.deb
command 'lxc-attach -n a1c9da7f-d5b6-4cbf-a2ee-0b0d2a25a6a5 --clear-env -- defenv dpkg --force-depends --unpack /util-linux_2.20.1-5.1ubuntu20.7_amd64.deb' failed with exit code 1

I've already tried some thing with "dab install insserv" or symlinking /sbin/insserv to /usr/lib/insserv/insserv, but nothing helped.

Any ideas? Sorry, if its a stupid question, but it's my first time with dab.

--

Viele Grüße,
Andreas Krischer

akbyte webentwicklung
Pastor-Lüpschen-Str. 82
52351 Düren
https://akbyte.com
kont...@akbyte.com
+49 (0) 2421 500 332
Skype: akbyte_com
_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to