website-filesystem/README.md

36 lines
2.2 KiB
Markdown
Raw Normal View History

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
F LICENSE-CODE -> /fs/ license for code
F LICENSE-MEDIA -> /fs/ license for media
F README.md -> This very file
D androot/ -> androot files not contained in the repo
D androot/patches/ -> rootfs patches
D androot/patches/archlinux/ -> patches specifically for archlinux
D androot/qemu-static/ -> statically built qemu binaries, pulled from debian
F androot/qemu-static/arm64.tar.gz -> qemu-static binaries for arm64
F androot/qemu-static/mips64.tar.gz -> qemu-static binaries for mips64
F androot/qemu-static/powerpc64.tar.gz -> qemu-static binaries for powerpc64
F androot/qemu-static/x86_64.tar.gz -> qemu-static binaries for x86_64
D androot/rootfs/ -> root file systems, built by StarOpenSource
F androot/rootfs/archlinux-arm64.tar.gz -> Arch Linux arm64 rootfs
F androot/rootfs/archlinux-x86_64.tar.gz -> Arch Linux x86_64 rootfs
D imgs/ -> Images
2024-02-28 19:35:21 +01:00
F imgs/credit.txt -> Image credits
F imgs/FediverseWallpaper.jpg -> Wallpaper for sos!sky
F imgs/JeremyStarTM.png -> JeremyStarTM logo, no transparency
F imgs/JeremyStarTM_Transparent.png -> JeremyStarTM logo, transparent
2024-02-28 19:35:21 +01:00
F imgs/StarOpenSource.png -> StarOpenSource logo, no transparency
F imgs/StarOpenSource_Transparent.png -> StarOpenSource logo, transparent
2024-02-08 20:36:14 +01:00
D imgs/profiledecorations -> Profile Decorations for sos!sky
S imgs/profiledecorations/d60532.png -> "#d60532" profile decoration
S imgs/profiledecorations/d60532.xcf -> "#d60532" profile decoration (source file)
D vinf/ -> Short for "Version Information"
D vinf/unsafe/ -> Contains lists of "unsafe commits"
F vinf/unsafe/androot_develop -> Unsafe commits list for androot
2023-09-11 01:40:14 +02:00
```