summaryrefslogtreecommitdiffstats
path: root/silo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-11-10 02:48:09 +0000
committerMatt Wilson <msw@redhat.com>1999-11-10 02:48:09 +0000
commitd6d4e92451e4330cfe67c1ea59867c97d4d54d31 (patch)
tree25cc6290432da62395252f8e1430f14873fb9f00 /silo.py
parent968d11fb9a72363cc31c4574258e92044828a910 (diff)
downloadanaconda-d6d4e92451e4330cfe67c1ea59867c97d4d54d31.tar.gz
anaconda-d6d4e92451e4330cfe67c1ea59867c97d4d54d31.tar.xz
anaconda-d6d4e92451e4330cfe67c1ea59867c97d4d54d31.zip
silo append setting, rpmmodule test case changes, gnome-map module CFLAGS change
Diffstat (limited to 'silo.py')
-rw-r--r--silo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/silo.py b/silo.py
index b5e9d0598..2e124a037 100644
--- a/silo.py
+++ b/silo.py
@@ -298,6 +298,9 @@ class SiloInstall:
if os.access (todo.instPath + initrd, os.R_OK):
sl.addEntry("initrd", initrdFile)
+ if self.todo.liloAppend:
+ sl.addEntry("append", self.todo.liloAppend)
+
silo.addImage ("image", kernelFile, sl)
for (label, device) in otherList: