From 5cb52946e51297ac2a4779a159f742e3619f4c6e Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 12 Dec 2008 22:43:17 +0100 Subject: cleanup stale files on start and stop + long overdue introduction of $RUNTIME_DIR --- src/core/libs/lib-blockdevices-filesystems.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/core/libs/lib-blockdevices-filesystems.sh') diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index 5638f84..6bfa823 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -22,11 +22,11 @@ modprobe aes-i586 || show_warning modprobe 'Could not modprobe aes-i586. no supp -TMP_DEV_MAP=/home/arch/aif/runtime/dev.map -TMP_FSTAB=/home/arch/aif/runtime/.fstab -TMP_PARTITIONS=/home/arch/aif/runtime/.partitions -TMP_FILESYSTEMS=/home/arch/aif/runtime/.filesystems # Only used internally by this library. Do not even think about using this as interface to this library. it won't work -TMP_BLOCKDEVICES=/home/arch/aif/runtime/.blockdata +TMP_DEV_MAP=$RUNTIME_DIR/dev.map +TMP_FSTAB=$RUNTIME_DIR/.fstab +TMP_PARTITIONS=$RUNTIME_DIR/.partitions +TMP_FILESYSTEMS=$RUNTIME_DIR/.filesystems # Only used internally by this library. Do not even think about using this as interface to this library. it won't work +TMP_BLOCKDEVICES=$RUNTIME_DIR/.blockdata -- cgit v1.2.3-54-g00ecf