bump version to 2.2.4
This commit is contained in:
4
Makefile
4
Makefile
@@ -67,7 +67,7 @@ test_imagesize:
|
||||
|
||||
test_kvm_bios:
|
||||
# Run the resulting image in KVM/virt-manager (legacy BIOS mode)
|
||||
sudo virt-install --name dlc-test --boot cdrom --video virtio --disk path=$$PWD/dlc-test-disk0.qcow2,format=qcow2,size=20,device=disk,bus=virtio,cache=none --cdrom 'iso/dlc-2.2.3-debian-buster-amd64.hybrid.iso' --memory 2048 --vcpu 2
|
||||
sudo virt-install --name dlc-test --boot cdrom --video virtio --disk path=$$PWD/dlc-test-disk0.qcow2,format=qcow2,size=20,device=disk,bus=virtio,cache=none --cdrom 'iso/dlc-2.2.4-debian-buster-amd64.hybrid.iso' --memory 2048 --vcpu 2
|
||||
sudo virsh destroy dlc-test
|
||||
sudo virsh undefine dlc-test
|
||||
sudo rm $$PWD/dlc-test-disk0.qcow2
|
||||
@@ -75,7 +75,7 @@ test_kvm_bios:
|
||||
test_kvm_uefi:
|
||||
# Run the resulting image in KVM/virt-manager (UEFI mode)
|
||||
# UEFI support must be enabled in QEMU config for EFI install tests https://wiki.archlinux.org/index.php/Libvirt#UEFI_Support (/usr/share/OVMF/*.fd)
|
||||
sudo virt-install --name dlc-test --boot loader=/usr/share/OVMF/OVMF_CODE.fd --video virtio --disk path=$$PWD/dlc-test-disk0.qcow2,format=qcow2,size=20,device=disk,bus=virtio,cache=none --cdrom 'iso/dlc-2.2.3-debian-buster-amd64.hybrid.iso' --memory 2048 --vcpu 2
|
||||
sudo virt-install --name dlc-test --boot loader=/usr/share/OVMF/OVMF_CODE.fd --video virtio --disk path=$$PWD/dlc-test-disk0.qcow2,format=qcow2,size=20,device=disk,bus=virtio,cache=none --cdrom 'iso/dlc-2.2.4-debian-buster-amd64.hybrid.iso' --memory 2048 --vcpu 2
|
||||
sudo virsh destroy dlc-test
|
||||
sudo virsh undefine dlc-test
|
||||
sudo rm $$PWD/dlc-test-disk0.qcow2
|
||||
|
||||
@@ -24,7 +24,7 @@ lb config noauto \
|
||||
--firmware-chroot true \
|
||||
--initramfs live-boot \
|
||||
--iso-publisher dlc \
|
||||
--iso-volume dlc-2.2.3 \
|
||||
--iso-volume dlc-2.2.4 \
|
||||
--linux-packages "linux-image linux-headers" \
|
||||
--bootappend-live "boot=live config splash" \
|
||||
--memtest memtest86+ \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
menu hshift 0
|
||||
menu width 82
|
||||
|
||||
menu title dlc 2.2.3 - Boot menu
|
||||
menu title dlc 2.2.4 - Boot menu
|
||||
include stdmenu.cfg
|
||||
|
||||
label live-@FLAVOUR@-english
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
menu hshift 0
|
||||
menu width 82
|
||||
|
||||
menu title dlc 2.2.3 - Boot menu
|
||||
menu title dlc 2.2.4 - Boot menu
|
||||
include stdmenu.cfg
|
||||
include live.cfg
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
|
||||
## Download
|
||||
|
||||
**[ Download](https://github.com/nodiscc/debian-live-config/releases/download/2.2.3/dlc-2.2.3-debian-buster-amd64.hybrid.iso)** the latest ISO image
|
||||
**[ Download](https://github.com/nodiscc/debian-live-config/releases/download/2.2.4/dlc-2.2.4-debian-buster-amd64.hybrid.iso)** the latest ISO image
|
||||
|
||||
(Recommended) verify file integrity and authenticity with GPG:
|
||||
|
||||
```bash
|
||||
# download the iso, signing key, checksums and signature
|
||||
wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.3/dlc-2.2.3-debian-buster-amd64.hybrid.iso
|
||||
wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.3/dlc-release.key
|
||||
wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.3/SHA512SUMS
|
||||
wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.4/dlc-2.2.4-debian-buster-amd64.hybrid.iso
|
||||
wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.4/dlc-release.key
|
||||
wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.4/SHA512SUMS
|
||||
wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.2/SHA512SUMS.sign
|
||||
# import the release signing key
|
||||
# the key used to sign releases has key ID 16C50725859EBE2DD1B22100BCC63E85387671B9
|
||||
|
||||
Reference in New Issue
Block a user