On 12/17/2009 10:47 AM, Martin Sivak wrote: > --- > scripts/mk-images | 5 +++++ > scripts/upd-instroot | 1 + > 2 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/scripts/mk-images b/scripts/mk-images > index c3b1686..f8e1285 100755 > --- a/scripts/mk-images > +++ b/scripts/mk-images > @@ -328,6 +328,11 @@ makemoduletree() { > esac > done > > + # create depmod.conf to support DDs > + cat > $MMB_DIR/etc/depmod.conf << EOF > +search /tmp/DD/lib/modules built-in > +EOF > + > # clean up leftover cruft > find -H $MMB_DIR/lib/modules -type d -exec rmdir -f {} \; 2>/dev/null > $MODLIST --modinfo-file $MODINFO --ignore-missing --modinfo \ > diff --git a/scripts/upd-instroot b/scripts/upd-instroot > index 2a79ebf..8539cdd 100755 > --- a/scripts/upd-instroot > +++ b/scripts/upd-instroot > @@ -780,6 +780,7 @@ sbin/insmod > sbin/lsmod > sbin/modinfo > sbin/modprobe > +sbin/depmod > sbin/netstat > sbin/restore > sbin/rrestore Looks fine to me. -- Peter I'd like to start a religion. That's where the money is. -- L. Ron Hubbard to Lloyd Eshbach, in 1949; quoted by Eshbach in _Over My Shoulder_. _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list