summaryrefslogtreecommitdiffstats
path: root/mkcontainer-f19
blob: d7c3c4a99374e35d884ab2c75939026adb1a0c8d (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
set -x
root=$1
test -n "$root" || (echo "Usage: $0 PATH"; exit 1)
yum -y --releasever=19 --nogpg --installroot=$root --disablerepo='*' --enablerepo=fedora install systemd passwd yum fedora-release vim-minimal kernel
chmod -R u+w $1
rm $root/var/cache/yum -rf