Skip to content

Commit

Permalink
Base: Add some default desktop icons
Browse files Browse the repository at this point in the history
I just picked three apps at random: Browser, TextEditor and Help.
This should make it a bit more visible that we have a working desktop.
  • Loading branch information
awesomekling committed Dec 27, 2020
1 parent 55e990c commit 00cfc25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Meta/build-root-filesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ chown -R 100:100 mnt/home/anon
chown -R 200:200 mnt/home/nona
echo "done"

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/

printf "installing shortcuts... "
ln -s Shell mnt/bin/sh
ln -s test mnt/bin/[
Expand Down

0 comments on commit 00cfc25

Please sign in to comment.