Skip to content

Commit 6c47418

Browse files
authored
Merge pull request #143 from grml/zeha/2026.04-relnotes
Release Grml 2026.04: move important changes up
2 parents bc70a7c + 94fbf0a commit 6c47418

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

  • content/changelogs/README-grml-2026.04

content/changelogs/README-grml-2026.04/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,41 +23,41 @@ About [the codename]({{< ref "faq#releasename" >}}).
2323
### Important changes
2424

2525
* This release is based on Debian testing/forky as of April 2026.
26+
* BIOS boot uses GRUB2 instead of ISOLINUX ([grml/grml-live#459](https://github.com/grml/grml-live/pull/459))
27+
* `en_DK.UTF-8` is used as new default for LC_TIME ([grml/grml-live#265](https://github.com/grml/grml-live/issue/265), [grml/grml-live#276](https://github.com/grml/grml-live/issue/276), [grml/grml-live#482](https://github.com/grml/grml-live/pull/482))
2628

2729
### New and removed features
2830

2931
New software since the Grml 2025.12 release is included, and we continued to clean up the house. Noteworthy changes are:
3032

3133
#### [grml-live](https://github.com/grml/grml-live/) - build system for creating Grml (based) Linux live systems:
3234

33-
* Uses GRUB 2 for BIOS boot instead of ISOLINUX ([grml/grml-live#459](https://github.com/grml/grml-live/pull/459))
34-
* grml-terminalserver was added on arm64 ([grml/grml-live#480](https://github.com/grml/grml-live/pull/480))
35-
* Uses en_DK.UTF-8 as new default for LC_TIME ([grml/grml-live#265](https://github.com/grml/grml-live/issue/265), [grml/grml-live#276](https://github.com/grml/grml-live/issue/276), [grml/grml-live#482](https://github.com/grml/grml-live/pull/482))
36-
* Incorporate previously separate package grml-hostname ([grml/grml#225](https://github.com/grml/grml/issues/225), [grml/grml-live#425](https://github.com/grml/grml-live/pull/415))
35+
* Incorporate previously separate package grml-scripts ([grml/grml#225](https://github.com/grml/grml/issues/225), [grml/grml-live#425](https://github.com/grml/grml-live/pull/415))
3736

3837
Detailed changes: [grml-live v0.55.1 to v0.56.0](https://github.com/grml/grml-live/compare/v0.55.1...v0.56.0) [[^1]]
3938

40-
[^1]: [1]: Note, that when comparing the changes between [grml-live v0.55.1 to v0.56.0](https://github.com/grml/grml-live/compare/v0.55.1...v0.56.0) it includes all commits from grml-hostname.
41-
To only list the changes from grml-live v0.55.1 to v0.56.0 use the following git command to exclude all commits from grml-hostname which were created before grml-live v0.55.1 was released.
39+
[^1]: [1]: Note, that when comparing the changes between [grml-live v0.55.1 to v0.56.0](https://github.com/grml/grml-live/compare/v0.55.1...v0.56.0) it includes all commits from grml-scripts.
40+
To only list the changes from grml-live v0.55.1 to v0.56.0 use the following git command to exclude all commits from grml-scripts which were created before grml-live v0.55.1 was released.
4241

4342
`git log --oneline --no-merges --after "2025-12-11 18:41:18 +0100"`
4443

4544
#### [grml-debootstrap](https://github.com/grml/grml-debootstrap) - Debian system install tool:
4645

47-
* Dropped support for Debian v11 / bullseye and replaced isc-dhcp-client with dhcpcd-base ([grml/grml-debootstrap#366](https://github.com/grml/grml-debootstrap/pull/366))
48-
* Added Raspberry Pi image generation support [grml/grml-debootstrap#335](https://github.com/grml/grml-debootstrap/pull/335))
46+
* Drop support for Debian v11 / bullseye and replaced isc-dhcp-client with dhcpcd-base ([grml/grml-debootstrap#366](https://github.com/grml/grml-debootstrap/pull/366))
47+
* Add Raspberry Pi image generation support [grml/grml-debootstrap#335](https://github.com/grml/grml-debootstrap/pull/335))
4948

5049
Detailed changes: [grml-debootstrap v0.123 to v0.127](https://github.com/grml/grml-debootstrap/compare/v0.123...v0.127)
5150

5251
#### [grml-terminalserver](https://github.com/grml/grml-terminalserver) - terminalserver for Grml:
5352

5453
* Add support for dnsmasq as DHCP server alternative ([grml/grml-terminalserver#20](https://github.com/grml/grml-terminalserver/pull/20))
54+
* Add to arm64 ISO ([grml/grml-live#480](https://github.com/grml/grml-live/pull/480))
5555

5656
#### [grml2usb](https://github.com/grml/grml2usb) - install Grml ISOs to USB keys:
5757

58-
* Uses GRUB for BIOS boot ([grml/grml2usb#104](https://github.com/grml/grml2usb/pull/104))
59-
* Droppd mkisofs/genisoimage support, requires xorriso ([ff92ca9](https://github.com/grml/grml2usb/commit/ff92ca9))
60-
* Replaced mbrldr/mbrmgr with syslinux MBR ([c695dda](https://github.com/grml/grml2usb/commit/c695dda))
58+
* Use GRUB2 for BIOS boot ([grml/grml2usb#104](https://github.com/grml/grml2usb/pull/104))
59+
* Drop mkisofs/genisoimage support, requires xorriso ([ff92ca9](https://github.com/grml/grml2usb/commit/ff92ca9))
60+
* Replace mbrldr/mbrmgr with syslinux MBR ([c695dda](https://github.com/grml/grml2usb/commit/c695dda))
6161

6262
Detailed changes: [grml2usb v0.20.10..v0.20.13](https://github.com/grml/grml2usb/compare/v0.20.10...v0.20.13)
6363

0 commit comments

Comments
 (0)