From: Brett Parker 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//gitweb/?p=rpmbased-dist-chroot.git;a=commitdiff_plain;h=7ac62536c0eadd94a88cb5ef5846e3f38811d71e 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)