diff options
author | Matt Wilson <msw@redhat.com> | 1999-11-10 02:48:09 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-11-10 02:48:09 +0000 |
commit | d6d4e92451e4330cfe67c1ea59867c97d4d54d31 (patch) | |
tree | 25cc6290432da62395252f8e1430f14873fb9f00 /silo.py | |
parent | 968d11fb9a72363cc31c4574258e92044828a910 (diff) | |
download | anaconda-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.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |