diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index 9dfe00e9c74..0c8ff603608 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -109,7 +109,9 @@ printf "adding some desktop icons..." ln -s /bin/Browser mnt/home/anon/Desktop/ ln -s /bin/TextEditor mnt/home/anon/Desktop/ ln -s /bin/Help mnt/home/anon/Desktop/ -ln -s / "mnt/home/anon/Desktop/File system" +ln -s /home/anon mnt/home/anon/Desktop/Home +ln -s /bin/Welcome mnt/home/anon/Desktop/ +echo "done" printf "installing shortcuts... " ln -s Shell mnt/bin/sh