From: Brett Parker <iDunno@sommitrealweird.co.uk>
Date: Tue, 11 Nov 2014 21:50:31 +0000 (+0000)
Subject: Install the filesystem first, it helps...
X-Git-Url: https://git.sommitrealweird.co.uk/rpmbased-dist-chroot.git/commitdiff_plain/7ac62536c0eadd94a88cb5ef5846e3f38811d71e?ds=inline;hp=4c7bc94994c3e5b42030496b9f9cff8d1b79e7fa

Install the filesystem first, it helps...
---

diff --git a/rpmbased-dist-chroot.sh b/rpmbased-dist-chroot.sh
index 2349b2e..d953107 100755
--- a/rpmbased-dist-chroot.sh
+++ b/rpmbased-dist-chroot.sh
@@ -24,7 +24,7 @@
 
 RPMArchives=/media/cdrom/Fedora/RPMS
 InstallRoot=/mnt/temp/fedora
-installpackages="bash coreutils yum basesystem redhat-release"
+installpackages="filesystem basesystem coreutils yum redhat-release"
 
 ourcachedirectory=$(mktemp -d)