summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-08-01 20:13:45 +0000
committerChris Lumens <clumens@redhat.com>2007-08-01 20:13:45 +0000
commit56b5b2e29e6387b4bd6fa33acc7acdce4c488010 (patch)
tree8d67d2174c77197a27549efca3fccd657994da6b /livecd.py
parent3a20986e7370df1a71bda0a312c9919ad6e7b86d (diff)
downloadanaconda-56b5b2e29e6387b4bd6fa33acc7acdce4c488010.tar.gz
anaconda-56b5b2e29e6387b4bd6fa33acc7acdce4c488010.tar.xz
anaconda-56b5b2e29e6387b4bd6fa33acc7acdce4c488010.zip
Another attempt to enforce formatting of / on livecd installs.
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/livecd.py b/livecd.py
index bde01b223..5f977c117 100644
--- a/livecd.py
+++ b/livecd.py
@@ -150,6 +150,7 @@ class LiveCDImageMethod(installmethod.InstallMethod):
class LiveCDCopyBackend(backend.AnacondaBackend):
def __init__(self, method, instPath):
backend.AnacondaBackend.__init__(self, method, instPath)
+ flags.livecdInstall = True
self.supportsUpgrades = False
self.supportsPackageSelection = False
self.skipFormatRoot = True