diff options
-rw-r--r-- | src/initramfs/distro-specs/ubuntu/functions-14.04 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/initramfs/distro-specs/ubuntu/functions-14.04 b/src/initramfs/distro-specs/ubuntu/functions-14.04 index aa50b310..7cbfb964 100644 --- a/src/initramfs/distro-specs/ubuntu/functions-14.04 +++ b/src/initramfs/distro-specs/ubuntu/functions-14.04 @@ -60,10 +60,10 @@ required." >/mnt/etc/init.inactive/README # Gnome/Unity panel stuff echo -e "[D-BUS Service]\nName=com.canonical.Unity.Panel.Service\n\ -Exec=/usr/lib/unity/unity-panel-service" >/usr/share/dbus-1/services/com.canonical.Unity.Panel.Service.service +Exec=/usr/lib/unity/unity-panel-service" >/mnt/usr/share/dbus-1/services/com.canonical.Unity.Panel.Service.service echo -e "[Desktop Entry]\nType=Application\nName=Unity Panel Service\n\ Exec=/usr/lib/unity/unity-panel-service\nOnlyShowIn=Unity;\n\ -NoDisplay=true" >/etc/xdg/autostart/unity-panel-service.desktop +NoDisplay=true" >/mnt/etc/xdg/autostart/unity-panel-service.desktop # add the slx specific path (/var/opt/openslx/bin) to the PATH variable echo -e "# stuff generated by $0 (out of InitRamFS written $date)\n\ |