[Libguestfs] [PATCH 2/2] builder/templates: remove Debian 6 (Squeeze)

Guido Günther agx at sigxcpu.org
Sun Aug 27 14:00:56 UTC 2017


Hi,
On Sun, Aug 27, 2017 at 01:21:39AM +0200, Florian Klink wrote:
> it's not on the mirrors anymore, so not installable anymore.

It's certainly still on

      http://cdimage.debian.org/mirror/cdimage/archive/
      
but there will be issues due to outdated signatures and such so it's
better to remove it.
Cheers,
 -- Guido

> ---
>  builder/templates/debian-6.index-fragment | 32 -------------------------------
>  builder/templates/make-template.ml        |  1 -
>  2 files changed, 33 deletions(-)
>  delete mode 100644 builder/templates/debian-6.index-fragment
> 
> diff --git a/builder/templates/debian-6.index-fragment b/builder/templates/debian-6.index-fragment
> deleted file mode 100644
> index 3b0c78da9..000000000
> --- a/builder/templates/debian-6.index-fragment
> +++ /dev/null
> @@ -1,32 +0,0 @@
> -[debian-6]
> -name=Debian 6 (Squeeze)
> -osinfo=debian6
> -arch=x86_64
> -file=debian-6.xz
> -revision=2
> -checksum=bff9c28da0375fde65fa238d7a2ea644cbfad0ea3246783a2f44a98f2374850987679c3f1032a632d3c6238de8d9e43291d07a82efc1e824945000e206b9f6cc
> -format=raw
> -size=4294967296
> -compressed_size=139615908
> -expand=/dev/sda1
> -notes=Debian 6 (Squeeze).
> - 
> - This is a default Debian install.
> - 
> - The preseed and virt-install scripts that produced this image
> - can be found in the libguestfs source tree:
> - 
> - builder/website/debian.preseed
> - builder/website/debian.sh
> - 
> - This image is so very minimal that it only includes an ssh
> - server and no virtual consoles.  To enable virtual consoles
> - use this virt-builder option:
> - 
> - virt-builder debian-6 \
> -     --edit '/etc/inittab: s,^#([1-9].*respawn.*/sbin/getty.*),$1,'
> - 
> - This image does not contain SSH host keys.  To regenerate them use:
> - 
> - --firstboot-command "dpkg-reconfigure openssh-server"
> -
> diff --git a/builder/templates/make-template.ml b/builder/templates/make-template.ml
> index 42ff48eb9..24c6d5582 100755
> --- a/builder/templates/make-template.ml
> +++ b/builder/templates/make-template.ml
> @@ -328,7 +328,6 @@ and os_of_string os ver =
>    match os, ver with
>    | "centos", ver -> let maj, min = parse_major_minor ver in CentOS (maj, min)
>    | "rhel", ver -> let maj, min = parse_major_minor ver in RHEL (maj, min)
> -  | "debian", "6" -> Debian (6, "squeeze")
>    | "debian", "7" -> Debian (7, "wheezy")
>    | "debian", "8" -> Debian (8, "jessie")
>    | "debian", "9" -> Debian (9, "stretch")
> -- 
> 2.14.1
> 
> _______________________________________________
> Libguestfs mailing list
> Libguestfs at redhat.com
> https://www.redhat.com/mailman/listinfo/libguestfs
> 




More information about the Libguestfs mailing list