mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 17:39:39 +01:00
145 B
Executable File
145 B
Executable File
#!/bin/sh
if (grep -q 'tmpfs.*/var.*tmpfs' /proc/mounts) then test "$VERBOSE" != no && echo "Copying /var filesystem..." cp -a /boot/var / fi