Alon Bar-Lev has posted comments on this change.

Change subject: bootstrap: ignore address-less interfaces when creating id
......................................................................


Patch Set 1:

Doron,

I need explanations of why do we use full path.

And.... why do we need the echo -e and the /bin/bash...

It should really be:

dmidecode|awk ' /UUID/{ print $2; } ' | tr '\n' '_' && cat 
/sys/class/net/*/address | sed -e '/00:00:00:00/d' -e '/^$/d' | sort -u | head 
--lines=1

Alon.

--
To view, visit http://gerrit.ovirt.org/6550
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I95a5718023da976bf955d90ee8b8b8dff6ba07c7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to