]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: install nls modules, required by vfat
authorLuca Boccassi <bluca@debian.org>
Fri, 18 Jun 2021 15:10:30 +0000 (16:10 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 21 Jun 2021 18:47:38 +0000 (19:47 +0100)
kernel: FAT-fs (loop0p2): codepage cp437 not found
kernel: FAT-fs (loop0p2): IO charset ascii not found

test/test-functions

index b154ace393bd27c0631064737a37ef529f04c73d..69921442bae187df4f8d9661e47354a176160114 100644 (file)
@@ -864,6 +864,7 @@ install_modules() {
 
     instmods loop
     instmods vfat
+    instmods nls_ascii =nls
     instmods dummy
 
     if [[ "$LOOKS_LIKE_SUSE" ]]; then