mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
Base: Add a desktop shortcut to the root directory
This commit is contained in:
parent
e82195ed1d
commit
950a736127
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ printf "adding some desktop icons..."
|
||||||
ln -s /bin/Browser mnt/home/anon/Desktop/
|
ln -s /bin/Browser mnt/home/anon/Desktop/
|
||||||
ln -s /bin/TextEditor mnt/home/anon/Desktop/
|
ln -s /bin/TextEditor mnt/home/anon/Desktop/
|
||||||
ln -s /bin/Help mnt/home/anon/Desktop/
|
ln -s /bin/Help mnt/home/anon/Desktop/
|
||||||
|
ln -s / "mnt/home/anon/Desktop/File system"
|
||||||
|
|
||||||
printf "installing shortcuts... "
|
printf "installing shortcuts... "
|
||||||
ln -s Shell mnt/bin/sh
|
ln -s Shell mnt/bin/sh
|
||||||
|
|
Loading…
Reference in a new issue