#!/bin/bash # Illustrating how to set up an FC1 system to # save and restore log files from a tmpfs on system # startup/shutdown. # Where we are building the system # Warning: everything under this directory will be # removed. BUILDDIR=/extra_disk/wansys # tar up contents of some dirs that will be \ # tmpfs'es when the system is running, then \ # replace those dirs with symlinks. cat >/tmp/saved-state.txt.$$ <