diff --git a/OARiNZ/DIY/LiveCD/Makefile b/OARiNZ/DIY/LiveCD/Makefile index 23b8901..da982aa 100755 --- a/OARiNZ/DIY/LiveCD/Makefile +++ b/OARiNZ/DIY/LiveCD/Makefile @@ -87,6 +87,11 @@ @$(ECHO) "=== Initialising." @$(SUDO) $(MOUNT) -o loop $< $(NEW_SQUASH) $(SUDO) $(CP) -p /etc/resolv.conf $(NEW_SQUASH)/etc + @# Reconfigure the panel icons by means of pre-built gconf defaults. + @# I did it this way because I couldn't figure out how to do it on + @# the fly with gconftool (if that's even possible). + $(SUDO) $(CP) -p gconf-tree.xml \ + $(NEW_SQUASH)/etc/gconf/gconf.xml.defaults/%gconf-tree.xml $(SUDO) $(MOUNT) -t proc --bind /proc $(NEW_SQUASH)/proc @# Copy in cached .deb files to save on downloads and set up apt