roymarantz

Results 13 comments of roymarantz

That seems quite doable although I would lean towards implement it as: ``` losetup -a | awk -d: '/genesis/bootcd/genesis.iso {print $1}' | xargs -r -n 1 losetup -d ```

which image were you trying to access?

To be honest, we don't use the testenv anymore. It only works with an old versions of Vagrant, Berkshelf, and Chef and I'm not sure which version of Chef it...

I'm leaving this open as a reminder to either fix or remove the testenv

It was intended that the README file(s) should be enough information to set this up. We'll review them before deleting anything. Any updates would be appreciated :-) Thanks. Roy

I would think you should have "base" and maybe other parameters in /etc/ldap/ldap.conf. I'd suggest using ldapsearch with minimal arguments to test that everything is setup correctly. e.g. $ ldapsearch...

I'm not sure of what UEFI support you think is needed, but there is nothing currently being worked on presently.

We would greatly appreciate anything you can do. Thanks.

I'm not convinced that this is a bug, it could be argued that it is a feature :-)

I'm wondering why extras is visible at all. To me it is an implementation detail that should be hidden and the "model" should be a flat key space. I know...