8d2be9b2e4
- fix for squashfs Resolves: rhbz#922248 - documentation fixes - sosreport, mkdir /run/initramfs
23 lines
878 B
Diff
23 lines
878 B
Diff
From 11fbde445440c4de1b99eb03b930c9191b3181b9 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Fri, 15 Mar 2013 14:41:11 +0100
|
|
Subject: [PATCH] TEST-16-DMSQUASH: use current releasever
|
|
|
|
---
|
|
test/TEST-16-DMSQUASH/livecd-fedora-minimal.ks | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/test/TEST-16-DMSQUASH/livecd-fedora-minimal.ks b/test/TEST-16-DMSQUASH/livecd-fedora-minimal.ks
|
|
index 88637ae..6310f78 100644
|
|
--- a/test/TEST-16-DMSQUASH/livecd-fedora-minimal.ks
|
|
+++ b/test/TEST-16-DMSQUASH/livecd-fedora-minimal.ks
|
|
@@ -6,7 +6,7 @@ selinux --enforcing
|
|
firewall --disabled
|
|
part / --size 1024
|
|
|
|
-repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-16&arch=$basearch
|
|
+repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$version&arch=$basearch
|
|
|
|
%packages
|
|
@core
|