grml-live.git
13 years agoUpdate TODO file, reflection recent development.
Michael Prokop [Wed, 1 Sep 2010 21:14:32 +0000 (23:14 +0200)]
Update TODO file, reflection recent development.

13 years agoAdd SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and update SQUASHFS_BINARY comment.
Michael Prokop [Wed, 1 Sep 2010 16:52:05 +0000 (18:52 +0200)]
Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and update SQUASHFS_BINARY comment.

13 years agoUpdate documentation according to recent squashfs-lzma-tools4 integration. Provide...
Michael Prokop [Wed, 1 Sep 2010 16:38:10 +0000 (18:38 +0200)]
Update documentation according to recent squashfs-lzma-tools4 integration. Provide PDF and EPUB documentation.

13 years agoUpdate squashfs binary and options handling to proberly support squashfs-lzma-tools4.
Michael Prokop [Wed, 1 Sep 2010 13:52:57 +0000 (15:52 +0200)]
Update squashfs binary and options handling to proberly support squashfs-lzma-tools4.

Dropped the full-automatic support for kernel version 2.6.2{3,6,8}.
If someones still requires a build system for such outdated
kernel versions it's still possible through $SQUASHFS_BINARY.

13 years agohooks/updatebase.GRMLBASE: make sure /proc, /sys and /dev are available on update
Michael Prokop [Sat, 7 Aug 2010 02:36:29 +0000 (22:36 -0400)]
hooks/updatebase.GRMLBASE: make sure /proc, /sys and /dev are available on update

When using grml-live's -u option for updating the system we need
according /proc, /sys and /dev inside the chroot, otherwise
installing some packages will fail. As FAI doesn't do this in
/usr/lib/fai/updatebase for us (but just for [dir]install) we
take care of it on our own.

Closes: issue890
Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoRelease new version 0.10.1. v0.10.1
Michael Prokop [Wed, 4 Aug 2010 03:32:45 +0000 (23:32 -0400)]
Release new version 0.10.1.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agodocs: mention that random hostname is supported only in recent versions.
Michael Prokop [Wed, 4 Aug 2010 03:32:01 +0000 (23:32 -0400)]
docs: mention that random hostname is supported only in recent versions.

13 years agoMerge branch 'master' of ssh://git.grml.org/grml-live
Michael Prokop [Wed, 4 Aug 2010 03:29:36 +0000 (23:29 -0400)]
Merge branch 'master' of ssh://git.grml.org/grml-live

13 years agoBump version number in grml-live script. [Closes: issue888]
Michael Prokop [Wed, 4 Aug 2010 03:23:26 +0000 (23:23 -0400)]
Bump version number in grml-live script. [Closes: issue888]

13 years agoMention random hostname support in documentation
Ulrich Dangel [Fri, 30 Jul 2010 08:39:22 +0000 (10:39 +0200)]
Mention random hostname support in documentation

13 years agoRelease new version 0.10.0. v0.10.0
Michael Prokop [Mon, 2 Aug 2010 04:32:18 +0000 (00:32 -0400)]
Release new version 0.10.0.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoFix typo: overriden -> overridden (thanks, lintian).
Michael Prokop [Mon, 2 Aug 2010 02:57:48 +0000 (22:57 -0400)]
Fix typo: overriden -> overridden (thanks, lintian).

13 years agoBump Standards-Version to 3.9.1.
Michael Prokop [Mon, 2 Aug 2010 02:54:43 +0000 (22:54 -0400)]
Bump Standards-Version to 3.9.1.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agobuildd/functions.sh: remove attachment in bailout function.
Michael Prokop [Fri, 30 Jul 2010 15:26:29 +0000 (11:26 -0400)]
buildd/functions.sh: remove attachment in bailout function.

13 years agoAdd tasksel and taskel-data to exclude option in FAI_DEBOOTSTRAP_OPTS.
Michael Prokop [Fri, 30 Jul 2010 13:40:28 +0000 (09:40 -0400)]
Add tasksel and taskel-data to exclude option in FAI_DEBOOTSTRAP_OPTS.

