crypt/cryptroot-ask.sh: check and use NEWROOT
authorHarald Hoyer <harald@redhat.com>
Mon, 11 Apr 2011 11:34:58 +0000 (13:34 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 11 Apr 2011 11:34:58 +0000 (13:34 +0200)
modules.d/90crypt/cryptroot-ask.sh

index 2099dfc..6c7f18d 100755 (executable)
@@ -3,9 +3,10 @@
 # ex: ts=8 sw=4 sts=4 et filetype=sh
 
 PATH=/usr/sbin:/usr/bin:/sbin:/bin
+NEWROOT=${NEWROOT:-"/sysroot"}
 
 # do not ask, if we already have root
-[ -f /sysroot/proc ] && exit 0
+[ -f $NEWROOT/proc ] && exit 0
 
 # check if destination already exists
 [ -b /dev/mapper/$2 ] && exit 0