John Darrington <j...@gnu.org> skribis: > * gnu/services/base.scm (file-system-shepherd-service): Use mount-file-system > instead of manually mounting the file system.
[...] > + #$(if create? > + #~(mkdir-p #$target) > + #~#t) #~#t is equivalent to #t. > + (mount-file-system > + `(#$device #$title #$target #$type #$flags #$options > + #$check?) #:root "/") > #t)) #t must be align with the parent of “(mount-file-system”. If you confirmed that at least “make check-system TESTS=basic” passes, fine with me. Thank you! Ludo’.