grml-live.git
13 years agoradeon-kms: overwrite file at the correct time [Closes: issue935]
Christian Hofstaedtler [Sat, 4 Dec 2010 09:38:18 +0000 (10:38 +0100)]
radeon-kms: overwrite file at the correct time [Closes: issue935]

we replaced radeon-kms.conf, but the backup copy would be
reinstantiated and effectively undoing the replace.

13 years agoSW: switch from live-initramfs to live-boot in GRMLBASE.
Michael Prokop [Fri, 3 Dec 2010 00:30:19 +0000 (01:30 +0100)]
SW: switch from live-initramfs to live-boot in GRMLBASE.

13 years agogrml-live: drop useless of of ls(1).
Michael Prokop [Thu, 2 Dec 2010 13:39:27 +0000 (14:39 +0100)]
grml-live: drop useless of of ls(1).

13 years agoRelease new version 0.12.0. v0.12.0
Michael Prokop [Wed, 1 Dec 2010 23:07:46 +0000 (00:07 +0100)]
Release new version 0.12.0.

13 years agoProvide nokms bootoption and according menues in the graphical bootmenu to disable...
Michael Prokop [Wed, 1 Dec 2010 22:50:30 +0000 (23:50 +0100)]
Provide nokms bootoption and according menues in the graphical bootmenu to disable Kernel Mode-Setting.

13 years agoOverwrite the radeon-kms settings [Closes: issue935]
Ulrich Dangel [Tue, 30 Nov 2010 11:43:11 +0000 (12:43 +0100)]
Overwrite the radeon-kms settings [Closes: issue935]

13 years agoMerge remote branch 'ch/issue926'
Michael Prokop [Wed, 1 Dec 2010 21:39:21 +0000 (22:39 +0100)]
Merge remote branch 'ch/issue926'

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agosome isoinfo versions apparently space out less… (SCNR)
Thorsten Glaser [Wed, 1 Dec 2010 21:13:30 +0000 (21:13 +0000)]
some isoinfo versions apparently space out less… (SCNR)

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
13 years agofix possible syntax error in failure path
Thorsten Glaser [Wed, 1 Dec 2010 21:10:28 +0000 (21:10 +0000)]
fix possible syntax error in failure path

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
13 years agoAdd script-not-executable ./usr/share/grml-live/scripts/bootilnx.mksh to debian/overr...
Michael Prokop [Wed, 1 Dec 2010 20:23:05 +0000 (21:23 +0100)]
Add script-not-executable ./usr/share/grml-live/scripts/bootilnx.mksh to debian/overrides.grml-live.

13 years agomanifold supporting and using ISOLINUX now
Thorsten Glaser [Wed, 1 Dec 2010 20:02:22 +0000 (20:02 +0000)]
manifold supporting and using ISOLINUX now

The corresponding commit 1004CF6A89472F8D29F from MirBSD touching
https://www.mirbsd.org/cvs.cgi/src/sys/arch/i386/stand/bootxx/bootxx.S
introduced support for loading ISOLINUX (with similar hacks as the
isohybrid loader uses since SYSLINUX lacks a stable API).

This commit updates bootgrub.mksh from bootxx.S (and an up-to-date
mkbxinst.sh) and introduces bootilnx.mksh (which is built the same
but with BOOT_TYPE=ilnx on the make command line) to match current
MirBSD sources (and OpenADK, which uses bootgrub.mksh now also).

Furthermore, the default for HYBRID_METHOD is still 'manifold' but
installs ISOLINUX now; the new value 'grub2' asks for the current
behaviour. Note that the templates/boot/grub/ directory (with both
GRUB 2 and GRUB-legacy) is still necessary because they’re addons,
and useful in system rescue and booting purposes.

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
13 years agotemplates/boot/grub/grub.cfg: drop insmod part_{msdos,gpt} as it breaks booting
Michael Prokop [Wed, 1 Dec 2010 00:03:54 +0000 (01:03 +0100)]
templates/boot/grub/grub.cfg: drop insmod part_{msdos,gpt} as it breaks booting

If the modules part_msdos and part_gpt are insmod-ed then booting
with grub (manifold ISO boot) fails with "unaligned pointer
0x........'. The issue can be reproduced with either real™
hardware or using qemu/kvm via restricting memory to ~64MB (using
'-m 64') but won't be present if using something like 512MB
memory in the virtual machine.

Thanks to Axel Beckert for a bugreport and to Thorsten Glaser for
locating the source of the bug.

Testing: issue940
Thanks: Thorsten Glaser <tg@mirbsd.org>

