> #!/bin/sh > echo fsck.btrfs "$@" done by kernel I'd use something like this:
#!/bin/sh # filesystem check is done by kernel # adding stub file so that mount doesn't complain # 'btrfsck' exists but is usually used by developers only echo "$(basename $0) $@ stub. Action done by kernel" Because others like me will not know about your valuable extra info. Marc Weber _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
