livecd-gnome-root: fix chrooted gconftool-2 command execution
This commit is contained in:
parent
3c29e69024
commit
c42ef227c8
@ -76,6 +76,6 @@ rm -f $MOUNTDIR/boot/initramfs-${KERNEL_MAJVER}${KERNEL_EXTRAVER}.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/*
|
||||
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` chroot $MOUNTDIR gconftool-2 --makefile-install-rule /etc/gconf/schemas/* >/dev/null
|
||||
|
||||
prelink
|
||||
|
Loading…
Reference in New Issue
Block a user