13 years agoDrop qemu and vmware bootoptions as they are not necessary any longer.
Michael Prokop [Tue, 30 Nov 2010 09:22:37 +0000 (10:22 +0100)]
Drop qemu and vmware bootoptions as they are not necessary any longer.

13 years agoSW: Drop deprecated kqemu-common package from GRML_FULL.
Michael Prokop [Tue, 30 Nov 2010 09:22:05 +0000 (10:22 +0100)]
SW: Drop deprecated kqemu-common package from GRML_FULL.

13 years agodocs: Document how to revert the manifold feature.
Michael Prokop [Tue, 30 Nov 2010 09:21:44 +0000 (10:21 +0100)]
docs: Document how to revert the manifold feature.

13 years agoupdate grub to 1.98+20100804-8
Christian Hofstaedtler [Sun, 28 Nov 2010 23:16:28 +0000 (00:16 +0100)]
update grub to 1.98+20100804-8

fixes the 'unaligned pointer' issue for me.

Closes: issue938

13 years agogrub: memdisk is a "linux16"-style kernel
Christian Hofstaedtler [Sun, 28 Nov 2010 22:22:53 +0000 (23:22 +0100)]
grub: memdisk is a "linux16"-style kernel

memdisk from syslinux is a "linux16"-style kernel image. without this change
the DOS and GRUB options won't work from the grub menu.

Closes: issue937

13 years agoallow all users to start X server
Christian Hofstaedtler [Sun, 28 Nov 2010 21:16:09 +0000 (22:16 +0100)]
allow all users to start X server

grml2hd will undo this for installed systems.

13 years agofcopy motd instead of relying on grml-etc plus weirdness
Christian Hofstaedtler [Tue, 23 Nov 2010 11:51:59 +0000 (12:51 +0100)]
fcopy motd instead of relying on grml-etc plus weirdness

13 years agoremove backup files in /etc
Christian Hofstaedtler [Tue, 23 Nov 2010 11:41:56 +0000 (12:41 +0100)]
remove backup files in /etc

13 years agosupport for kernel 2.6.36-grml[64], drop backwards compatibility support, adjust...
Michael Prokop [Wed, 24 Nov 2010 10:20:17 +0000 (11:20 +0100)]
support for kernel 2.6.36-grml[64], drop backwards compatibility support, adjust depends, update docs

The backwards compatibility stuff to support different kernel
versions with different squashfs-tools and all the mksquashfs
options used to be a ugly mess.

Now having xz support (which corresponds to what we have with
squashfs-lzma nowadays) in squashfs-tools (>=1:4.1-1) in Debian
and using a recent ondisk layout for squashfs-lzma in our kernel
versions since 2.6.35-grml[64] gives us the option to clean up
with this mess.

If custom mksquashfs binaries/options are still needed to
remaster old Grml releases or custom kernel versions either use
an older grml-live version or adjust SQUASHFS_BINARY and
SQUASHFS_OPTIONS in grml-live configuration accordingly.

grml-live depends on recent squashfs-tools and fai* versions now.

13 years agoProberly quote $CURRENT_DIR.
Michael Prokop [Wed, 10 Nov 2010 15:23:52 +0000 (16:23 +0100)]
Proberly quote $CURRENT_DIR.

Thanks: Andreas Marschke

13 years agoDo not set ERROR=2 twice.
Michael Prokop [Mon, 8 Nov 2010 17:29:31 +0000 (18:29 +0100)]
Do not set ERROR=2 twice.

Thanks: Christian Hofstaedtler <ch@grml.org>

13 years agoFurther /etc/runlevel.conf related fixes.
Michael Prokop [Mon, 8 Nov 2010 15:32:34 +0000 (16:32 +0100)]
Further /etc/runlevel.conf related fixes.

13 years agoSW: drop i386-only-software [Closes: issue923]
Michael Prokop [Mon, 8 Nov 2010 11:07:25 +0000 (12:07 +0100)]
SW: drop i386-only-software [Closes: issue923]

missing on amd64:
* fdflush
* ppmd

missing on amd64 - grml-specific:
* btsco
* cpuburn-in-binary
* pspax
* libstdc++2.10-glibc2.2

i386-only non-free:
* irpas

missing in archive:
* python2.4-minimal

Thanks: Christian Hofstaedtler <ch@grml.org>

13 years agoProvide /etc/runlevel.conf via grml-live using fcopy and its class concept
Michael Prokop [Mon, 8 Nov 2010 10:56:45 +0000 (11:56 +0100)]
Provide /etc/runlevel.conf via grml-live using fcopy and its class concept

13 years agoSW: remove fvwm-crystal-minimal
Christian Hofstaedtler [Mon, 8 Nov 2010 09:29:01 +0000 (10:29 +0100)]
SW: remove fvwm-crystal-minimal

