Skip to content

Commit

Permalink
release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Sep 1, 2022
1 parent cc7052d commit b010494
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [v3.0.1](https://gitlab.com/nodiscc/dlc/releases/tag/3.0.1) - UNRELEASED
## [v3.0.1](https://gitlab.com/nodiscc/dlc/releases/tag/3.0.1) - 2022-09-01

### Added
- packages: system/virtualization: add [libguestfs-tools](https://packages.debian.org/libguestfs-tools), [virt-p2v](https://packages.debian.org/virt-p2v), [libguestfs-rsync](https://packages.debian.org/libguestfs-rsync), [libguestfs-rescue](https://packages.debian.org/libguestfs-rescue)
Expand All @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- packages: remove NVIDIA proprietary drivers from the default installation

### Changed
- update all packages to latest stable versions
- no longer install Linux kernel/firmware and NVIDIA drivers from backports, use versions from Debian Stable
- defaults/skel: autostart keepassxc on login
- defaults/skel: enable KeepassXC/Firefox integration by default
Expand Down
2 changes: 1 addition & 1 deletion auto/config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lb config noauto \
--firmware-chroot true \
--initramfs live-boot \
--iso-publisher dlc \
--iso-volume dlc-3.0.0 \
--iso-volume dlc-3.0.1 \
--linux-packages "linux-image linux-headers" \
--bootappend-live "boot=live config splash" \
--memtest memtest86+ \
Expand Down
2 changes: 1 addition & 1 deletion config/bootloaders/grub-pc/live-theme/theme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
desktop-image: "../splash.png"
title-color: "#ffffff"
title-font: "DejaVu Sans Bold 16"
title-text: "debian-live-config 3.0.0 (Debian 11.1.0)"
title-text: "debian-live-config 3.0.1 (Debian 11.1.0)"
message-font: "Unifont Regular 16"
terminal-font: "Unifont Regular 16"

Expand Down
2 changes: 1 addition & 1 deletion config/bootloaders/isolinux/live.cfg.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
menu hshift 0
menu width 82

menu title dlc 3.0.0 - Boot menu
menu title dlc 3.0.1 - Boot menu
include stdmenu.cfg

label live-@FLAVOUR@-english
Expand Down
2 changes: 1 addition & 1 deletion config/bootloaders/isolinux/menu.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
menu hshift 0
menu width 82

menu title debian-live-config 3.0.0 (Debian 11.1.0)
menu title debian-live-config 3.0.1 (Debian 11.4.0)
include stdmenu.cfg
include live.cfg

Expand Down
4 changes: 2 additions & 2 deletions doc/md/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

project = 'debian-live-config'
author = 'nodiscc@gmail.com'
version = '3.0.0'
release = '3.0.0'
version = '3.0.1'
release = '3.0.1'
html_show_copyright = True

# -- General configuration ---------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions doc/md/download-and-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

## Download

**[![](download.png) Download](https://github.com/nodiscc/debian-live-config/releases/download/3.0.0/dlc-3.0.0-debian-bullseye-amd64.hybrid.iso)** the latest ISO image
**[![](download.png) Download](https://github.com/nodiscc/debian-live-config/releases/download/3.0.1/dlc-3.0.1-debian-bullseye-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/3.0.0/dlc-3.0.0-debian-bullseye-amd64.hybrid.iso
wget https://github.com/nodiscc/debian-live-config/releases/download/3.0.0/dlc-release.key
wget https://github.com/nodiscc/debian-live-config/releases/download/3.0.0/SHA512SUMS
wget https://github.com/nodiscc/debian-live-config/releases/download/3.0.0/SHA512SUMS.sign
wget https://github.com/nodiscc/debian-live-config/releases/download/3.0.1/dlc-3.0.1-debian-bullseye-amd64.hybrid.iso
wget https://github.com/nodiscc/debian-live-config/releases/download/3.0.1/dlc-release.key
wget https://github.com/nodiscc/debian-live-config/releases/download/3.0.1/SHA512SUMS
wget https://github.com/nodiscc/debian-live-config/releases/download/3.0.1/SHA512SUMS.sign
# import the release signing key
# the key used to sign releases has key ID EE73FC8FD71E3CC83606FDF361B23168A539DBBD
gpg --import dlc-release.key
Expand Down

0 comments on commit b010494

Please sign in to comment.