livecd-gnome-root: run gconftool-2 to reinstall all schemas
This commit is contained in:
parent
0706eaf9bf
commit
7686a73b6b
@ -75,4 +75,7 @@ rm -f $MOUNTDIR/boot/initramfs-${KERNEL_MAJVER}${KERNEL_EXTRAVER}.img*
|
||||
# remove failsafe image to save space for livecd
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user