summaryrefslogtreecommitdiff
path: root/bin/debvm-create
diff options
context:
space:
mode:
Diffstat (limited to 'bin/debvm-create')
-rwxr-xr-xbin/debvm-create12
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/debvm-create b/bin/debvm-create
index 95305a9..2e838f2 100755
--- a/bin/debvm-create
+++ b/bin/debvm-create
@@ -101,6 +101,12 @@ Any positional arguments passed here will be treated as mirror specifications by
=back
+=head1 EXAMPLES
+
+In order to create images for Debian ports architectures, you can pass two options to mmdebstrap:
+
+ debvm-create ... -- http://deb.debian.org/debian-ports --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg
+
=head1 SEE ALSO
debvm-run(1) mmdebstrap(1)
@@ -216,6 +222,9 @@ case "$ARCHITECTURE" in
armhf)
KERNEL_ARCH=armmp
;;
+ hppa)
+ KERNEL_ARCH=parisc
+ ;;
i386)
KERNEL_ARCH=686-pae
;;
@@ -225,6 +234,9 @@ case "$ARCHITECTURE" in
mipsel)
KERNEL_ARCH=4kc-malta
;;
+ ppc64)
+ KERNEL_ARCH=powerpc64
+ ;;
ppc64el)
KERNEL_ARCH=powerpc64le
;;