diff options
-rwxr-xr-x | Meta/build-root-filesystem.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index 6a1487f9da..d5f8ff60c6 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -109,6 +109,7 @@ 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" printf "installing shortcuts... " ln -s Shell mnt/bin/sh |