Skip to content

Commit fa87687

Browse files
committed
mountify 162
$ git log --pretty=format:%s 160..HEAD --reverse LKM: update prebuilts to 66cd4af LKM, scripts/post-fs-data: fix usage when kernel is on cfi Signed-off-by: backslashxx <[email protected]>
1 parent 6390456 commit fa87687

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Globally mounted modules and whiteouts via OverlayFS.
33

44
## Changelog
5+
## 162
6+
- LKM: update prebuilts to 66cd4af
7+
- LKM, scripts/post-fs-data: fix usage when kernel is on cfi
58

69
## 160
710
- scripts/post-fs-data: mount our own tmpfs
@@ -15,14 +18,5 @@ Globally mounted modules and whiteouts via OverlayFS.
1518
- scripts/customize: handle small config changes
1619
- scripts/service: fixup "no modules mounted"
1720

18-
## 158
19-
- scripts: move SusFS umount logic to boot-completed stage
20-
- scripts/customize: ban installation only on susfs 1.5.10 / 1.5.11 (#13)
21-
- webui: fix freeze when a config is added but not available in json
22-
- webui: setup npm
23-
- workflows/build: add webui build step
24-
- webui: read config from modules_update after installing mountify
25-
- webui/js: fix config not saving
26-
2721
### Full Changelog
2822
- [Commit history](https://github.com/backslashxx/mountify/commits/master/)

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=mountify
22
name=mountify
3-
version=v1.6.0
4-
versionCode=160
3+
version=v1.6.2
4+
versionCode=162
55
author=xx
66
description=Globally mounted modules via OverlayFS.
77
updateJson=https://raw.githubusercontent.com/backslashxx/mountify/master/update.json

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.6.0",
3-
"versionCode": 160,
2+
"version": "v1.6.2",
3+
"versionCode": 162,
44
"zipUrl": "https://github.com/backslashxx/mountify/releases/latest/download/mountify.zip",
55
"changelog": "https://raw.githubusercontent.com/backslashxx/mountify/refs/heads/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)