It turns out there are three places you need to change if you want to add something that uses files in /etc: PACKAGES and KEEPFILE in upd-instroot, and then static list of things to link from /mnt/runtime to /etc in the main 'anaconda' script. Whee! --- anaconda | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/anaconda b/anaconda index 9c77191..6e0034c 100755 --- a/anaconda +++ b/anaconda @@ -687,7 +687,7 @@ if __name__ == "__main__": # setup links required for all install types # list of 3-tuples: ([file list], sourcepath, destpath): links = [(["services", "protocols", "nsswitch.conf", "joe", "selinux", - "mke2fs.conf", "multipath.conf", "yum"], + "mke2fs.conf", "multipath.conf", "yum", "rhsm"], "/mnt/runtime/etc/", "/etc/"), (["multipath", "kpartx", "dmsetup", "dmraid"], "/mnt/runtime/usr/sbin/", "/sbin/"), -- 1.7.5.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list