Skip to content

Commit 4cded27

Browse files
committed
bump version
1 parent d3cf6ce commit 4cded27

File tree

3 files changed

+37
-8
lines changed

3 files changed

+37
-8
lines changed

docs/CHANGES.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 0.6.4
2+
3+
* Work on stability
4+
* Add CI (fixes and image build)
5+
* Work on docs
6+
* Support boot from Ventoy
7+
18
## Version 0.6.3
29

310
* Fix astralinux installation
@@ -20,7 +27,7 @@
2027
## Version 0.6.0
2128

2229
* Minor fixes.
23-
* Dynamic dependency resoltuion for archlinux installation.
30+
* Dynamic dependency resolution for archlinux installation.
2431

2532
## Version 0.5.9
2633

@@ -63,13 +70,9 @@
6370
* Added RPM bootstrap (testing).
6471
* Interface fixes.
6572

66-
## Version 0.5.3
67-
68-
* Minor fixes.
69-
* Optimization of build.
70-
7173
## Version 0.5.2
7274

75+
* Optimization of build.
7376
* Minor fixes.
7477

7578
## Version 0.5.1
@@ -128,7 +131,7 @@
128131

129132
## Version 0.4.1
130133

131-
* Added feature to change options and the end.
134+
* Added feature to change options at the end.
132135
* Some rework of code.
133136
* Fixes for arch and debian install.
134137
* Library (alexpro100_lib) fixes.

docs/dev_notes.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
linux_install (development notes)
2+
=================================
3+
4+
## Why only root for install_sys.sh?
5+
6+
Due to user permissions limitations, even with utilities like `proot` and `fakeroot`, it is not possible to use `install_sys.sh` without root permissions.
7+
8+
More detailed limitations:
9+
10+
* Alpine package manager (apk) uses mount functions (works only for real root) when installing to non-root location.
11+
* Proot does not correctly support recursive mounts, so it is not possible to use for arch-like installations (pacman).
12+
* Other was not tested - no motivation for it.
13+
14+
## Why there are no trap functions?
15+
16+
Original creator does not want to use them due its hard-to-control nature. Perhaps they will be used.
17+
18+
## Too unstable
19+
20+
Issues are always opened. Author simply forgets about possible abnormal situations.
21+
22+
## Why it supports only 5 distributions?
23+
24+
Most distributions are either deb-based or rpm-based. First type is released, second is WIP.
25+
There are 3 additional original distributions supported too.
26+
Deb-based distributions supported, see `astralinux` install implementation.

version_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.3
1+
0.6.4

0 commit comments

Comments
 (0)