vbatts / slackware-container

Minimal rootfs creation for slackware linux (ideal for container images)
https://hub.docker.com/r/vbatts/slackware
97 stars 27 forks source link

Added method to build a 32bit image #3

Closed robdewit closed 7 years ago

robdewit commented 7 years ago

It's kind of a hack, but I needed a 32bit version (don't ask...) and so I did these changes. Maybe someone else needs 32bit also, so why not share the results. I called the resulting image "slackware32" in our own repository, because I'd like to stick to 64bit being the default for image "slackware" ;-).

vbatts commented 7 years ago

Thanks!

vbatts commented 7 years ago

@robdewit does this work for you? when i run make all on an x86_64 machine it is failing in obscure ways. I'm going to revert this commit and try adding the feature in a different way. :-\