[rhel5-branch] Add "rhsm" to the list of things-to-link-into-/etc (#670973)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux