Skip to content

Commit

Permalink
v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclu committed Jun 23, 2024
1 parent e07e9b7 commit 2848017
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AOK_VARS
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# License: MIT
#
# Copyright (c) 2024: [email protected]
# Copyright (c) 2022-2024: [email protected]
#
# Environment variables defining how this AOK-FS should be setup
#
Expand All @@ -25,7 +25,7 @@
# Label for AOK builds, is also displayed by motd to indicate what
# AOK FS release is being used
#
AOK_VERSION="0.15.2"
AOK_VERSION="0.16"

#
# If defined this will be created as a no-password sudo capable user
Expand Down
8 changes: 6 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

I will try to keep track of changes between releases here

## Next release, available in main branch
## 0.16

- task/do_chroot.sh rewritten cleanup, no longer using a pidfile
task/do_chroot.sh mostly rewritten

- Now able to run multiple chroots if given different mountpoints
- Fully able to kill even still running chroots cleanly on both iSH and Linux
- No longer uses a global pidfile

## 0.15

Expand Down

0 comments on commit 2848017

Please sign in to comment.