From 77fb21c9d18cbe33ba7486ee262298244833e1fd Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 2 May 2014 23:55:23 +0200 Subject: Fixing typo. --- src/initramfs/distro-specs/ubuntu/functions-14.04 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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\ -- cgit v1.2.3-55-g7522