diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-01 01:48:20 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-01 01:48:20 +0100 |
commit | 950a73612706f911f8640e1e1c6809ea7ec3c833 (patch) | |
tree | 23f85ef1a787412c485ce3801996f3db46bd59e3 | |
parent | e82195ed1d1157a943131e2c201bda3575c07df3 (diff) | |
download | serenity-950a73612706f911f8640e1e1c6809ea7ec3c833.zip |
Base: Add a desktop shortcut to the root directory
-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 |