Acked-by: Michael Prokop <mika@grml.org>
13 years agoSW: remove no longer available software
Christian Hofstaedtler [Sat, 6 Nov 2010 19:54:03 +0000 (20:54 +0100)]
SW: remove no longer available software

13 years agoSW: don't try to install i386-only software on amd64
Christian Hofstaedtler [Sat, 6 Nov 2010 19:41:31 +0000 (20:41 +0100)]
SW: don't try to install i386-only software on amd64

13 years agoSW: remove grml-etc dependencies
Christian Hofstaedtler [Sat, 6 Nov 2010 16:38:36 +0000 (17:38 +0100)]
SW: remove grml-etc dependencies

13 years agoSW: replace console-tools with kbd
Christian Hofstaedtler [Sat, 6 Nov 2010 16:22:57 +0000 (17:22 +0100)]
SW: replace console-tools with kbd

During the Grml developer meeting in Vienna it was decided to default
to kbd instead of console-tools. While this is fixed in grml-autoconfig
we also must make sure that console-tools isn't pulled back in again
during NFSROOT installation and/or during GRML_* packages installation.

13 years agoSW: remove mgetty
Christian Hofstaedtler [Sat, 6 Nov 2010 16:12:52 +0000 (17:12 +0100)]
SW: remove mgetty

mgetty was previously used for the "serial" boot option, but was replaced
with getty. Remove it from the package_config and update documentation
accordingly.

13 years agoSW: drop Essential/Required packages from GRMLBASE
Christian Hofstaedtler [Sat, 6 Nov 2010 16:03:43 +0000 (17:03 +0100)]
SW: drop Essential/Required packages from GRMLBASE

We shouldn't list Essential, Required or pseudo-Essential packages in
GRMLBASE. This change should effectively be a no-change.

13 years agoSW: replace ispell with hunspell
Christian Hofstaedtler [Sat, 6 Nov 2010 15:50:16 +0000 (16:50 +0100)]
SW: replace ispell with hunspell

going with the current spell checker, which also features smaller installed
size.

13 years agoSW: move bibcursed to LATEX class
Christian Hofstaedtler [Sat, 6 Nov 2010 15:49:50 +0000 (16:49 +0100)]
SW: move bibcursed to LATEX class

13 years agoSW: remove packages with unclear live-cd usage case
Christian Hofstaedtler [Fri, 5 Nov 2010 20:27:04 +0000 (21:27 +0100)]
SW: remove packages with unclear live-cd usage case

this also removes some orphaned, no longer existing or non-free packages.

13 years agoSW: drop figlet and toilet-fonts (which is a dependency of toilet)
Michael Prokop [Thu, 4 Nov 2010 13:22:34 +0000 (14:22 +0100)]
SW: drop figlet and toilet-fonts (which is a dependency of toilet)

Closes: issue915

13 years agoSW: Drop libpam* and pamusb-tools packages.
Michael Prokop [Thu, 4 Nov 2010 13:16:14 +0000 (14:16 +0100)]
SW: Drop libpam* and pamusb-tools packages.

Discussion during developer meeting resulted in the conclusion
that the packages aren't relevant for the live system. Therefore
clean up package list and drop all pam related packages.

Closes: issue920

