2023-09-11 01:40:14 +02:00
|
|
|
# /fs/
|
2023-10-06 15:20:43 +02:00
|
|
|
All files on here are located at [fs.staropensource.de](https://fs.staropensource.de), served by [Copyparty](https://github.com/9001/copyparty).
|
2023-09-11 01:40:14 +02:00
|
|
|
|
|
|
|
# Folder structure
|
|
|
|
```text
|
2023-10-06 15:20:43 +02:00
|
|
|
F = File | D = Directory | S = Symlink
|
2023-09-11 01:40:14 +02:00
|
|
|
|
2023-10-06 15:20:43 +02:00
|
|
|
F LICENSE -> /fs/ license
|
|
|
|
F README.md -> This very file
|
|
|
|
D imgs/ -> Images
|
|
|
|
S imgs/stat -> Symbolic link to imgs/, compatibility
|
|
|
|
F imgs/StarOpenSource.png -> StarOpenSource logo, no transparency
|
|
|
|
F imgs/StarOpenSource_Transparent.png -> StarOpenSource logo, transparent
|
|
|
|
F imgs/JeremyStarTM.png -> JeremyStarTM logo, no transparency
|
|
|
|
F imgs/JeremyStarTM_Transparent.png -> JeremyStarTM logo, transparent
|
2023-11-06 19:19:35 +01:00
|
|
|
D rootfs/ -> root file systems, built by StarOpenSource
|
|
|
|
F rootfs/archlinux-x86_64.tar.gz -> Arch Linux (amd64) rootfs
|
2023-11-07 19:35:31 +01:00
|
|
|
D qemu-static/ -> statically built qemu binaries, pulled from debian
|
2023-11-06 19:19:35 +01:00
|
|
|
D vinf/ -> Short for "Version Information"
|
2023-11-08 18:45:12 +01:00
|
|
|
D vinf/unsafe/ -> Contains lists of "unsafe commits"
|
2023-09-11 01:40:14 +02:00
|
|
|
```
|