Commit 6cb5d74
fix(config): skip check_filesystem_compatibility_on_host for ROOTFS_TYPE=nfs
ROOTFS_TYPE=nfs produces a rootfs tarball via `tar cp ... | gzip` in
rootfs-to-image.sh and never mounts NFS on the build host. The NFS
client runs on the target's kernel at boot time, so host-side NFS
filesystem support is irrelevant. Additionally, the check runs inside
the Armbian docker launcher where /lib/modules is empty, causing
`modprobe nfs` to fail even when the host kernel has nfs.ko available.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fdef407 commit 6cb5d74
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
0 commit comments