Update docs

This commit is contained in:
Ivan Bushchik 2023-04-08 19:26:31 +03:00
parent bd2f13f861
commit 999bc20a9b
No known key found for this signature in database
GPG key ID: 9F6DDABE11A2674D
3 changed files with 28 additions and 3 deletions

20
DOCS.md
View file

@ -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

View file

@ -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>

View file

@ -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))