13 years agoSW: Drop unavailable fnord package from all grml flavours (see #596044).
Michael Prokop [Thu, 21 Oct 2010 00:21:06 +0000 (02:21 +0200)]
SW: Drop unavailable fnord package from all grml flavours (see #596044).

13 years agoscripts/release_helper.sh: cancel if editing changelog returned error, provide cmdlin...
Michael Prokop [Sat, 2 Oct 2010 11:23:47 +0000 (13:23 +0200)]
scripts/release_helper.sh: cancel if editing changelog returned error, provide cmdline options to git-buildpackage cmd.

13 years agoRevert templates/boot/grub/loopback.cfg to version before bfe370b.
Michael Prokop [Sat, 2 Oct 2010 11:13:45 +0000 (13:13 +0200)]
Revert templates/boot/grub/loopback.cfg to version before bfe370b.

13 years agoUpdate to bsd4grml v20101001 (thanks to Thorsten Glaser).
Michael Prokop [Sat, 2 Oct 2010 10:58:53 +0000 (12:58 +0200)]
Update to bsd4grml v20101001 (thanks to Thorsten Glaser).

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoMerge branch 'master' of ssh://git.grml.org/grml-live
Michael Prokop [Fri, 1 Oct 2010 13:48:49 +0000 (15:48 +0200)]
Merge branch 'master' of ssh://git.grml.org/grml-live

13 years agoUpdate to bsd4grml version 20100815.
Thorsten Glaser [Sun, 15 Aug 2010 17:10:11 +0000 (17:10 +0000)]
Update to bsd4grml version 20100815.

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
13 years agodocs: Update FAI-URL references regarding its new home (http://fai-project.org/).
Michael Prokop [Fri, 1 Oct 2010 12:51:07 +0000 (14:51 +0200)]
docs: Update FAI-URL references regarding its new home (fai-project.org/).

13 years agoFix typo in grml-cheatcodes
Bernd Arnold [Thu, 23 Sep 2010 21:42:26 +0000 (23:42 +0200)]
Fix typo in grml-cheatcodes

13 years agoconfig/scripts/GRMLBASE/21-usersetup: add grml user to group netdev
Michael Prokop [Thu, 16 Sep 2010 13:08:02 +0000 (15:08 +0200)]
config/scripts/GRMLBASE/21-usersetup: add grml user to group netdev

This is relevant if e.g. dbus is being used.

13 years agoCheck version of grml-live against changelog before building
Ulrich Dangel [Wed, 4 Aug 2010 10:14:13 +0000 (12:14 +0200)]
Check version of grml-live against changelog before building

13 years agoRelease new version 0.11.0. v0.11.0
Michael Prokop [Sat, 4 Sep 2010 14:04:36 +0000 (16:04 +0200)]
Release new version 0.11.0.

Signed-off-by: Michael Prokop <mika@grml.org>
13 years agoAdd scripts/release_helper.sh.
Michael Prokop [Sat, 4 Sep 2010 12:49:01 +0000 (14:49 +0200)]
Add scripts/release_helper.sh.

13 years agoUpdate lintian overrides file to reflect current updates in templates/boot/grub.
Michael Prokop [Sat, 4 Sep 2010 10:36:35 +0000 (12:36 +0200)]
Update lintian overrides file to reflect current updates in templates/boot/grub.

13 years agoUpdate templates/boot/grub to grub version 1.98+20100804-4.
Michael Prokop [Sat, 4 Sep 2010 10:30:09 +0000 (12:30 +0200)]
Update templates/boot/grub to grub version 1.98+20100804-4.

13 years agoUpdate isolinux.bin and vesamenu.c32 to 4.02 debian-20100803.
Michael Prokop [Sat, 4 Sep 2010 10:27:21 +0000 (12:27 +0200)]
Update isolinux.bin and vesamenu.c32 to 4.02 debian-20100803.

Taken from syslinux-common 2:4.02+dfsg-3.

13 years agoUpdate chain.c32 and menu.c32 to Debian's syslinux version 2:4.02+dfsg-3.
Michael Prokop [Sat, 4 Sep 2010 10:24:20 +0000 (12:24 +0200)]
Update chain.c32 and menu.c32 to Debian's syslinux version 2:4.02+dfsg-3.

13 years agoUpdate memdisk from 3.83 to 4.02 debian-20100803.
Michael Prokop [Sat, 4 Sep 2010 10:21:24 +0000 (12:21 +0200)]
Update memdisk from 3.83 to 4.02 debian-20100803.

Taken from Debian package syslinux-common version 2:4.02+dfsg-3,
/usr/lib/syslinux/memdisk

13 years agoUpdate memtest to memtest86+ version 4.10.
Michael Prokop [Sat, 4 Sep 2010 10:20:10 +0000 (12:20 +0200)]
Update memtest to memtest86+ version 4.10.

Downloaded http://www.memtest.org/download/4.10/memtest86+-4.10.bin.gz
from http://www.memtest.org/

13 years agoUpdate hdt.c32 to version 0.3.6.1.
Michael Prokop [Sat, 4 Sep 2010 10:18:03 +0000 (12:18 +0200)]
Update hdt.c32 to version 0.3.6.1.

13 years agoUpdate gpxe.lkrn to version 1.0.1.
Michael Prokop [Sat, 4 Sep 2010 10:15:23 +0000 (12:15 +0200)]
Update gpxe.lkrn to version 1.0.1.

13 years agoUpdate pci.ids to version 2010.08.27.
Michael Prokop [Sat, 4 Sep 2010 10:12:20 +0000 (12:12 +0200)]
Update pci.ids to version 2010.08.27.

13 years agoSW: Update to kernel 2.6.35-grml[64].
Michael Prokop [Sat, 4 Sep 2010 10:11:00 +0000 (12:11 +0200)]
SW: Update to kernel 2.6.35-grml[64].

13 years agoDo not build epub/pdf by default.
Michael Prokop [Wed, 1 Sep 2010 21:22:06 +0000 (23:22 +0200)]
Do not build epub/pdf by default.

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>