Base: Add some default desktop icons

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.
This commit is contained in:
Andreas Kling 2020-12-27 14:51:08 +01:00
parent 55e990cbc4
commit 00cfc25688
Notes: sideshowbarker 2024-07-19 00:33:55 +09:00

View File

@ -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/[