summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-01-01 01:48:20 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-01 01:48:20 +0100
commit950a73612706f911f8640e1e1c6809ea7ec3c833 (patch)
tree23f85ef1a787412c485ce3801996f3db46bd59e3 /Meta
parente82195ed1d1157a943131e2c201bda3575c07df3 (diff)
downloadserenity-950a73612706f911f8640e1e1c6809ea7ec3c833.zip
Base: Add a desktop shortcut to the root directory
Diffstat (limited to 'Meta')
-rwxr-xr-xMeta/build-root-filesystem.sh1
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