Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alealexpro100 committed Jan 31, 2023
1 parent d3cf6ce commit 4cded27
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
17 changes: 10 additions & 7 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.6.4

* Work on stability
* Add CI (fixes and image build)
* Work on docs
* Support boot from Ventoy

## Version 0.6.3

* Fix astralinux installation
Expand All @@ -20,7 +27,7 @@
## Version 0.6.0

* Minor fixes.
* Dynamic dependency resoltuion for archlinux installation.
* Dynamic dependency resolution for archlinux installation.

## Version 0.5.9

Expand Down Expand Up @@ -63,13 +70,9 @@
* Added RPM bootstrap (testing).
* Interface fixes.

## Version 0.5.3

* Minor fixes.
* Optimization of build.

## Version 0.5.2

* Optimization of build.
* Minor fixes.

## Version 0.5.1
Expand Down Expand Up @@ -128,7 +131,7 @@

## Version 0.4.1

* Added feature to change options and the end.
* Added feature to change options at the end.
* Some rework of code.
* Fixes for arch and debian install.
* Library (alexpro100_lib) fixes.
Expand Down
26 changes: 26 additions & 0 deletions docs/dev_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
linux_install (development notes)
=================================

## Why only root for install_sys.sh?

Due to user permissions limitations, even with utilities like `proot` and `fakeroot`, it is not possible to use `install_sys.sh` without root permissions.

More detailed limitations:

* Alpine package manager (apk) uses mount functions (works only for real root) when installing to non-root location.
* Proot does not correctly support recursive mounts, so it is not possible to use for arch-like installations (pacman).
* Other was not tested - no motivation for it.

## Why there are no trap functions?

Original creator does not want to use them due its hard-to-control nature. Perhaps they will be used.

## Too unstable

Issues are always opened. Author simply forgets about possible abnormal situations.

## Why it supports only 5 distributions?

Most distributions are either deb-based or rpm-based. First type is released, second is WIP.
There are 3 additional original distributions supported too.
Deb-based distributions supported, see `astralinux` install implementation.
2 changes: 1 addition & 1 deletion version_install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.6.4

0 comments on commit 4cded27

Please sign in to comment.