Hi, On Tue, Nov 20, 2012 at 11:43:14AM +0100, Goswin von Brederlow wrote: > For that the image packages need a "Depends: munge" just so create-munge-key > is available if needed. But that means that suddenly the boot server also > becomes a munged server. It would be better if I could depend on just the > create-munge-key tool.
sorry for the long delay in the answer. The create-munge-key is only a simple script that uses dd to generate the munge key. It was created for the debian package and is not included in the upstream source. For this reason I don't think it worth to have a separate package. You can use: dd if=/dev/urandom bs=1 count=1024 > /etc/munge/munge.key or dd if=/dev/random bs=1 count=1024 > /etc/munge/munge.key to create the key without installing munge. Best regards, -- Gennaro Oliva -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

