Skip to content
Snippets Groups Projects
Commit 772a7972 authored by kaustubh-d's avatar kaustubh-d
Browse files

add comments

parent ae883693
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -407,6 +407,9 @@ module Omnibus
'armv6l'
end
when 'ppc64le'
# Debian prefers to use ppc64el for little endian architecture name
# where as others like gnutools/rhel use ppc64le( note the last 2 chars)
# see http://linux.debian.ports.powerpc.narkive.com/8eeWSBtZ/switching-ppc64el-port-name-to-ppc64le
'ppc64el' #dpkg --print-architecture = ppc64el
else
Ohai['kernel']['machine']
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment