Skip to content

Instantly share code, notes, and snippets.

View themalkolm's full-sized avatar

Alexander Krasnukhin themalkolm

  • Sweden
View GitHub Profile
@themalkolm
themalkolm / gist:05447ca1238b22a98fd217a77b02c5f4
Created April 27, 2016 23:33 — forked from ldx/gist:9116170
Build a chroot with a CentOS 6.5 base install.
#!/bin/sh
#
# Build a chroot with a CentOS 6.5 base install.
#
CHROOT=/tmp/chroot
mkdir -p $CHROOT
mkdir -p $CHROOT/var/lib/rpm