Grml doesn't use tasksel{,-data} and dropping tasksel saves us
1,868kB disk space. Therefore lets get rid of it by default
when debootstrapping the chroot.

Thanks: Tong Sun <suntong@cpan.org>
Signed-off-by: Michael Prokop <mika@grml.org>
13 years agogrml-cheatcodes.txt: document utc + localtime bootoptions.
Michael Prokop [Thu, 29 Jul 2010 23:22:23 +0000 (19:22 -0400)]
grml-cheatcodes.txt: document utc + localtime bootoptions.

13 years agodocs: mention FOOBAR class in usage example via /etc/grml/grml-live.local
Michael Prokop [Thu, 29 Jul 2010 02:17:32 +0000 (22:17 -0400)]
docs: mention FOOBAR class in usage example via /etc/grml/grml-live.local

Thanks: Tong Sun <suntong@cpan.org>
Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoSW: Use xserver-xorg-video-all + xserver-xorg-input-all in GRML_FULL, GRML_MEDIUM...
Michael Prokop [Thu, 29 Jul 2010 01:10:09 +0000 (21:10 -0400)]
SW: Use xserver-xorg-video-all + xserver-xorg-input-all in GRML_FULL, GRML_MEDIUM + XORG.

Instead of specifying all the extra xserver-xorg-* packages
let's just use the -all packages. If we notice any problems
with specific packages out of them (e.g. for disk space reasons)
we might consider falling back to explicitely specifying the
package names again, but for now let's give that approach a shot.

Thanks: Tong Sun <suntong@cpan.org>
Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoMake sure that output directory variables aren't overriden by $OUTPUT. [Closes: issue885]
Michael Prokop [Wed, 28 Jul 2010 20:43:14 +0000 (16:43 -0400)]
Make sure that output directory variables aren't overriden by $OUTPUT. [Closes: issue885]

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoSW: Drop xserver-xorg-video-amd from GRML_MEDIUM + GRML_FULL (transitional package).
Michael Prokop [Thu, 22 Jul 2010 08:18:26 +0000 (10:18 +0200)]
SW: Drop xserver-xorg-video-amd from GRML_MEDIUM + GRML_FULL (transitional package).

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoMake all shell scripts using /bin/bash instead /bin/sh to be able to FAI's environment.
Michael Prokop [Thu, 22 Jul 2010 00:21:49 +0000 (02:21 +0200)]
Make all shell scripts using /bin/bash instead /bin/sh to be able to FAI's environment.

