summaryrefslogtreecommitdiff
path: root/Meta/build-root-filesystem.sh
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-01-21 22:56:28 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-22 22:14:08 +0100
commitcffafd90deb5d56b8b7f770e3e293e8cafc21836 (patch)
treef2bc842b2bdd6926151202b3a0642c1fdf295e3e /Meta/build-root-filesystem.sh
parent2ec6bbd7a15088c2e56e1450132b05777093e89c (diff)
downloadserenity-cffafd90deb5d56b8b7f770e3e293e8cafc21836.zip
Base: More helpful Desktop selection
If Serenity is ever used for more than a few days, the user will be more likely to want to interact with their home directory than just be dropped at '/'. Also, we have a Welcome program. Spotlight it! And finally, there was a missing newline in the build script.
Diffstat (limited to 'Meta/build-root-filesystem.sh')
-rwxr-xr-xMeta/build-root-filesystem.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh
index 9dfe00e9c7..0c8ff60360 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