mirror of
https://github.com/ivabus/asahi-opensuse
synced 2024-11-23 23:45:06 +03:00
Update docs
This commit is contained in:
parent
bd2f13f861
commit
999bc20a9b
3 changed files with 28 additions and 3 deletions
20
DOCS.md
20
DOCS.md
|
@ -1,8 +1,24 @@
|
||||||
# Docs
|
# Docs
|
||||||
|
|
||||||
Use `kiwi/build-all.sh` for building all images for installer.
|
## Repository
|
||||||
|
|
||||||
## All images
|
Use `scripts/00_build_repo.sh` to completely build rpm-md repo and packages for it (spec files from `specs/` and kernel). Repo will be saved at `repo`.
|
||||||
|
|
||||||
|
|
||||||
|
## Image building
|
||||||
|
|
||||||
|
Change domain for rpm-md asahi repo in `kiwi/config.xml` and then run (from `kiwi` dir)
|
||||||
|
|
||||||
|
```
|
||||||
|
# kiwi-ng --type=oem --profile=$distro-$edition --color-output system build --description ./ --target-dir ./outdir-$distro-$edition
|
||||||
|
# ./make-installer.sh outdir-$distro-$edition/asahi-opensuse.aarch64-0.0.1.raw $distro-$edition.zip
|
||||||
|
```
|
||||||
|
|
||||||
|
Where `$distro` is `Leap` or `Tumbleweed`, and `$edition` if `JeOS` or `KDE` or `GNOME` or `XFCE`
|
||||||
|
|
||||||
|
Usage `kiwi/build-all.sh` to create all the images (listed below) for the installer.
|
||||||
|
|
||||||
|
### All possible images (for now)
|
||||||
|
|
||||||
- Tumbleweed-JeOS
|
- Tumbleweed-JeOS
|
||||||
- Tumbleweed-KDE
|
- Tumbleweed-KDE
|
||||||
|
|
|
@ -4,10 +4,15 @@
|
||||||
|
|
||||||
Currently I'm working on openSUSE port for Apple Silicon machines.
|
Currently I'm working on openSUSE port for Apple Silicon machines.
|
||||||
|
|
||||||
|
|
||||||
## Current progress
|
## Current progress
|
||||||
|
|
||||||
[TODO](./TODO.md)
|
[TODO](./TODO.md)
|
||||||
|
|
||||||
|
## How to use in current condition
|
||||||
|
|
||||||
|
[DOCS](./DOCS.md)
|
||||||
|
|
||||||
## Contact me
|
## Contact me
|
||||||
|
|
||||||
Email: <ivabus@ivabus.dev>
|
Email: <ivabus@ivabus.dev>
|
||||||
|
|
4
TODO.md
4
TODO.md
|
@ -13,3 +13,7 @@
|
||||||
- [ ] First release
|
- [ ] First release
|
||||||
------
|
------
|
||||||
- [ ] Provide Leap Micro and MicroOS for installation.
|
- [ ] Provide Leap Micro and MicroOS for installation.
|
||||||
|
|
||||||
|
## What to fix
|
||||||
|
|
||||||
|
- kernel building (current kernel.sh creates "invalid" .spec file, which conflicts with glibc, see [#2](https://github.com/ivabus/asahi-opensuse/issues/2))
|
Loading…
Reference in a new issue