grml-live.git
10 years agoGRMLBASE/45-grub-images: drop raid.mod from static module list
Michael Prokop [Mon, 20 May 2013 21:32:22 +0000 (23:32 +0200)]
GRMLBASE/45-grub-images: drop raid.mod from static module list

Related to previous commit (be660305).

10 years agoGRMLBASE/45-grub-images: adapt script for renamed raid.mod file
Michael Prokop [Mon, 20 May 2013 17:26:45 +0000 (19:26 +0200)]
GRMLBASE/45-grub-images: adapt script for renamed raid.mod file

Up until (and including) grub version 1.99-27.1 it's called
raid.mod, starting with grub version 2.00-14 the raid.mod
file no longer exists.

Fixes:

| =====   shell: GRMLBASE/45-grub-images   =====
| grub-mkimage: error: cannot stat `/usr/lib/grub/i386-pc/raid.mod': No such file or directory.
| GRMLBASE/45-grub-images FAILED with exit code 1.

Thanks: Jordan Uggla for the feedback

11 years agogrml-live-remaster: check for /remaster before using it, mount-bind /run and /dev...
Michael Prokop [Tue, 12 Mar 2013 11:33:45 +0000 (12:33 +0100)]
grml-live-remaster: check for /remaster before using it, mount-bind /run and /dev/pts, create filesystem.module [Closes: issue1241]

Thanks: Moritz Molle for the initial patch

11 years agoRelease new version 0.20.1 v0.20.1
Michael Prokop [Tue, 26 Feb 2013 11:15:47 +0000 (12:15 +0100)]
Release new version 0.20.1

11 years agoSW: add genisoimage to GRML_FULL
Michael Prokop [Tue, 26 Feb 2013 11:00:13 +0000 (12:00 +0100)]
SW: add genisoimage to GRML_FULL

Required at least by grml-live-remaster (which is neither very
stable nor beautiful but anyway useful in certain situations, so
make its usage at least as easy as possible).

Thanks: Charles A. Hewson <cahewson@eskimo.com> for the bug report
Acked-by: Alexander Wirt <formorer@grml.org>
11 years agogrml-cheatcodes: adjust live image path for new live-boot default
Michael Prokop [Tue, 26 Feb 2013 10:56:30 +0000 (11:56 +0100)]
grml-cheatcodes: adjust live image path for new live-boot default

11 years agoisolinux boot splashes: adjust path to grml-cheatcodes.txt
Michael Prokop [Tue, 26 Feb 2013 10:52:38 +0000 (11:52 +0100)]
isolinux boot splashes: adjust path to grml-cheatcodes.txt

11 years agoAdopt grml-live-remaster for live-boot's new /lib/live/mount/medium/
Michael Prokop [Tue, 26 Feb 2013 10:52:04 +0000 (11:52 +0100)]
Adopt grml-live-remaster for live-boot's new /lib/live/mount/medium/

11 years agoRelease new version 0.20.0 v0.20.0
Michael Prokop [Mon, 4 Feb 2013 12:39:44 +0000 (13:39 +0100)]
Release new version 0.20.0

11 years agoSW: drop firmware-ipw2x00 from GRMLBASE
Michael Prokop [Mon, 14 Jan 2013 22:59:37 +0000 (23:59 +0100)]
SW: drop firmware-ipw2x00 from GRMLBASE

This is crap:

| Unpacking firmware-ipw2x00 (from .../firmware-ipw2x00_0.36_all.deb) ...
|
| firmware-ipw2x00 agree question could not be asked
| try 'dpkg-reconfigure debconf' to select a frontend other than noninteractive
|
| dpkg: error processing /var/cache/apt/archives/firmware-ipw2x00_0.36_all.deb (--unpack):
|  subprocess new pre-installation script returned error exit status 2

11 years agoSW: Move firmware packages to GRMLBASE
Alexander Wirt [Sat, 5 Jan 2013 15:46:29 +0000 (16:46 +0100)]
SW: Move firmware packages to GRMLBASE

We want to have the firmware packages on all Grml based ISOs.

List based on output generated via:

  ( echo -e '\n# firmware packages' ;  apt-cache search firmware | \
    awk '$1 ~/(^firmware|firmware$|firmware-linux-free|firmware-linux-nonfree$)/{print $1}' | \
    egrep -v '(midisport|wlan-ng|installer|crystal|ivtv)' | sort ) >> GRMLBASE

Signed-off-by: Michael Prokop <mika@grml.org>
11 years agoRelease new version 0.19.9 v0.19.9
Michael Prokop [Mon, 17 Dec 2012 11:59:04 +0000 (12:59 +0100)]
Release new version 0.19.9

11 years agoBump Standards-Version to 3.9.4
Michael Prokop [Mon, 17 Dec 2012 11:58:21 +0000 (12:58 +0100)]
Bump Standards-Version to 3.9.4

11 years agoRelease new version 0.19.8 v0.19.8
Michael Prokop [Mon, 26 Nov 2012 14:10:39 +0000 (15:10 +0100)]
Release new version 0.19.8

11 years agoSW: add uuid-runtime to GRMLBASE [Closes: issue1218]
Michael Prokop [Mon, 26 Nov 2012 14:06:38 +0000 (15:06 +0100)]
SW: add uuid-runtime to GRMLBASE [Closes: issue1218]

With less than 130kB installed size it's a no-brainer and
uuidgen is something we want to have on each Grml system
available.

Thanks: Raoul <raoul@bhatia.at> for the feature request

11 years agodrop log call when trying to source /etc/grml/grml-live.conf
Michael Prokop [Tue, 2 Oct 2012 08:22:29 +0000 (10:22 +0200)]
drop log call when trying to source /etc/grml/grml-live.conf

We don't have log() available at that stage yet.

11 years agoFix typo
Michael Prokop [Thu, 27 Sep 2012 06:22:24 +0000 (08:22 +0200)]
Fix typo

Git-Dch: Ignore

11 years agoSource /etc/grml/grml-live.conf only if it can be read
Michael Prokop [Wed, 26 Sep 2012 17:41:00 +0000 (19:41 +0200)]
Source /etc/grml/grml-live.conf only if it can be read

We no longer depend on the file /etc/grml/grml-live.conf as
we keep system defaults in the program nowadays, so do not
fail if file can not be read.

Thanks: Evgeni Golov for reporting

11 years agodocs: update list of supported Debian suites
Michael Prokop [Wed, 26 Sep 2012 17:38:18 +0000 (19:38 +0200)]
docs: update list of supported Debian suites

11 years agocreate a list of non-free packages and their licenses
Evgeni Golov [Tue, 25 Sep 2012 16:31:18 +0000 (18:31 +0200)]
create a list of non-free packages and their licenses

11 years agoSW: add ifenslave-2.6 to GRML_FULL and GRML_SMALL
Michael Prokop [Wed, 26 Sep 2012 14:51:31 +0000 (16:51 +0200)]
SW: add ifenslave-2.6 to GRML_FULL and GRML_SMALL

Acked-by: Evgeni Golov
Acked-by: Alexander Wirt
11 years agopersistency boot option: mention full-ov + custom-ov in help text
Michael Prokop [Thu, 13 Sep 2012 14:10:10 +0000 (16:10 +0200)]
persistency boot option: mention full-ov + custom-ov in help text

11 years agoNew persistency mode is used via boot option "persistence" instead of "persistent"
Michael Prokop [Thu, 13 Sep 2012 13:13:33 +0000 (15:13 +0200)]
New persistency mode is used via boot option "persistence" instead of "persistent"

11 years agoRelease new version 0.19.7 v0.19.7
Michael Prokop [Tue, 11 Sep 2012 13:13:20 +0000 (15:13 +0200)]
Release new version 0.19.7

11 years agoStore md5sum of all files being available in build output directory
Michael Prokop [Wed, 5 Sep 2012 07:22:59 +0000 (09:22 +0200)]
Store md5sum of all files being available in build output directory

As of commit ff80c12bbdaf7ffaff4722bbd96808f2dbfbcad9
['Install "GRML" files into GRML/$GRML_NAME/']
the squashfs file is missing in the md5sum file, even
though the squashfs file is the most important one to
check for.

11 years agoSW: drop ia32-libs from GRML_FULL
Michael Prokop [Fri, 31 Aug 2012 08:25:12 +0000 (10:25 +0200)]
SW: drop ia32-libs from GRML_FULL

ia32-libs now needs multiarch enabled for i386 on amd64

Acked-by: Evgeni Golov
11 years agoDrop insserv removal from instsoft.GRMLBASE hook script
Michael Prokop [Tue, 28 Aug 2012 07:18:36 +0000 (09:18 +0200)]
Drop insserv removal from instsoft.GRMLBASE hook script

Nowadays even file-rc depends on insserv, so let's see how well
this works out and be prepared...

11 years agodpkg-divert grub-probe binary to avoid problems in OpenVZ environments
Michael Prokop [Mon, 27 Aug 2012 18:20:55 +0000 (20:20 +0200)]
dpkg-divert grub-probe binary to avoid problems in OpenVZ environments

It's a hard to debug problem as it doesn't seem to be
reproducible in every OpenVZ environment and on the other hand
makes the system unusable as soon as the bug is triggered. :(

On the command line/in the logs you'll notice something like
that before the system is becoming unuseable:

| Setting up grub-common (1.99-22.1) ...
| Setting up grub2-common (1.99-22.1) ...
| Setting up grub-pc-bin (1.99-22.1) ...
| Setting up grub-pc (1.99-22.1) ...
|
| Creating config file /etc/default/grub with new version
| grub-probe: error: cannot find a device for / (is /dev mounted?).
| grub-probe: error: cannot find a device for /boot (is /dev mounted?).
| grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?).

To avoid grub-probe being executed during software installation
let's dpkg-divert the binary during the FAI dirinstall process
through the existing hook script instsoft.GRMLBASE. Then revert
the dpkg-divert via scripts/GRMLBASE/98-clean-chroot before
actually building the ISO again.

While at it also divert update-grub in the same code path as
well.

11 years agoRelease new version 0.19.6 v0.19.6
Michael Prokop [Mon, 27 Aug 2012 13:33:41 +0000 (15:33 +0200)]
Release new version 0.19.6

11 years agoSW: add ssmping to GRML_FULL
Michael Prokop [Mon, 30 Jul 2012 21:35:45 +0000 (23:35 +0200)]
SW: add ssmping to GRML_FULL

Useful for testing if multicast is working between two nodes,
see e.g. http://pve.proxmox.com/wiki/Multicast_notes#test_if_multicast_is_working_between_two_nodes

11 years agoSW: replace fuse-utils with fuse
Michael Prokop [Mon, 30 Jul 2012 15:49:18 +0000 (17:49 +0200)]
SW: replace fuse-utils with fuse

fuse-utils is a transitional package starting with wheezy

11 years agoDo not accept any command line arguments we can't handle
Michael Prokop [Fri, 27 Jul 2012 12:43:40 +0000 (14:43 +0200)]
Do not accept any command line arguments we can't handle

When executing something like:

| grml-live [...] -V B -q

this doesn't skip the mksquashfs stage (and neither the chroot
build stage of course) because the "B" can't be processed for
obvious reasons.  The user mistyped the "-B" here, but then we
shouldn't even try to execute the command line, so just exit in
such a case.

11 years agoDisplay usage information if any unknown cmdline option is used
Michael Prokop [Fri, 27 Jul 2012 12:43:07 +0000 (14:43 +0200)]
Display usage information if any unknown cmdline option is used

This is more user friendly than just displaying an error message

11 years agoSW: add gddrescue to GRML_SMALL
Michael Prokop [Tue, 24 Jul 2012 16:41:29 +0000 (18:41 +0200)]
SW: add gddrescue to GRML_SMALL

Signed-off-by: Alexander Wirt <formorer@grml.org>
11 years agoSW: drop ddrescue from GRML_MEDIUM and GRML_SMALL (removed from Debian, see #677101)
Michael Prokop [Tue, 24 Jul 2012 15:03:30 +0000 (17:03 +0200)]
SW: drop ddrescue from GRML_MEDIUM and GRML_SMALL (removed from Debian, see #677101)

See http://bugs.debian.org/677101

11 years agoSW: add netsniff-ng to GRML_FULL [Closes: issue1197]
Michael Prokop [Mon, 23 Jul 2012 12:23:19 +0000 (14:23 +0200)]
SW: add netsniff-ng to GRML_FULL [Closes: issue1197]

11 years agoRevert "Replace cdn.debian.net with http.debian.net"
Michael Prokop [Thu, 12 Jul 2012 18:42:16 +0000 (20:42 +0200)]
Revert "Replace cdn.debian.net with http.debian.net"

This reverts commit 0533a725f51aa9759cf12312cff52a50756ba47e.
"E: Method gave invalid 200 URI Start message" seems to be
related to http.debian.net

11 years agoRelease new version 0.19.5 v0.19.5
Michael Prokop [Mon, 2 Jul 2012 13:27:30 +0000 (15:27 +0200)]
Release new version 0.19.5

11 years agoSW: add epdfview to GRML_FULL [Closes: issue1189]
Michael Prokop [Mon, 2 Jul 2012 13:22:35 +0000 (15:22 +0200)]
SW: add epdfview to GRML_FULL [Closes: issue1189]

Closes: issue1189
Thanks: Evgeni Golov, Alexander Wirt and Markus Ulrich raising this issue

11 years agotemplates/GRML/README.txt: update to match current development
Michael Prokop [Mon, 2 Jul 2012 13:20:43 +0000 (15:20 +0200)]
templates/GRML/README.txt: update to match current development

11 years agoReplace cdn.debian.net with http.debian.net
Michael Prokop [Mon, 2 Jul 2012 13:05:26 +0000 (15:05 +0200)]
Replace cdn.debian.net with http.debian.net

Visit http://http.debian.net/ for details.

Also drop the "mirror selected via geo-ip" from the comments as
it's missleading if the deb line gets replaced for RELEASE builds
with snapshot.debian.org.

11 years agoSW: add firmware-bnx2 + firmware-bnx2x to GRML_SMALL and GRML_FULL
Michael Prokop [Mon, 2 Jul 2012 10:11:57 +0000 (12:11 +0200)]
SW: add firmware-bnx2 + firmware-bnx2x to GRML_SMALL and GRML_FULL

Acked-by: Alexander Wirt <formorer@grml.org>
11 years agoSW: drop arrayprobe from GRML_FULL + GRML_XL
Michael Prokop [Fri, 22 Jun 2012 21:39:27 +0000 (23:39 +0200)]
SW: drop arrayprobe from GRML_FULL + GRML_XL

The package is gone from Debian (RoQA; unmaintained, RC-buggy),
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656590

11 years agoUnset TMPDIR to avoid leaking the variable into chroot scripts
Michael Prokop [Wed, 13 Jun 2012 15:52:30 +0000 (17:52 +0200)]
Unset TMPDIR to avoid leaking the variable into chroot scripts

We've reports that with TMPDIR being set the FAI scripts fail
inside the chroot, so let's avoid that.

11 years agoRelease new version 0.19.4 v0.19.4
Michael Prokop [Mon, 11 Jun 2012 22:34:35 +0000 (00:34 +0200)]
Release new version 0.19.4

11 years agoGRMLBASE/95-package-information: drop field width option in dpkg-query command
Michael Prokop [Sat, 9 Jun 2012 13:10:47 +0000 (15:10 +0200)]
GRMLBASE/95-package-information: drop field width option in dpkg-query command

dpkg v1.16.4 has a regression, failing the dpkg-query command to
execute correctly. Because of that our daily builds fail, no need
to force usage of the field width option, so let's just drop it.
See Debian's BTS #676796

11 years agoGRMLBASE/45-grub-images: put single quotes to appropriate place
Michael Prokop [Fri, 8 Jun 2012 15:28:14 +0000 (17:28 +0200)]
GRMLBASE/45-grub-images: put single quotes to appropriate place

Works otherwise too but not when testing in shells interpreting '}'

11 years agoGRMLBASE/45-grub-images: calculate real disk size of bootx64.efi
Michael Prokop [Fri, 8 Jun 2012 13:31:01 +0000 (15:31 +0200)]
GRMLBASE/45-grub-images: calculate real disk size of bootx64.efi

Fixes case where size of file is mis-detected due to transparent
compression, resulting in "disk full" error when running 45-grub-images

Thanks: Andras Korn for the patch

11 years agoDo not bailout (incl. cleanup) but just exit if user wants to quit
Michael Prokop [Thu, 7 Jun 2012 23:48:09 +0000 (01:48 +0200)]
Do not bailout (incl. cleanup) but just exit if user wants to quit

There's no need to remove/unmount anything yet unless the
user wants to really run the specified configuration.

11 years agoDo not remove the chroot if the user backs out
Csillag Tamas [Thu, 7 Jun 2012 22:31:28 +0000 (00:31 +0200)]
Do not remove the chroot if the user backs out

Set CLEAN_ARTIFACTS to false if the user aborts.

11 years agoArchitecture sanity check: be more restrictive using a word-regexp grep
Michael Prokop [Mon, 4 Jun 2012 21:26:39 +0000 (23:26 +0200)]
Architecture sanity check: be more restrictive using a word-regexp grep

11 years agoIgnore --uefi option for isohybrid on 32bit systems
Michael Prokop [Mon, 4 Jun 2012 21:23:49 +0000 (23:23 +0200)]
Ignore --uefi option for isohybrid on 32bit systems

This avoids this misleading error message:

| * Creating hybrid ISO file with isohybrid method
| * Detected uefi support for isohybrid, enabling
| isohybrid: /srv/jenkins/jobs/grml32-full_testing/workspace/grml_isos/grml32-full_testing_20120603.iso: unable to find efi image
|                                                                          [ !! ]

11 years agoSW: drop smbfs from GRML_FULL + GRML_XL (provided by cifs-utils nowadays)
Michael Prokop [Mon, 4 Jun 2012 20:24:47 +0000 (22:24 +0200)]
SW: drop smbfs from GRML_FULL + GRML_XL (provided by cifs-utils nowadays)

11 years agoGRMLBASE/33-aptsetup: adjust snapshot.debian.org cmdline and enable it for RELEASE...
Michael Prokop [Wed, 30 May 2012 12:59:04 +0000 (14:59 +0200)]
GRMLBASE/33-aptsetup: adjust snapshot.debian.org cmdline and enable it for RELEASE class

Closes: issue1083

11 years agoGRMLBASE/21-usersetup: drop deprecated workaround for gsmsms (#353967)
Michael Prokop [Tue, 29 May 2012 21:48:45 +0000 (23:48 +0200)]
GRMLBASE/21-usersetup: drop deprecated workaround for gsmsms (#353967)

11 years agoRelease new version 0.19.3 v0.19.3
Michael Prokop [Mon, 28 May 2012 15:25:44 +0000 (17:25 +0200)]
Release new version 0.19.3

11 years agotemplates/boot/grub/addons.cfg: insmod linux16 before running linux16 commands
Michael Prokop [Mon, 28 May 2012 15:19:11 +0000 (17:19 +0200)]
templates/boot/grub/addons.cfg: insmod linux16 before running linux16 commands

Thanks: Evgeni Golov for the bugreport and the fix

11 years agogrml-cheatcodes.txt: update and extend documentation regarding live-media-path
Michael Prokop [Sun, 27 May 2012 22:04:44 +0000 (00:04 +0200)]
grml-cheatcodes.txt: update and extend documentation regarding live-media-path

11 years agoAdd whitespace chars to ssh docs on boot splash f5
Michael Prokop [Sun, 27 May 2012 18:46:10 +0000 (20:46 +0200)]
Add whitespace chars to ssh docs on boot splash f5

11 years agoExtend the infotext about the ssh feature for bootmenu and f5-help at
Markus Ulrich [Sat, 26 May 2012 22:30:51 +0000 (00:30 +0200)]
Extend the infotext about the ssh feature for bootmenu and f5-help at
boot prompt

11 years agoRevert "SW: remove firmware-qlogic from GRML_FULL"
Michael Prokop [Sat, 26 May 2012 00:45:38 +0000 (02:45 +0200)]
Revert "SW: remove firmware-qlogic from GRML_FULL"

This reverts commit 588ee25553bd316a5c3c2595fac421281d36c9c7.

New kernel build is supposed to fix this issue.

11 years agoRevert "SW: drop firmware-linux-free + firmware-linux-nonfree from GRML_FULL"
Michael Prokop [Sat, 26 May 2012 00:45:21 +0000 (02:45 +0200)]
Revert "SW: drop firmware-linux-free + firmware-linux-nonfree from GRML_FULL"

This reverts commit dda6a44ba1325a176dc1e0f7020b32f03cf3b052.

New kernel build is supposed to fix this issue.

11 years agoSW: remove firmware-qlogic from GRML_FULL
Michael Prokop [Fri, 25 May 2012 20:44:44 +0000 (22:44 +0200)]
SW: remove firmware-qlogic from GRML_FULL

Addressing jenkins grml64-full_testing #150:

| dpkg: error processing /var/cache/apt/archives/firmware-qlogic_0.35_all.deb (--unpack):
|  trying to overwrite '/lib/firmware/qlogic/1280.bin', which is also in package linux-image-3.3.0-3-grml-amd64 3.3.7-1+grml.1

11 years agoSW: drop firmware-linux-free + firmware-linux-nonfree from GRML_FULL
Michael Prokop [Fri, 25 May 2012 18:44:25 +0000 (20:44 +0200)]
SW: drop firmware-linux-free + firmware-linux-nonfree from GRML_FULL

Addressing:

| dpkg: error processing /var/cache/apt/archives/firmware-linux-free_3_all.deb (--unpack):
|  trying to overwrite '/lib/firmware/keyspan_pda/keyspan_pda.fw', which is also in package linux-image-3.3.0-3-grml-amd64 3.3.7-1+grml.1
| dpkg: error processing /var/cache/apt/archives/firmware-linux-nonfree_0.35_all.deb (--unpack):
|  trying to overwrite '/lib/firmware/e100/d101m_ucode.bin', which is also in package linux-image-3.3.0-3-grml-amd64 3.3.7-1+grml.1

If there are any firmware files from firmware-linux-free
or firmware-linux-nonfree that we need to ship (like the
ones for radeon) we need to find a different way...

11 years agoRelease new version 0.19.2 v0.19.2
Michael Prokop [Fri, 25 May 2012 14:48:27 +0000 (16:48 +0200)]
Release new version 0.19.2

11 years agoextract ISO feature: make sure *.squashfs files exist + support older ISOs too
Michael Prokop [Fri, 25 May 2012 11:17:14 +0000 (13:17 +0200)]
extract ISO feature: make sure *.squashfs files exist + support older ISOs too

ISOs before release 2011.12 used /live/ for storing squashfs files,
releases starting with 2011.12 use /live/*/ (where "*" corresponds
to the release name). Test whether such files exist before accessing
them and while adding the check also add support for releases older
than 2011.12.

Thanks: Charles A. Hewson <cahewson@eskimo.com> for the bugreport

11 years agoumount_all: also get rid of loopback mount of ISO
Michael Prokop [Fri, 25 May 2012 10:15:15 +0000 (12:15 +0200)]
umount_all: also get rid of loopback mount of ISO

11 years agoUse syslinux's mboot.c32 for booting Grub2
Michael Prokop [Mon, 21 May 2012 22:26:46 +0000 (00:26 +0200)]
Use syslinux's mboot.c32 for booting Grub2

This fixes the broken Grub2 boot entry on 64bit systems.

Thanks: Jordan Uggla for his valuable bootloader knowledge

11 years agoSW: add sysstatt to GRML_FULL
Michael Prokop [Sun, 20 May 2012 18:00:24 +0000 (20:00 +0200)]
SW: add sysstatt to GRML_FULL

Thanks: Michael Renner for reporting

11 years agoRevert "Include linux16.mod in GRUB image file x86_64-efi.img"
Michael Prokop [Sun, 20 May 2012 17:57:02 +0000 (19:57 +0200)]
Revert "Include linux16.mod in GRUB image file x86_64-efi.img"

This reverts commit bf8e3bc45b72c51386b53da9fe5acae2703b6e41.
Breaks grml-live:

| =====   shell: GRMLBASE/45-grub-images   =====
| grub-mkimage: error: cannot stat /usr/lib/grub/x86_64-efi/linux16.mod.
| GRMLBASE/45-grub-images FAILED with exit code 1.

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651562 for
the reason why /usr/lib/grub/x86_64-efi/linux16.mod doesn't exist.

11 years agoInclude linux16.mod in GRUB image file x86_64-efi.img
Michael Prokop [Sun, 20 May 2012 16:44:41 +0000 (18:44 +0200)]
Include linux16.mod in GRUB image file x86_64-efi.img

Otherwise [U]EFI systems will fail on some addons because of:

| Grub cannot load `linux16.mod`

Thanks: Paul Menzel for the bug report
Thanks: Ulrich Dangel for the bugfix

11 years agoDrop unused NFSROOT configuration file
Michael Prokop [Sun, 20 May 2012 10:52:41 +0000 (12:52 +0200)]
Drop unused NFSROOT configuration file

11 years agoGenerate /etc/grml_live_version after FAI execution + drop /etc/dpkg/dpkg.cfg.d/unsaf...
Michael Prokop [Sun, 20 May 2012 10:49:30 +0000 (12:49 +0200)]
Generate /etc/grml_live_version after FAI execution + drop /etc/dpkg/dpkg.cfg.d/unsafe-io code

FAI uses /etc to detect whether a chroot exists or not and will
skip debootstrap stage if /etc exists already. This causes serious
problems if the user doesn't have a BASEFILE, therefore we can't
edit files inside /etc before running FAI. :(

As a result:

1) generate /etc/grml_live_version *after* FAI has been executed

2) drop /etc/dpkg/dpkg.cfg.d/unsafe-io related code.
As stated in commit 9269536ba7bb7def8664972d153b71d193450595

| Enable --force-unsafe-io for dpkg
|
| While this might help on resource constrained systems, no performance
| impact has been measured during an unscientific test on a well-geared
| machine.

it does not seem to be that relevant. But even more important: it
doesn't work for systems without BASEFILEs because FAI skips the
debootstrap stage if /etc exists already, so we can't generate
/etc/dpkg/dpkg.cfg.d/unsafe-io *before* running FAI. Unless
someone comes up with benchmarks about real performance impacts
let's skip adding more fcopy logic...

11 years agoGenerate make-fai-nfsroot.conf and nfsroot.conf on-the-fly
Michael Prokop [Sun, 20 May 2012 10:48:21 +0000 (12:48 +0200)]
Generate make-fai-nfsroot.conf and nfsroot.conf on-the-fly

FAI 4 uses nfsroot.conf instead of make-fai-nfsroot.conf without
providing any backwards compatibility. :( So while at it rework
the way how make-fai-nfsroot.conf is handled:

* No longer ship /etc/grml/fai/make-fai-nfsroot.conf at all
* Generate nfsroot.conf based on default settings (can be overriden
  by $FAI_DEBOOTSTRAP + $FAI_DEBOOTSTRAP_OPTS) on the fly
* Provide symlink make-fai-nfsroot.conf pointing to nfsroot.conf
  to support old and new FAI versions at the same time
* After execution copy generated nfsroot.conf file to log directory
  and get rid of make-fai-nfsroot.conf and nfsroot.conf in
  $GRML_FAI_CONFIG (/etc/grml/fai/ by default) afterwards

Note: existing make-fai-nfsroot.conf files will be moved
to make-fai-nfsroot.conf.outdated to avoid possible data loss.

Closes: https://github.com/grml/grml-live/issues/4

11 years agoDEBORPHAN/98-clean-chroot: purge removed packages mika/purge_removed_packages
Michael Prokop [Tue, 15 May 2012 20:41:02 +0000 (22:41 +0200)]
DEBORPHAN/98-clean-chroot: purge removed packages

Make sure we don't have any removed but not-yet-purged packages left,
otherwise GRMLBASE/03-get-sources might try to download unavailable
packages and will fail doing so.

11 years agoRelease new version 0.19.1 v0.19.1
Michael Prokop [Mon, 14 May 2012 13:57:32 +0000 (15:57 +0200)]
Release new version 0.19.1

11 years agoBump Standards-Version to 3.9.3.
Michael Prokop [Mon, 14 May 2012 13:58:08 +0000 (15:58 +0200)]
Bump Standards-Version to 3.9.3.

11 years agoSW: add ewf-tools to GRML_FULL
Michael Prokop [Mon, 14 May 2012 13:40:02 +0000 (15:40 +0200)]
SW: add ewf-tools to GRML_FULL

It's a kind-of-controversial decision, as this tool isn't exactly within
the purpose of Grml, *but* ewfacquire might be useful under certain
situations and it's <=500kB installed size.

11 years agoSW: add xmount to GRML_FULL
Michael Prokop [Sun, 13 May 2012 16:38:10 +0000 (18:38 +0200)]
SW: add xmount to GRML_FULL

11 years agodocument ethdevice-timeout cheatcode
Evgeni Golov [Fri, 11 May 2012 09:22:26 +0000 (11:22 +0200)]
document ethdevice-timeout cheatcode

Closes: issue1153
Thanks: vincent.mcintyre@csiro.au

11 years agoSW: add iptstate to GRML_SMALL and GRML_FULL
Michael Prokop [Fri, 11 May 2012 09:35:11 +0000 (11:35 +0200)]
SW: add iptstate to GRML_SMALL and GRML_FULL

Thanks: Markus Ulrich
Closes: https://github.com/grml/grml-live/pull/6
Acked-by: Alexander Wirt
11 years agoSwitch order of Depends from genisoimage | xorriso to xorriso | genisoimage
Evgeni Golov [Thu, 10 May 2012 15:06:32 +0000 (17:06 +0200)]
Switch order of Depends from genisoimage | xorriso to xorriso | genisoimage

This should pull xorriso per default on new installs, as xorriso is the
preferred way to generate the ISO.

11 years agoSW: add open-vm-tools to GRML_FULL
Michael Prokop [Wed, 9 May 2012 22:47:57 +0000 (00:47 +0200)]
SW: add open-vm-tools to GRML_FULL

Quoting Holger:

| They can be used to read variables of the VMWare hosts, which could be
| used to select the correct OS-Image.

Thanks: Holger Baust for the suggestion

11 years agoSW: add pppoeconf to GRML_SMALL and GRML_FULL
Michael Prokop [Wed, 9 May 2012 12:40:42 +0000 (14:40 +0200)]
SW: add pppoeconf to GRML_SMALL and GRML_FULL

Thanks: Heinz Ahrens for the wish request
Acked-by: Alexander Wirt <formorer@grml.org>
11 years agoRelease new version 0.19.0 v0.19.0
Michael Prokop [Tue, 8 May 2012 15:21:17 +0000 (17:21 +0200)]
Release new version 0.19.0

11 years agooverride output of the status on the left side of the terminal
Evgeni Golov [Tue, 8 May 2012 15:18:07 +0000 (17:18 +0200)]
override output of the status on the left side of the terminal

this clashes with grml's own output style
change introduced upstream in lsb-base >= 4.1+Debian1

11 years agoSW: replace all references to kernel specific versions with linux-image-{i386,amd64...
Michael Prokop [Mon, 7 May 2012 16:11:08 +0000 (18:11 +0200)]
SW: replace all references to kernel specific versions with linux-image-{i386,amd64}-grml

11 years agosudoers has to be owned by uid 0
Evgeni Golov [Fri, 27 Apr 2012 13:24:49 +0000 (15:24 +0200)]
sudoers has to be owned by uid 0

fcopy copies the owner of the file per default
when building from git cloned by a user, the owner is the user
fix it by chowning /etc/sudoers to 0:0

(not using fcopy's -m flag for better readability)

11 years agoAdd a few kB of lines made of # charaters to the end of the main syslinux config...
Michael Prokop [Wed, 2 May 2012 11:39:32 +0000 (13:39 +0200)]
Add a few kB of lines made of # charaters to the end of the main syslinux config file

This way it can be easily edited in place to select different
defaults without the need to rebuild the ISO image at all.

Thanks: Marco d'Itri

11 years agogrml-live-remaster: Fix bashism
Michael Prokop [Wed, 25 Apr 2012 14:41:02 +0000 (16:41 +0200)]
grml-live-remaster: Fix bashism

11 years agogrml-live-remaster: Slightly improve argument check and send error message to stderr
Michael Prokop [Wed, 25 Apr 2012 14:33:12 +0000 (16:33 +0200)]
grml-live-remaster: Slightly improve argument check and send error message to stderr

11 years agogrml-live-remaster: Drop deprecated mksquashfs-lzma support
Michael Prokop [Wed, 25 Apr 2012 14:32:11 +0000 (16:32 +0200)]
grml-live-remaster: Drop deprecated mksquashfs-lzma support

11 years agogrml-live-remaster: Support mkisofs + genisoimage
Michael Prokop [Wed, 25 Apr 2012 14:30:02 +0000 (16:30 +0200)]
grml-live-remaster: Support mkisofs + genisoimage

11 years agogrml-live-remaster: Slightly adjust check for running Grml session
Michael Prokop [Wed, 25 Apr 2012 14:11:02 +0000 (16:11 +0200)]
grml-live-remaster: Slightly adjust check for running Grml session

Also check for presence of /etc/grml/lsb-functions + /etc/grml/script-functions

11 years agocheck for existence of /etc/grml and /live
Evgeni Golov [Wed, 25 Apr 2012 13:30:33 +0000 (15:30 +0200)]
check for existence of /etc/grml and /live

produces a nicer error when called outside a Grml session

12 years agoSW: add flashrom to GRML_FULL
Michael Prokop [Mon, 16 Apr 2012 11:14:57 +0000 (13:14 +0200)]
SW: add flashrom to GRML_FULL

12 years agoSW: remove grml-feedback from GRML_{SMALL,MEDIUM,FULL,XL}
Michael Prokop [Mon, 16 Apr 2012 11:03:40 +0000 (13:03 +0200)]
SW: remove grml-feedback from GRML_{SMALL,MEDIUM,FULL,XL}

We no longer provide feedback.grml.org as a service.

12 years agoSW: add mosh to GRML_FULL and GRML_XL
Michael Prokop [Tue, 10 Apr 2012 14:51:21 +0000 (16:51 +0200)]
SW: add mosh to GRML_FULL and GRML_XL

The mosh-server part needs to be available at the server side to
be able to use mosh. As it would be nice to be able to connect to
Grml systems via mosh let's add those ~1700kb of software. :)

12 years agoSW: add rfkill to GRML_SMALL, GRML_FULL + GRML_XL
Michael Prokop [Sun, 18 Mar 2012 17:51:49 +0000 (18:51 +0100)]
SW: add rfkill to GRML_SMALL, GRML_FULL + GRML_XL

Thanks: Alexander Wirt <formorer@grml.org> for the hint

12 years agoFix purpose comment of etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs
Ulrich Dangel [Sun, 11 Mar 2012 15:56:01 +0000 (16:56 +0100)]
Fix purpose comment of etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs