Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2013 15:00:53 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r256544 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201310151500.r9FF0rMn083502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Tue Oct 15 15:00:53 2013
New Revision: 256544
URL: http://svnweb.freebsd.org/changeset/base/256544

Log:
  Fix SVN r256540: s/TMPETC/TMPBOOT/ for loader.conf(5) GELI entries.

Modified:
  head/usr.sbin/bsdinstall/scripts/zfsboot

Modified: head/usr.sbin/bsdinstall/scripts/zfsboot
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/zfsboot	Tue Oct 15 15:00:29 2013	(r256543)
+++ head/usr.sbin/bsdinstall/scripts/zfsboot	Tue Oct 15 15:00:53 2013	(r256544)
@@ -814,11 +814,11 @@ zfs_create_boot()
 
 	# Some additional GELI requirements for loader.conf(5)
 	echo 'zpool_cache_load="YES"' \
-		>> $BSDINSTALL_TMPETC/loader.conf.zfs || return $FAILURE
+		>> $BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
 	echo 'zpool_cache_type="/boot/zfs/zpool.cache"' \
-		>> $BSDINSTALL_TMPETC/loader.conf.zfs || return $FAILURE
+		>> $BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
 	echo 'zpool_cache_name="/boot/zfs/zpool.cache"' \
-		>> $BSDINSTALL_TMPETC/loader.conf.zfs || return $FAILURE
+		>> $BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
 
 	#
 	# Configure geli(8)-based encryption



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310151500.r9FF0rMn083502>