summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/livecd.py b/livecd.py
index 73c075cb4..685e172ed 100644
--- a/livecd.py
+++ b/livecd.py
@@ -353,6 +353,8 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
# setup /etc/rpm/ for the post-install environment
iutil.writeRpmPlatform(anaconda.rootPath)
+ storage.writeEscrowPackets(anaconda)
+
# maybe heavy handed, but it'll do
if os.path.exists(anaconda.rootPath + "/usr/bin/rhgb") or os.path.exists(anaconda.rootPath + "/usr/bin/plymouth"):
anaconda.id.bootloader.args.append("rhgb quiet")