blob: 4e82703bf57c1659df233b403a758b7c5a2af4fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# magisk-fstab
A magisk module to load custom fstab configs on startup.
## Requirements
- Magisk v20.4+
- Kernel support for filesystems to be mounted
## Installation
Install the release zip in Magisk Manager.
## Usage
1. Adjust the main config in `${MODDIR}/config/main.conf` to your liking. `$MODDIR` is usually `/data/adb/modules/magisk-fstab`.
2. Place your `fstab` entries in `${MODDIR}/config/fstab.conf`.
3. Upon every restart, this module will try to perform the actions based on the `fstab` config.
## References
- [Magisk documentation](https://topjohnwu.github.io/Magisk/)
- [fstab manual](https://man7.org/linux/man-pages/man5/fstab.5.html)
|