On Mon, May 16, 2011 at 05:34:21PM -0400, Will Woods wrote: > 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 Ick. err. Ack. -- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
Attachment:
pgp7YLRNGvoS9.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list