SW: use Debian kernel packages instead of our custom Grml ones
authorMichael Prokop <mika@grml.org>
Thu, 31 Oct 2019 15:17:48 +0000 (16:17 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 31 Oct 2019 15:19:51 +0000 (16:19 +0100)
Maintaining and keeping our linux-image-i386-grml +
linux-image-amd64-grml packages requires manpower we currently
don't really have. Instead let's see whether switching to the
kernel packages provided by Debian fits our needs. (This might
not be the case if we need different configuration options,
defaults, extra patches or the release cycle doesn't fit for
us, but it's worth a try, so let's find out.)

See https://github.com/grml/grml/issues/139

docs/grml-live.txt
etc/grml/fai/config/package_config/GRML_FULL
etc/grml/fai/config/package_config/GRML_SMALL

index 5733323..455889f 100644 (file)
@@ -348,12 +348,11 @@ ISO size.
 defining a Grml system. Important parts of the buildprocess are specified in
 this class as well, so unless you have a really good reason you should always
 use this class. Please be aware that using *just* the GRMLBASE class won't be
-enough, because the kernel packages (e.g. linux-image-i386-grml +
-linux-image-amd64-grml) are chosen in further GRML_* classes (to provide maximum
-flexibility with kernel selection). If you don't want to use the existing
-GRML_FULL or GRML_SMALL classes, define your own CLASS file choosing the kernel
-package you want to use (and don't forget to include your CLASS in the arguments
-of grml-live's -c... command line option).
+enough, because the kernel packages (e.g. linux-image-*) are chosen in further
+GRML_* classes (to provide maximum flexibility with kernel selection). If you
+don't want to use the existing GRML_FULL or GRML_SMALL classes, define your own
+CLASS file choosing the kernel package you want to use (and don't forget to
+include your CLASS in the arguments of grml-live's -c... command line option).
 
 * GRML_FULL: full featured Grml, also known as the "normal", full grml as
 introduced in December 2011 (~600MB ISO size).
index cf2c8f7..abe9224 100644 (file)
@@ -342,9 +342,9 @@ stress
 man-db
 
 PACKAGES install I386
-linux-image-i386-grml
+linux-image-686
 linux-cpupower
 
 PACKAGES install AMD64
-linux-image-amd64-grml
+linux-image-amd64
 linux-cpupower
index 8793000..96dc42b 100644 (file)
@@ -99,7 +99,7 @@ zip
 zsh
 
 PACKAGES install I386
-linux-image-i386-grml
+linux-image-686
 
 PACKAGES install AMD64
-linux-image-amd64-grml
+linux-image-amd64