Move androot-related files into androot/ directory
This commit is contained in:
parent
d5542d2bfe
commit
a9f8354414
4 changed files with 20 additions and 13 deletions
32
README.md
32
README.md
|
@ -5,17 +5,23 @@ All files on here are located at [fs.staropensource.de](https://fs.staropensourc
|
|||
```text
|
||||
F = File | D = Directory | S = Symlink
|
||||
|
||||
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
|
||||
D rootfs/ -> root file systems, built by StarOpenSource
|
||||
F rootfs/archlinux-x86_64.tar.gz -> Arch Linux (amd64) rootfs
|
||||
D qemu-static/ -> statically built qemu binaries, pulled from debian
|
||||
D vinf/ -> Short for "Version Information"
|
||||
D vinf/unsafe/ -> Contains lists of "unsafe commits"
|
||||
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
|
||||
D vinf/ -> Short for "Version Information"
|
||||
D vinf/unsafe/ -> Contains lists of "unsafe commits"
|
||||
D androot/ -> androot files not contained in the repo
|
||||
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 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
|
||||
```
|
||||
|
|
1
androot/patches/.gitignore
vendored
Normal file
1
androot/patches/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
|
Loading…
Reference in a new issue