Skip to content

Commit 34a8811

Browse files
authored
Merge pull request #417 from grml/zeha/cleanup
Drop bullseye support
2 parents 25f6429 + bda9366 commit 34a8811

File tree

4 files changed

+2
-40
lines changed

4 files changed

+2
-40
lines changed

config/bootstrap-keyring/DEBIAN_BULLSEYE

Lines changed: 0 additions & 1 deletion
This file was deleted.

config/files/DEBIAN_BULLSEYE/etc/apt/sources.list.d/debian.sources

Lines changed: 0 additions & 26 deletions
This file was deleted.

config/media-files/GRMLBASE/GRML/GRML_NAME/grml-cheatcodes.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ grml persistence Enable persistency feature, more details a
6565
http://wiki.grml.org/doku.php?id=persistency
6666
grml hostname=... Set hostname to given argument
6767
grml hostname Set a random hostname
68-
[Note: only available with releases newer than 2010.04]
6968
grml nonetworking Do not create/overwrite /etc/network/interface during startup
7069
grml distri=... Set distribution name to given argument. If a jpg file named like the
7170
given distri name can be found in directory desktop on the ISO
@@ -129,25 +128,22 @@ grml isofrom=[fs:][/device]/grml.iso Use specified ISO image for booting.
129128
NOTE: you can can also use isofrom=/dev/disk/by-label/yourlabel
130129
(adjust yourlabel as needed), which should prevent choosing the
131130
wrong block device (e.g. if more than one disk is present).
132-
grml findiso=/grml_2010.12.iso Look for the specified ISO file on all disks where it usually
131+
grml findiso=/grml-....iso Look for the specified ISO file on all disks where it usually
133132
looks for the .squashfs file (so you don't have to know the device name
134133
as in isofrom=....).
135134
grml fetch=$IP/filename.squashfs Download a squashfs image from a given url, copying to ram and booting it.
136-
[Note: releases before 2011.05 didn't support DNS but IP only.]
137135
grml live-media-path=/live/grml... Sets the path to the live filesystem on the medium
138136
By default, it is set to /live/$GRML_FLAVOUR/ (where $GRML_FLAVOUR
139137
is corresponding to grml64-full, grml32-full, grml64-small,...
140-
[Note: this option is mandatory since release 2011.12]
138+
[Note: this parameter is mandatory]
141139
grml module=grml Instead of using the default "$name.module" another file can
142140
be specified without the extension ".module"; it should be placed
143141
on "/live" directory of the live medium
144142
Useful for Multiboot USB pen, see
145143
http://wiki.grml.org/doku.php?id=tips#multiboot_usb_pen
146144
grml bootid=mybootid Use specified argument as identifier for the ISO.
147145
mybootid is specified in /conf/bootid.txt on the ISO.
148-
[Note: only available since release 2010.04]
149146
grml ignore_bootid Disable bootid verification.
150-
[Note: only available since release 2010.04]
151147

152148

153149
Debugging related settings:

config/media-scripts/GRMLBASE/41-memtest

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,5 @@ elif ifclass I386 ; then
3939
grml-live-copy-file-logged "${media_dir}"/boot/addons/memtest "${target}" /boot/memtest86+ia32.bin || true
4040
fi
4141

42-
# fallback: if we still don't have /boot/addons/memtest available, we
43-
# might have an older memtest86+ version (<=5.01-3.1) which ships
44-
# file "memtest86+.bin" instead
45-
if ! [ -r "${media_dir}/boot/addons/memtest" ] ; then
46-
grml-live-copy-file-logged "${media_dir}"/boot/addons/memtest "${target}" /boot/memtest86+.bin || true
47-
fi
48-
4942
## END OF FILE #################################################################
5043
# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2

0 commit comments

Comments
 (0)