From 764fbcca36493f4554c2034422822b6cdad37e34 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 11 Apr 2013 02:23:34 +0000 Subject: Fix root path --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index df8dd2e..7dd7b01 100755 --- a/install +++ b/install @@ -524,7 +524,7 @@ def debootstrap(): os.execl('/usr/sbin/debootstrap', 'debootstrap', '--debian-installer', '--no-check-gpg', '--include=illumos-grub,illumos-kernel', - codename, '/mnt/' + rpool + '/' + bootenv, mirror) + codename, '/mnt/' + bootenv, mirror) # bootenv includes zpool name except OSError as e: sys.exit(e.errno) else: -- cgit v1.2.3