From 950a73612706f911f8640e1e1c6809ea7ec3c833 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 1 Jan 2021 01:48:20 +0100 Subject: [PATCH] Base: Add a desktop shortcut to the root directory --- Meta/build-root-filesystem.sh | 1 + 1 file changed, 1 insertion(+) 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