X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;fp=grml-debootstrap;h=308563709672359da2d33c3a9a737a3f76d330fb;hp=0aad7034e6317b8a64cb31a7b811ab04a72938fb;hb=10690a93c8cfddf92ee4d6ab17015b293b0e3709;hpb=ab690ec126570721be6a205eda8f8fbc9d506d24 diff --git a/grml-debootstrap b/grml-debootstrap index 0aad703..3085637 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -853,6 +853,12 @@ ISODIR=${ISO##file:} ISODIR=${ISODIR%%/} # }}} +# Debian ISOs do not contain signed Release files {{{ +if [ -n "$ISO" ] ; then + DEBOOTSTRAP_OPT="$DEBOOTSTRAP_OPT --no-check-gpg" +fi +# }}} + # create filesystem {{{ mkfs() { if [ -n "$DIRECTORY" ] ; then