Re: Anaconda DBUS error on kickstart
Adrian Cruceru <[email protected]>
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <[email protected]> |
> More information: this error only occurs when we craft a custom > initrd with our kickstart file in /root/scripts.ks and then > invoke the kernel with file:/root/scripts.ks. If we retrieve > the kickstart file over the network the install proceeds normally. > > Cheers, > Edward Hi Edward, Had the same issue recently with custom initrd, problem was that dbus user could not access /etc/dbus-1. just grep dbus /tmp/syslog and see if that's the case. If so, modify your scripts to have same rights as generated images. Regards, Adrian Cruceru