extractfs 145 B

1234567
  1. #!/bin/sh
  2. if (grep -q 'tmpfs.*/var.*tmpfs' /proc/mounts)
  3. then
  4. test "$VERBOSE" != no && echo "Copying /var filesystem..."
  5. cp -a /boot/var /
  6. fi