Adding live-initramfs 1.87.2-1.
[live-boot-grml.git] / scripts / live-bottom / 22gnome_panel_data
similarity index 88%
rename from scripts/casper-bottom/22gnome_panel_data
rename to scripts/live-bottom/22gnome_panel_data
index 4dd5d9d..1b4d41b 100755 (executable)
@@ -3,7 +3,7 @@
 PREREQ=""
 DESCRIPTION="Configuring gnome-panel-data..."
 
-. /scripts/casper-functions
+. /scripts/live-functions
 
 prereqs()
 {
@@ -22,7 +22,7 @@ log_begin_msg "$DESCRIPTION"
 
 if [ -x /root/usr/sbin/laptop-detect ]; then
        if chroot /root laptop-detect; then
-           casper-reconfigure /root gnome-panel-data
+           live-reconfigure /root gnome-panel-data
        fi
 fi