summaryrefslogtreecommitdiff
path: root/root_image
diff options
context:
space:
mode:
Diffstat (limited to 'root_image')
-rwxr-xr-xroot_image4
1 files changed, 3 insertions, 1 deletions
diff --git a/root_image b/root_image
index 0ce66c4..be75450 100755
--- a/root_image
+++ b/root_image
@@ -20,7 +20,7 @@ fi
checkdep fallocate util-linux
checkdep mkfs.ext4 e2fsprogs
-IMAGE_SIZE="4G"
+IMAGE_SIZE="10G"
MIRROR=http://ftp.us.debian.org/debian/
usage()
@@ -99,6 +99,8 @@ PACKAGES+=(libssl-dev libgdbm-dev libgdbm-compat-dev)
# nfs testing:
PACKAGES+=(nfs-kernel-server)
+PACKAGES+=(nbd-client)
+
# dm testing:
PACKAGES+=(cryptsetup)