[Fai-commit] r3333 - trunk/examples/simple/files/boot/grub/menu.lst

fai-repository at svn.debian.org fai-repository at svn.debian.org
Tue Mar 28 14:06:51 UTC 2006


Author: lange
Date: 2006-03-28 14:06:50 +0000 (Tue, 28 Mar 2006)
New Revision: 3333

Modified:
   trunk/examples/simple/files/boot/grub/menu.lst/postinst
Log:
fix wrong path


Modified: trunk/examples/simple/files/boot/grub/menu.lst/postinst
===================================================================
--- trunk/examples/simple/files/boot/grub/menu.lst/postinst	2006-03-27 21:54:57 UTC (rev 3332)
+++ trunk/examples/simple/files/boot/grub/menu.lst/postinst	2006-03-28 14:06:50 UTC (rev 3333)
@@ -3,8 +3,10 @@
 error=0 ; trap "error=$((error|1))" ERR
 
 set -a
-[ -r $target/etc/fai/disk_var.sh ] && . $target/etc/fai/disk_var.sh
 
+# during softupdate use this file
+[ -r $target/var/log/fai/disk_var.sh ] && . $target/var/log/fai/disk_var.sh
+
 # if class NOMBR is defined, write boot loader into root partition, not into mbr
 ifclass NOMBR && BOOT_DEVICE=$BOOT_PARTITION
 




More information about the Fai-commit mailing list