livecd-gnome-root: run gconftool-2 to reinstall all schemas

This commit is contained in:
Silvan Calarco 2011-05-22 18:22:15 +02:00
parent 0706eaf9bf
commit 7686a73b6b

View File

@ -75,4 +75,7 @@ rm -f $MOUNTDIR/boot/initramfs-${KERNEL_MAJVER}${KERNEL_EXTRAVER}.img*
# remove failsafe image to save space for livecd # remove failsafe image to save space for livecd
rm -f $MOUNTDIR/boot/initramfs-${KERNEL_MAJVER}${KERNEL_EXTRAVER}-failsafe.img* rm -f $MOUNTDIR/boot/initramfs-${KERNEL_MAJVER}${KERNEL_EXTRAVER}-failsafe.img*
# install all GConf rules
chroot $MOUNTDIR GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/*
prelink prelink