/usr/lib/fai/subroutines sadly is a /bin/bash script.
As we want to be able to use functions like ifclass
we have to use /bin/bash in all our scripts (even
though they're POSIX ones), otherwise people
using dash as /bin/sh will notice something like:

  /GRMLBASE/25-locales: 23: ifclass: not found

in their FAI's shell.log.

Thanks: thermoman
Signed-off-by: Michael Prokop <mika@grml.org>
13 years agodocs: clarify usage of base.tgz
Michael Prokop [Thu, 22 Jul 2010 00:14:20 +0000 (02:14 +0200)]
docs: clarify usage of base.tgz

13 years agodocs: add squashfs-tools to default apt-get list for deployments on Debian.
Michael Prokop [Wed, 21 Jul 2010 21:01:01 +0000 (23:01 +0200)]
docs: add squashfs-tools to default apt-get list for deployments on Debian.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoRelease new version 0.9.43. v0.9.43
Michael Prokop [Wed, 21 Jul 2010 10:38:43 +0000 (12:38 +0200)]
Release new version 0.9.43.

13 years agoUpdate isolinux files to ISOLINUX 4.01 debian-20100712.
Michael Prokop [Wed, 21 Jul 2010 10:23:53 +0000 (12:23 +0200)]
Update isolinux files to ISOLINUX 4.01 debian-20100712.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoSW: (Re)add aufs-tools to GRMLBASE.
Michael Prokop [Sun, 18 Jul 2010 07:06:22 +0000 (09:06 +0200)]
SW: (Re)add aufs-tools to GRMLBASE.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agodocs/grml-live.txt: clarify policy for class names
Michael Prokop [Thu, 15 Jul 2010 11:32:34 +0000 (13:32 +0200)]
docs/grml-live.txt: clarify policy for class names

Class names have to be uppercase only, make sure
users are aware of that.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoRelease new version 0.9.42. v0.9.42
Michael Prokop [Fri, 9 Jul 2010 12:41:54 +0000 (14:41 +0200)]
Release new version 0.9.42.

13 years agoinstsoft.GRMLBASE: warn if apt-get update fails but try to continue
Michael Prokop [Fri, 9 Jul 2010 12:37:00 +0000 (14:37 +0200)]
instsoft.GRMLBASE: warn if apt-get update fails but try to continue

Signed-off-by: Michael Prokop <mika@grml.org>
13 years ago15-initsetup: improve check for empty GRML_NAME variable to make it compatible with...
Michael Prokop [Fri, 9 Jul 2010 12:32:55 +0000 (14:32 +0200)]
15-initsetup: improve check for empty GRML_NAME variable to make it compatible with set -u

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agogrml_cleanup_chroot: drop all [u]mount commands
Michael Prokop [Fri, 9 Jul 2010 12:32:05 +0000 (14:32 +0200)]
grml_cleanup_chroot: drop all [u]mount commands

Try to get rid of (possibly) unnecessary mount points like
/proc and /sys inside the cleanup process.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoupdate hdt.c32 from version 0.3.4 to 0.3.6
Michael Prokop [Thu, 8 Jul 2010 20:00:56 +0000 (22:00 +0200)]
update hdt.c32 from version 0.3.4 to 0.3.6

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoBump grml-live version string.
Michael Prokop [Wed, 30 Jun 2010 17:38:16 +0000 (19:38 +0200)]
Bump grml-live version string.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoUpdate isolinux.bin to "ISOLINUX 4.00 debian-20100628".
Michael Prokop [Wed, 30 Jun 2010 17:37:27 +0000 (19:37 +0200)]
Update isolinux.bin to "ISOLINUX 4.00 debian-20100628".

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoRelease version 0.9.41. v0.9.41
Michael Prokop [Wed, 30 Jun 2010 10:19:38 +0000 (12:19 +0200)]
Release version 0.9.41.

13 years agoBump Standards-Version to 3.9.0.
Michael Prokop [Wed, 30 Jun 2010 10:20:14 +0000 (12:20 +0200)]
Bump Standards-Version to 3.9.0.

13 years agoSW: Add i3-wm to GRML_FULL
Michael Stapelberg [Mon, 28 Jun 2010 11:15:40 +0000 (13:15 +0200)]
SW: Add i3-wm to GRML_FULL

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agodebian: Set Debian source format to 3.0 (native).
Michael Prokop [Fri, 25 Jun 2010 11:11:03 +0000 (13:11 +0200)]
debian: Set Debian source format to 3.0 (native).

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoupdate templates/boot/grub/ to grub version 1.98+20100617-1, extend grub.cfg, update...
Michael Prokop [Fri, 25 Jun 2010 10:41:41 +0000 (12:41 +0200)]
update templates/boot/grub/ to grub version 1.98+20100617-1, extend grub.cfg, update scripts/create-grub-dir.sh

scripts/create-grub-dir.sh needs to be adjusted for current
grub version because grub-mkimage is in another package
and requires a new option (--format).

grub.cfg now insmods part_gpt and part_msdos by default, otherwise
accessing partitions using "set root (hd0,..." isn't possible.
Also added support for ${kernelopts}, suggested by Alexander 'Leo'
Bergolth, see http://lists.mur.at/pipermail/grml/2010-June/004822.html

templates/boot/grub/ has been updated to grub version 1.98+20100617-1.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoSW: Add ekeyd to GRML_FULL. Thanks to Peter Palfrader. [Closes: issue873]
Michael Prokop [Tue, 15 Jun 2010 12:42:09 +0000 (14:42 +0200)]
SW: Add ekeyd to GRML_FULL. Thanks to Peter Palfrader. [Closes: issue873]

13 years agoSW: Add grml-paste to GRML_MEDIUM + GRML_SMALL.
Michael Prokop [Mon, 14 Jun 2010 12:35:05 +0000 (14:35 +0200)]
SW: Add grml-paste to GRML_MEDIUM + GRML_SMALL.

We no longer depend on ruby but instead grml-paste uses
python and a new paste.grml.org service. Therefore provide
grml-paste on all grml flavours by default.

13 years agoSW: Add socat to GRML_MEDIUM.
Michael Prokop [Wed, 9 Jun 2010 10:03:48 +0000 (12:03 +0200)]
SW: Add socat to GRML_MEDIUM.

Thanks to Marvin Vek.

13 years agoReplace Depends of grml-live-buildd on nail with heirloom-mailx.
Michael Prokop [Tue, 1 Jun 2010 08:54:39 +0000 (10:54 +0200)]
Replace Depends of grml-live-buildd on nail with heirloom-mailx.

13 years agoimproved documentation for bootid param
Ulrich Dangel [Sat, 8 May 2010 17:39:40 +0000 (19:39 +0200)]
improved documentation for bootid param

13 years agoSW: Add gddrescue to GRML_MEDIUM. (Thanks Antonio Diaz Diaz)
Michael Prokop [Tue, 11 May 2010 10:19:33 +0000 (12:19 +0200)]
SW: Add gddrescue to GRML_MEDIUM. (Thanks Antonio Diaz Diaz)

13 years agoSW: Add uuid-runtime to GRMLBASE (thanks, Adriana Teixera).
Michael Prokop [Tue, 11 May 2010 10:11:15 +0000 (12:11 +0200)]
SW: Add uuid-runtime to GRMLBASE (thanks, Adriana Teixera).

13 years agogrml-cheatcodes.txt: document fetch= bootoption + add pointers to initramfs related...
Michael Prokop [Tue, 11 May 2010 09:35:57 +0000 (11:35 +0200)]
grml-cheatcodes.txt: document fetch= bootoption + add pointers to initramfs related documentation.

14 years agoUse 0.9.41[-pre1] as version number until release.
Michael Prokop [Wed, 21 Apr 2010 23:09:40 +0000 (01:09 +0200)]
Use 0.9.41[-pre1] as version number until release.

14 years agoAdd loopback.cfg
Ulrich Dangel [Wed, 21 Apr 2010 22:13:57 +0000 (00:13 +0200)]
Add loopback.cfg

14 years agoRelease version 0.9.40. v0.9.40
Michael Prokop [Tue, 6 Apr 2010 08:48:45 +0000 (10:48 +0200)]
Release version 0.9.40.

14 years agoUpdate bsd4grml to version 20100328 (thanks, Thorsten).
Michael Prokop [Fri, 2 Apr 2010 22:00:54 +0000 (00:00 +0200)]
Update bsd4grml to version 20100328 (thanks, Thorsten).

14 years agoDrop home= bootoption from grml-cheatcodes.txt as it has been deprecated recently.
Michael Prokop [Fri, 2 Apr 2010 16:31:20 +0000 (18:31 +0200)]
Drop home= bootoption from grml-cheatcodes.txt as it has been deprecated recently.

14 years agoSupport automatic findiso command and fixed gfxpayload handling. Thanks
Ulrich Dangel [Fri, 2 Apr 2010 12:05:38 +0000 (14:05 +0200)]
Support automatic findiso command and fixed gfxpayload handling. Thanks
to Jordan Uggla.

Set the variable iso_path in grub before loading grub.cfg to the the
corresponding grml.iso to automatically insert the findiso parameter.

14 years agoFix Boot OS of first partition entry for grub. Thanks to Jordan Uggla for
Ulrich Dangel [Fri, 2 Apr 2010 11:59:28 +0000 (13:59 +0200)]
Fix Boot OS of first partition entry for grub. Thanks to Jordan Uggla for
fixing it.

14 years agoDrop wrongly merged failsafe bootoptions.
Michael Prokop [Fri, 2 Apr 2010 11:52:20 +0000 (13:52 +0200)]
Drop wrongly merged failsafe bootoptions.

14 years agoSW: Drop bluez-audio (lack of space, requires ~17MB incl. dependencies)
Michael Prokop [Wed, 24 Mar 2010 21:30:35 +0000 (22:30 +0100)]
SW: Drop bluez-audio (lack of space, requires ~17MB incl. dependencies)

14 years agoSW: Drop aria2 from GRML_FULL (lack of space).
Michael Prokop [Wed, 24 Mar 2010 16:01:16 +0000 (17:01 +0100)]
SW: Drop aria2 from GRML_FULL (lack of space).

14 years agoUpdate grml-cheatcodes.txt.
Michael Prokop [Wed, 24 Mar 2010 09:39:17 +0000 (10:39 +0100)]
Update grml-cheatcodes.txt.

14 years agoSW: Add hwloc to GRML_FULL.
Michael Prokop [Tue, 23 Mar 2010 00:30:33 +0000 (01:30 +0100)]
SW: Add hwloc to GRML_FULL.

14 years agoSW: Add lxc to GRML_FULL.
Michael Prokop [Tue, 23 Mar 2010 00:29:52 +0000 (01:29 +0100)]
SW: Add lxc to GRML_FULL.

14 years agoUpdate changelog and version number for pre-release 0.9.40.
Michael Prokop [Mon, 22 Mar 2010 23:52:07 +0000 (00:52 +0100)]
Update changelog and version number for pre-release 0.9.40.

14 years agoSW: Add perf to GRML_FULL.
Michael Prokop [Mon, 22 Mar 2010 23:51:03 +0000 (00:51 +0100)]
SW: Add perf to GRML_FULL.

14 years agoLintian cleanups and release new version 0.9.39. v0.9.39
Michael Prokop [Thu, 11 Mar 2010 11:20:54 +0000 (12:20 +0100)]
Lintian cleanups and release new version 0.9.39.

14 years agoUpdate grub configuration.
Michael Prokop [Thu, 11 Mar 2010 14:05:07 +0000 (15:05 +0100)]
Update grub configuration.

* Add scripts/create-grub-dir.sh to build templates/boot/grub/
* Add font file templates/boot/grub/ascii.pf2
* Update templates/boot/grub/ based on grub-pc_1.98-1_i386.deb
* grub.cfg:
  - add additional menu_color_* entries if loading background image
  - loadfont /boot/grub/ascii.pf2
  - increase timeout to 20 seconds
  - replace terminal command with terminal_output (sucking non-backward compability!)
  - use gfxpayload=1024x768 instead of vga=...

14 years agoDrop bootfrom=removable from bootoptions.
Michael Prokop [Thu, 11 Mar 2010 11:19:08 +0000 (12:19 +0100)]
Drop bootfrom=removable from bootoptions.

14 years agoSW: Drop ctapi-cyberjack.
Michael Prokop [Thu, 4 Mar 2010 12:39:02 +0000 (13:39 +0100)]
SW: Drop ctapi-cyberjack.

14 years agoSW: Update to grml kernel 2.6.33.
Michael Prokop [Thu, 4 Mar 2010 11:19:29 +0000 (12:19 +0100)]
SW: Update to grml kernel 2.6.33.

14 years agoAdd support for /boot/isolinux/submenu*.cfg files.
Michael Prokop [Thu, 4 Mar 2010 09:55:56 +0000 (10:55 +0100)]
Add support for /boot/isolinux/submenu*.cfg files.

14 years agoSW: Add numactl to GRML_FULL (thanks, gebi).
Michael Prokop [Tue, 2 Mar 2010 01:36:28 +0000 (02:36 +0100)]
SW: Add numactl to GRML_FULL (thanks, gebi).

14 years agoSW: Drop sl-modem-daemon.
Michael Prokop [Mon, 1 Mar 2010 16:03:56 +0000 (17:03 +0100)]
SW: Drop sl-modem-daemon.

14 years agoSW: Add mksh to GRML_SMALL and GRML_MEDIUM to allow switching to mksh for `minimal...
Michael Prokop [Mon, 1 Mar 2010 10:34:58 +0000 (11:34 +0100)]
SW: Add mksh to GRML_SMALL and GRML_MEDIUM to allow switching to mksh for `minimal-shell'.

See http://ml.grml.org/pipermail/grml-devel/2010-February/000011.html
for further details.

14 years agoMove ia32-libs from Depends to Recommends. v0.9.38
Michael Prokop [Mon, 1 Mar 2010 01:18:40 +0000 (02:18 +0100)]
Move ia32-libs from Depends to Recommends.

14 years agoRelease version 0.9.37. v0.9.37
Michael Prokop [Sun, 28 Feb 2010 01:31:34 +0000 (02:31 +0100)]
Release version 0.9.37.

14 years agoAdd grml as default to default.cfg. [Closes: issue761]
Michael Prokop [Sat, 27 Feb 2010 22:58:50 +0000 (23:58 +0100)]
Add grml as default to default.cfg. [Closes: issue761]

14 years agoSW: Drop asleap from GRML_FULL.
Michael Prokop [Sat, 27 Feb 2010 21:23:27 +0000 (22:23 +0100)]
SW: Drop asleap from GRML_FULL.

14 years agoSW: Drop tlswrap package from GRML_FULL.
Michael Prokop [Sat, 27 Feb 2010 19:51:32 +0000 (20:51 +0100)]
SW: Drop tlswrap package from GRML_FULL.

14 years agoSW: Move udev from GRML_* to GRMLBASE.
Michael Prokop [Sat, 27 Feb 2010 19:41:33 +0000 (20:41 +0100)]
SW: Move udev from GRML_* to GRMLBASE.

14 years agoSW: Add usb-modeswitch to GRML_FULL. [Closes: issue424]
Michael Prokop [Sat, 27 Feb 2010 19:36:14 +0000 (20:36 +0100)]
SW: Add usb-modeswitch to GRML_FULL. [Closes: issue424]

14 years agoSW: Drop ded from GRLM_FULL.
Michael Prokop [Sat, 27 Feb 2010 18:44:50 +0000 (19:44 +0100)]
SW: Drop ded from GRLM_FULL.

14 years agoSW: Add nginx. Thanks al4711. [Closes: issue704]
Michael Prokop [Sat, 27 Feb 2010 18:35:24 +0000 (19:35 +0100)]
SW: Add nginx. Thanks al4711. [Closes: issue704]

14 years agoDrop noquick bootoption from serial console boot entry.
Michael Prokop [Sat, 27 Feb 2010 14:32:27 +0000 (15:32 +0100)]
Drop noquick bootoption from serial console boot entry.

14 years agobuildd/link_latest.sh: fix filename in md5 sum of latest ISO v0.9.36
Michael Prokop [Fri, 26 Feb 2010 20:33:50 +0000 (21:33 +0100)]
buildd/link_latest.sh: fix filename in md5 sum of latest ISO

14 years agoAdd persistency feature to boot menu.
Michael Prokop [Fri, 26 Feb 2010 13:53:36 +0000 (14:53 +0100)]
Add persistency feature to boot menu.

14 years agoUpdate changelog for new release.
Michael Prokop [Fri, 26 Feb 2010 11:24:04 +0000 (12:24 +0100)]
Update changelog for new release.

14 years agoDrop debug from bootoptions and use debug=vc only.
Michael Prokop [Fri, 26 Feb 2010 11:09:15 +0000 (12:09 +0100)]
Drop debug from bootoptions and use debug=vc only.

14 years agoSW: Add zerofree to GRML_MEDIUM and GRML_FULL.
Michael Prokop [Thu, 25 Feb 2010 13:58:17 +0000 (14:58 +0100)]
SW: Add zerofree to GRML_MEDIUM and GRML_FULL.

14 years agoSW: Add xz-utils to GRML_FULL.
Michael Prokop [Wed, 24 Feb 2010 13:25:43 +0000 (14:25 +0100)]
SW: Add xz-utils to GRML_FULL.

14 years agoRelease new version 0.9.36.
Michael Prokop [Tue, 23 Feb 2010 15:03:20 +0000 (16:03 +0100)]
Release new version 0.9.36.

14 years agoDo not abort if reading dpkg.list fails.
Michael Prokop [Tue, 23 Feb 2010 15:03:50 +0000 (16:03 +0100)]
Do not abort if reading dpkg.list fails.

14 years agoDrop duplicate boot=live from grub.cfg.
Michael Prokop [Tue, 23 Feb 2010 12:44:53 +0000 (13:44 +0100)]
Drop duplicate boot=live from grub.cfg.

14 years agoSimplify syslinux.cfg, update failsafe bootoption, add GPXE to grub.cfg
Michael Prokop [Tue, 23 Feb 2010 12:34:09 +0000 (13:34 +0100)]
Simplify syslinux.cfg, update failsafe bootoption, add GPXE to grub.cfg

14 years agoRework addons handling (make sure to install boot addons independent from bsd4grml...
Michael Prokop [Tue, 23 Feb 2010 11:31:59 +0000 (12:31 +0100)]
Rework addons handling (make sure to install boot addons independent from bsd4grml which might be disabled).

14 years agoForce creation of /sbin/mount.ntfs symlink.
Michael Prokop [Tue, 23 Feb 2010 10:20:01 +0000 (11:20 +0100)]
Force creation of /sbin/mount.ntfs symlink.

14 years ago90-update-alternatives: check for symlinks of iceweasel and mount.ntfs-3g as well.
Michael Prokop [Mon, 22 Feb 2010 15:51:24 +0000 (16:51 +0100)]
90-update-alternatives: check for symlinks of iceweasel and mount.ntfs-3g as well.

14 years agoSW: move grml-docs from GRMLBASE to GRML_{SMALL,MEDIUM,FULL} to be able to customize...
Michael Prokop [Sat, 20 Feb 2010 23:02:40 +0000 (00:02 +0100)]
SW: move grml-docs from GRMLBASE to GRML_{SMALL,MEDIUM,FULL} to be able to customize it easier.

14 years agoSW: Drop xlockmore from GRML_FULL.
Michael Prokop [Fri, 19 Feb 2010 15:57:02 +0000 (16:57 +0100)]
SW: Drop xlockmore from GRML_FULL.

14 years agoDisable PDiffs by default via /etc/apt/apt.conf.d/20pdiffs.
Michael Prokop [Thu, 18 Feb 2010 11:44:10 +0000 (12:44 +0100)]
Disable PDiffs by default via /etc/apt/apt.conf.d/20pdiffs.

14 years agoSW: Drop 3ware-cli-binary (license unclear).
Michael Prokop [Tue, 16 Feb 2010 01:48:44 +0000 (02:48 +0100)]
SW: Drop 3ware-cli-binary (license unclear).

14 years agoUpdate changelog and version string for pre release.
Michael Prokop [Mon, 15 Feb 2010 10:38:16 +0000 (11:38 +0100)]
Update changelog and version string for pre release.

14 years agoscripts/GRMLBASE/39-modprobe: Make sure all modprobe configuration files use .conf...
Michael Prokop [Mon, 15 Feb 2010 10:35:22 +0000 (11:35 +0100)]
scripts/GRMLBASE/39-modprobe: Make sure all modprobe configuration files use .conf as filename suffix. [Closes: issue647]

Thanks to azhag for feedback.