Debian / raspi3-image-spec

contains the files to build the https://wiki.debian.org/RaspberryPi3 image
127 stars 32 forks source link

vmdb2 seems to have removed apt runner #50

Closed oxwivi closed 5 years ago

oxwivi commented 5 years ago
$ sudo env -i LC_CTYPE=C.UTF-8 PATH="/usr/sbin:/sbin:$PATH" \
>     ./vmdb2/vmdb2 --output raspi3.img raspi3.yaml --log raspi3.log
ERROR: No runner implements step with keys apt, packages

Perhaps related to #47, after merging #48, I'm faced with the above error. According to vmdb2 README , the plugin directory is supposed to have runners like apt, but the directory itself is gone.

Do we need to move all commands to the shell runner?

oxwivi commented 5 years ago

Never mind, I don't know why it happened, but I was running an edited #48 and that's the one that didn't work. Unaltered, it's running fine.

... I wish GitHub had a way to delete issues...