grml-live.git
12 years agoUnifiy local config handling
Christian Hofstaedtler [Mon, 5 Dec 2011 13:18:02 +0000 (14:18 +0100)]
Unifiy local config handling

Option -C works now as expected.

12 years ago92-update-freshclam: fix wrong file name in exit message
Michael Prokop [Wed, 30 Nov 2011 13:29:45 +0000 (14:29 +0100)]
92-update-freshclam: fix wrong file name in exit message

Thanks to Thomas Köhler for bugreport.

12 years agoSW: Re-add acpi to GRML_FULL
Christian Hofstaedtler [Wed, 30 Nov 2011 11:28:23 +0000 (12:28 +0100)]
SW: Re-add acpi to GRML_FULL

12 years agoSet Acquire::Check-Valid-Until false in APT config
Christian Hofstaedtler [Wed, 30 Nov 2011 11:26:20 +0000 (12:26 +0100)]
Set Acquire::Check-Valid-Until false in APT config

Needed for snapshot.debian.org.

12 years agoQuote GRML_FAI_CONFIG in warning message since its unset
Michael Prokop [Wed, 30 Nov 2011 08:32:58 +0000 (09:32 +0100)]
Quote GRML_FAI_CONFIG in warning message since its unset

12 years agoRemove load_video function call as function does not exist anyway
Ulrich Dangel [Tue, 29 Nov 2011 22:00:55 +0000 (23:00 +0100)]
Remove load_video function call as function does not exist anyway

12 years agoMerge branch 'mika/efi'
Michael Prokop [Tue, 29 Nov 2011 10:23:43 +0000 (11:23 +0100)]
Merge branch 'mika/efi'

12 years agoinitial UEFI support, using isohybrid as default now
Michael Prokop [Sat, 26 Nov 2011 23:28:42 +0000 (00:28 +0100)]
initial UEFI support, using isohybrid as default now

* restricted to amd64 only
* requires xorriso >=1.1.6-2 on build host
* requires recent syslinux version supporting --uefi
  (2:4.04+dfsg-9 known to be working) on build host
* requires grub-efi-amd64-bin in chroot (>=Debian/wheezy)

Thanks: Ulrich Dangel <mru@grml.org>
Ack-ed by: Christian Hofstaedtler <ch@grml.org>

12 years agoSW: add lsscsi to GRML_FULL
Christian Hofstaedtler [Mon, 28 Nov 2011 19:46:11 +0000 (20:46 +0100)]
SW: add lsscsi to GRML_FULL

12 years agoRefer to new grml-udev-rebuildfstab man page in /etc/fstab
Christian Hofstaedtler [Sun, 27 Nov 2011 17:44:35 +0000 (18:44 +0100)]
Refer to new grml-udev-rebuildfstab man page in /etc/fstab

12 years agojenkins-link_latest: prepare for standalone use
Christian Hofstaedtler [Sun, 27 Nov 2011 10:26:24 +0000 (11:26 +0100)]
jenkins-link_latest: prepare for standalone use

remove reading of grml-buildd.conf, drop /new suffix, use lastSuccessful build

12 years agoresolv.conf handling: resolve symlink inside chroot + drop resolvconf from 96-apt...
Michael Prokop [Sun, 27 Nov 2011 02:25:05 +0000 (03:25 +0100)]
resolv.conf handling: resolve symlink inside chroot + drop resolvconf from 96-apt-listbugs

When resolving the symlink on a system using
/lib/init/rw/resolvconf/ for resolvconf files but the chroot uses
/run/resolvconf then the readlink call from outside the chroot
fails.

| # readlink -f /var/lib/jenkins/workspace/grml64_sid/grml_chroot/etc/resolv.conf
| /lib/init/rw/resolvconf/resolv.conf
| # chroot /var/lib/jenkins/workspace/grml64_sid/grml_chroot/ readlink -f /etc/resolv.conf
| /run/resolvconf/resolv.conf

Also drop the resolvconf code from 96-apt-listbugs.
It's too error prone (meeeeeh) so people are supposed to either
have something like dnsmasq running on the host or have a proper
/etc/resolv.conf prepared.

12 years agoSW: replace dhcp3-client with isc-dhcp-client
Michael Prokop [Sun, 27 Nov 2011 01:31:11 +0000 (02:31 +0100)]
SW: replace dhcp3-client with isc-dhcp-client

dhcp3-client is a transitional package, so let's get rid of it
and use its dependency isc-dhcp-client instead.

12 years agoreadd skiptask updatebase to updatebase.GRMLBASE
Michael Prokop [Sun, 27 Nov 2011 01:29:12 +0000 (02:29 +0100)]
readd skiptask updatebase to updatebase.GRMLBASE

Otherwise we're running 'aptitude update' even on with -b option. :-/

12 years agorework resolvconf handling
Michael Prokop [Sun, 27 Nov 2011 01:24:37 +0000 (02:24 +0100)]
rework resolvconf handling

When building host with resolvconf and /run:

| # ls -la /etc/resolv.conf
| lrwxrwxrwx 1 root root 31 Sep 10 13:15 /etc/resolv.conf -> /etc/resolvconf/run/resolv.conf
| # readlink -f /etc/resolvconf/run/resolv.conf
| /run/resolvconf/resolv.conf

... then test -L and test -d will result both in the same
result for testing /etc/resolvconf/run. So instead let's
try to identify the type using readlink.

12 years agoinstsoft.GRMLBASE: do not run explicit apt-get update any longer
Michael Prokop [Sat, 26 Nov 2011 16:46:59 +0000 (17:46 +0100)]
instsoft.GRMLBASE: do not run explicit apt-get update any longer

12 years agoupdatebase.GRMLBASE: do no longer skiptask updatebase and exit in softupdate action
Michael Prokop [Sat, 26 Nov 2011 16:40:21 +0000 (17:40 +0100)]
updatebase.GRMLBASE: do no longer skiptask updatebase and exit in softupdate action

We want to use the apt configuration as provided via fcopy.

12 years agoupdatebase.GRMLBASE: run recursive fcopy with -B to avoid backup files
Michael Prokop [Sat, 26 Nov 2011 16:38:54 +0000 (17:38 +0100)]
updatebase.GRMLBASE: run recursive fcopy with -B to avoid backup files

dpkg/apt complaines about backup files with suffix .pre_fcopy.

12 years agoprovide package config for Debian/stable builds and enable backports by default there
Michael Prokop [Sat, 26 Nov 2011 16:34:41 +0000 (17:34 +0100)]
provide package config for Debian/stable builds and enable backports by default there

linux-image-3.1.0-1-grml-amd64 depends on a recent version
of linux-base and initramfs-tools, so when building against
Debian/stable using a fresh kernel version we depend on backports.

12 years agoGRMLBASE/16-depmod: drop the 2-digit check
Michael Prokop [Sat, 26 Nov 2011 16:32:53 +0000 (17:32 +0100)]
GRMLBASE/16-depmod: drop the 2-digit check

The check actually fails with our new linux-image-3.1.0-1-grml-amd64
packages and we don't use 2-digit versions any longer, so get rid
of this code snippet.

12 years agoprovide report of missing packages in xunit format for usage within e.g. Jenkins
Michael Prokop [Sat, 26 Nov 2011 16:30:54 +0000 (17:30 +0100)]
provide report of missing packages in xunit format for usage within e.g. Jenkins

12 years agoSW: add devscripts to GRML_FULL
Christian Hofstaedtler [Sat, 26 Nov 2011 19:26:20 +0000 (20:26 +0100)]
SW: add devscripts to GRML_FULL

12 years agoSW: add libnss-mdns to GRML_FULL to support .local
Christian Hofstaedtler [Sat, 26 Nov 2011 19:22:29 +0000 (20:22 +0100)]
SW: add libnss-mdns to GRML_FULL to support .local

12 years agoDocument "nobeep" boot option.
Christian Hofstaedtler [Sat, 26 Nov 2011 19:19:57 +0000 (20:19 +0100)]
Document "nobeep" boot option.

12 years agoAdd -T option for unpacking chroot archives
Christian Hofstaedtler [Sat, 26 Nov 2011 15:48:05 +0000 (16:48 +0100)]
Add -T option for unpacking chroot archives

12 years agoSilence LOGFILE errors when using log too early
Christian Hofstaedtler [Sat, 26 Nov 2011 15:37:03 +0000 (16:37 +0100)]
Silence LOGFILE errors when using log too early

Relevant when quitting grml-live at the question stage.

12 years agoNew: specify SNAPSHOT to change debian.list to snapshot.debian.org
Christian Hofstaedtler [Sat, 26 Nov 2011 15:17:02 +0000 (16:17 +0100)]
New: specify SNAPSHOT to change debian.list to snapshot.debian.org

12 years ago98-clean-chroot: do not zero out install_packages.list
Michael Prokop [Sat, 26 Nov 2011 12:33:55 +0000 (13:33 +0100)]
98-clean-chroot: do not zero out install_packages.list

12 years agoUse grml_logs/fai as CHECKLOG source
Christian Hofstaedtler [Sat, 26 Nov 2011 12:30:34 +0000 (13:30 +0100)]
Use grml_logs/fai as CHECKLOG source

12 years agoCopy install_packages.list to grml_logs
Christian Hofstaedtler [Sat, 26 Nov 2011 12:29:25 +0000 (13:29 +0100)]
Copy install_packages.list to grml_logs

12 years agoreplace realpath with readlink -f to avoid dependency on realpath
Michael Prokop [Sat, 26 Nov 2011 11:25:01 +0000 (12:25 +0100)]
replace realpath with readlink -f to avoid dependency on realpath

Thanks to Christian for reporting.

12 years agouse GRML_FULL as default and update docs accordingly for available classes
Michael Prokop [Sat, 26 Nov 2011 10:47:21 +0000 (11:47 +0100)]
use GRML_FULL as default and update docs accordingly for available classes

12 years agomake sure we don't leave any FAI ramdisks behind
Michael Prokop [Fri, 25 Nov 2011 20:28:00 +0000 (21:28 +0100)]
make sure we don't leave any FAI ramdisks behind

12 years agouse AMD64 class in usage examples and use GRML_FULL instead of GRML_MEDIUM/GRML_SMALL...
Michael Prokop [Sat, 26 Nov 2011 10:36:11 +0000 (11:36 +0100)]
use AMD64 class in usage examples and use GRML_FULL instead of GRML_MEDIUM/GRML_SMALL everywhere

12 years agouse system architecture as default
Michael Prokop [Sat, 26 Nov 2011 10:34:24 +0000 (11:34 +0100)]
use system architecture as default

12 years agorework sources setup (deprecated GRML_LIVE_SOURCES, install /etc/apt files recursively)
Michael Prokop [Sat, 26 Nov 2011 10:33:41 +0000 (11:33 +0100)]
rework sources setup (deprecated GRML_LIVE_SOURCES, install /etc/apt files recursively)

Finally this should give us a FAI setup without having to
generate sources.list configurations on-the-fly any longer.

12 years agoretrieve source packages via grml-live using SOURCES class
Michael Prokop [Fri, 25 Nov 2011 18:18:47 +0000 (19:18 +0100)]
retrieve source packages via grml-live using SOURCES class

12 years agoAdd documentation for -A and -U
Christian Hofstaedtler [Sat, 26 Nov 2011 10:48:36 +0000 (11:48 +0100)]
Add documentation for -A and -U

12 years agoDon't treat CHROOT_ARCHIVE as a directory
Christian Hofstaedtler [Sat, 26 Nov 2011 10:44:25 +0000 (11:44 +0100)]
Don't treat CHROOT_ARCHIVE as a directory

12 years agoAdd -U option to ensure output files ownership
Christian Hofstaedtler [Sat, 26 Nov 2011 10:43:10 +0000 (11:43 +0100)]
Add -U option to ensure output files ownership

12 years agoAdd -A option for ensuring clean builds and pack artifacts
Christian Hofstaedtler [Sat, 26 Nov 2011 10:29:12 +0000 (11:29 +0100)]
Add -A option for ensuring clean builds and pack artifacts

12 years agobuildd jenkins: temporarily link into /new
Christian Hofstaedtler [Fri, 25 Nov 2011 20:25:08 +0000 (21:25 +0100)]
buildd jenkins: temporarily link into /new

12 years agobuildd jenkins-link_latest.sh: handle non-existing files
Christian Hofstaedtler [Fri, 25 Nov 2011 20:02:01 +0000 (21:02 +0100)]
buildd jenkins-link_latest.sh: handle non-existing files

12 years agodo not fail with empty $APT_PROXY
Michael Prokop [Fri, 25 Nov 2011 19:23:52 +0000 (20:23 +0100)]
do not fail with empty $APT_PROXY

12 years agodon't use colors/escape sequences if running in dump terminal
Michael Prokop [Fri, 25 Nov 2011 18:09:27 +0000 (19:09 +0100)]
don't use colors/escape sequences if running in dump terminal

12 years agobuildd: add jenkins-link_latest.sh
Christian Hofstaedtler [Fri, 25 Nov 2011 16:45:56 +0000 (17:45 +0100)]
buildd: add jenkins-link_latest.sh

12 years agoAdd APT_PROXY configuration variable
Christian Hofstaedtler [Fri, 25 Nov 2011 16:18:51 +0000 (17:18 +0100)]
Add APT_PROXY configuration variable

12 years agoRetain FAI logs in grml_logs directory
Christian Hofstaedtler [Fri, 25 Nov 2011 12:07:05 +0000 (13:07 +0100)]
Retain FAI logs in grml_logs directory

12 years agoMove grml-live.log to output directory
Christian Hofstaedtler [Fri, 25 Nov 2011 12:06:41 +0000 (13:06 +0100)]
Move grml-live.log to output directory

12 years agoSW: add fai-setup-storage to GRML_FULL
Christian Hofstaedtler [Fri, 25 Nov 2011 10:43:33 +0000 (11:43 +0100)]
SW: add fai-setup-storage to GRML_FULL

12 years agobuildd: report email overhaul
Christian Hofstaedtler [Fri, 25 Nov 2011 07:25:46 +0000 (08:25 +0100)]
buildd: report email overhaul

no longer tar the logs, but add URL to logs to email, use PRODUCT_NAME
in header, etc.

12 years agobuildd: prefix log dir target with PRODUCT_NAME
Christian Hofstaedtler [Fri, 25 Nov 2011 07:09:33 +0000 (08:09 +0100)]
buildd: prefix log dir target with PRODUCT_NAME

12 years agobuildd: merge grml-buildd.std{out,err} into grml-buildd.log
Christian Hofstaedtler [Fri, 25 Nov 2011 07:06:26 +0000 (08:06 +0100)]
buildd: merge grml-buildd.std{out,err} into grml-buildd.log

Currently seeing only grml-buildd.stderr in the emails is not useful
at all.

12 years agobuildd: create ISO_NAME in function.sh
Christian Hofstaedtler [Fri, 25 Nov 2011 07:00:10 +0000 (08:00 +0100)]
buildd: create ISO_NAME in function.sh

12 years agoRemove dbus machine-id
Christian Hofstaedtler [Fri, 25 Nov 2011 06:27:49 +0000 (07:27 +0100)]
Remove dbus machine-id

It's not generated before starting dbus for the first time, but
make this explicit.

12 years agoAppend .log to grml-buildd.std{out,err} logfile names
Christian Hofstaedtler [Thu, 24 Nov 2011 12:37:59 +0000 (13:37 +0100)]
Append .log to grml-buildd.std{out,err} logfile names

12 years agoSW: add gpart to GRML_FULL
Christian Hofstaedtler [Thu, 24 Nov 2011 12:19:41 +0000 (13:19 +0100)]
SW: add gpart to GRML_FULL

12 years agoSW: add gptsync to GRML_FULL
Christian Hofstaedtler [Thu, 24 Nov 2011 12:19:25 +0000 (13:19 +0100)]
SW: add gptsync to GRML_FULL

12 years agoSW: add gdisk to GRML_FULL
Christian Hofstaedtler [Thu, 24 Nov 2011 12:18:40 +0000 (13:18 +0100)]
SW: add gdisk to GRML_FULL

12 years agoSwitch back to /var/log/syslog
Christian Hofstaedtler [Wed, 23 Nov 2011 21:17:50 +0000 (22:17 +0100)]
Switch back to /var/log/syslog

Can convince Debian at another time.

12 years agoSW: add mercurial to GRML_FULL
Christian Hofstaedtler [Mon, 21 Nov 2011 20:19:39 +0000 (21:19 +0100)]
SW: add mercurial to GRML_FULL

12 years agoSW: add iceweasel to new GRML_FULL
Michael Prokop [Mon, 21 Nov 2011 14:07:17 +0000 (15:07 +0100)]
SW: add iceweasel to new GRML_FULL

12 years agoRevert "Move 01-iceweasel to GRML_XL scripts"
Michael Prokop [Mon, 21 Nov 2011 14:05:21 +0000 (15:05 +0100)]
Revert "Move 01-iceweasel to GRML_XL scripts"

This reverts commit 6833c8b7d477a9b8136d8bbceba4e3463c5fb4b5.

iceweasel should be part of GRML_FULL.

12 years agoUse addon files from chroot if present
Christian Hofstaedtler [Mon, 21 Nov 2011 13:28:34 +0000 (14:28 +0100)]
Use addon files from chroot if present

This way - if a flavour installs all required packages -, we always
get the addon file from the packages the flavour installs. Makes
source compliance a ton easier and we don't accidentally miss
addons on GRML_FULL.

12 years agoMove 01-iceweasel to GRML_XL scripts
Christian Hofstaedtler [Mon, 21 Nov 2011 13:27:14 +0000 (14:27 +0100)]
Move 01-iceweasel to GRML_XL scripts

GRML_FULL doesn't have iceweasel any longer.

12 years agoShip sanitized rsyslog.conf
Christian Hofstaedtler [Thu, 17 Nov 2011 09:47:36 +0000 (10:47 +0100)]
Ship sanitized rsyslog.conf

12 years agoEnhance lsb-base-logging styles for action messages
Christian Hofstaedtler [Thu, 17 Nov 2011 09:34:17 +0000 (10:34 +0100)]
Enhance lsb-base-logging styles for action messages

12 years agoSW: don't ship grml-debugtools with GRML_FULL
Christian Hofstaedtler [Thu, 17 Nov 2011 09:03:57 +0000 (10:03 +0100)]
SW: don't ship grml-debugtools with GRML_FULL

12 years agolsb-base-logging: must use $TPUT for tput
Christian Hofstaedtler [Wed, 16 Nov 2011 12:16:37 +0000 (13:16 +0100)]
lsb-base-logging: must use $TPUT for tput

12 years agobuildd: files moved to grml.org:/daily/
Christian Hofstaedtler [Wed, 16 Nov 2011 12:13:35 +0000 (13:13 +0100)]
buildd: files moved to grml.org:/daily/

12 years agoDeploy /etc/lsb-base-logging.sh
Christian Hofstaedtler [Wed, 16 Nov 2011 11:49:22 +0000 (12:49 +0100)]
Deploy /etc/lsb-base-logging.sh

This "brands" boot up a tiny little bit more.

12 years agoMove init-top/grml into hands of 42-branding
Christian Hofstaedtler [Wed, 16 Nov 2011 11:48:23 +0000 (12:48 +0100)]
Move init-top/grml into hands of 42-branding

12 years agoUpdate GRML Splash text to be neutral
Christian Hofstaedtler [Wed, 16 Nov 2011 11:14:08 +0000 (12:14 +0100)]
Update GRML Splash text to be neutral

12 years agoRemove tsplash support
Christian Hofstaedtler [Wed, 16 Nov 2011 11:12:41 +0000 (12:12 +0100)]
Remove tsplash support

12 years agoRemove 915resolution boot option doc
Christian Hofstaedtler [Wed, 16 Nov 2011 11:01:22 +0000 (12:01 +0100)]
Remove 915resolution boot option doc

12 years agoRemove duplicate mentions of nousb*
Christian Hofstaedtler [Wed, 16 Nov 2011 10:56:32 +0000 (11:56 +0100)]
Remove duplicate mentions of nousb*

nousb2 might have never worked, too.

12 years agoRemove noapm from boot options
Christian Hofstaedtler [Wed, 16 Nov 2011 10:46:39 +0000 (11:46 +0100)]
Remove noapm from boot options

grml-autoconfig support for this is gone.

12 years agoRemove grml2hd boot options
Christian Hofstaedtler [Wed, 16 Nov 2011 10:24:33 +0000 (11:24 +0100)]
Remove grml2hd boot options

12 years agoSW: add zile as a "small emacs" to GRML_FULL
Christian Hofstaedtler [Tue, 15 Nov 2011 16:19:13 +0000 (17:19 +0100)]
SW: add zile as a "small emacs" to GRML_FULL

An 418kB emacs clone. Hopefully good enough for everybody ;-)

12 years agoSW: split unlabeled block in GRML_FULL
Christian Hofstaedtler [Tue, 15 Nov 2011 15:55:30 +0000 (16:55 +0100)]
SW: split unlabeled block in GRML_FULL

12 years agoRe-add multitail to GRML_FULL, disable iptstate
Christian Hofstaedtler [Tue, 15 Nov 2011 14:34:25 +0000 (15:34 +0100)]
Re-add multitail to GRML_FULL, disable iptstate

This should fix init warnings for id 10, 12

12 years agobuildd: use $FLAVOURS to control which flavours are built
Christian Hofstaedtler [Mon, 14 Nov 2011 23:49:42 +0000 (00:49 +0100)]
buildd: use $FLAVOURS to control which flavours are built

12 years agoSW: switch to new-style kernels on GRML_FULL
Christian Hofstaedtler [Mon, 14 Nov 2011 19:19:13 +0000 (20:19 +0100)]
SW: switch to new-style kernels on GRML_FULL

12 years agoSW: add the new GRML_FULL
Christian Hofstaedtler [Mon, 14 Nov 2011 19:18:10 +0000 (20:18 +0100)]
SW: add the new GRML_FULL

12 years agoSW: move GRML_FULL out of the way
Christian Hofstaedtler [Mon, 14 Nov 2011 19:17:31 +0000 (20:17 +0100)]
SW: move GRML_FULL out of the way

12 years agoMerge branch 'ch/installrescue'
Christian Hofstaedtler [Mon, 14 Nov 2011 19:14:51 +0000 (20:14 +0100)]
Merge branch 'ch/installrescue'

12 years agoAdd basic accessibility support to GRML_IR
Christian Hofstaedtler [Mon, 14 Nov 2011 18:42:37 +0000 (19:42 +0100)]
Add basic accessibility support to GRML_IR

12 years agobuildd: use syslog for cleanup log
Christian Hofstaedtler [Mon, 14 Nov 2011 11:44:47 +0000 (12:44 +0100)]
buildd: use syslog for cleanup log

12 years agoSW: remove emuga (gone) from GRML_FULL
Christian Hofstaedtler [Sun, 13 Nov 2011 09:48:35 +0000 (10:48 +0100)]
SW: remove emuga (gone) from GRML_FULL

12 years agobuildd: configure $FLAVOURS
Christian Hofstaedtler [Thu, 10 Nov 2011 11:18:13 +0000 (12:18 +0100)]
buildd: configure $FLAVOURS

Note that cronjob.sh doesn't use this for now, but everything else
does.

12 years agobuildd: disable squeeze flavours in cleanup,link_latest
Christian Hofstaedtler [Thu, 10 Nov 2011 10:48:18 +0000 (11:48 +0100)]
buildd: disable squeeze flavours in cleanup,link_latest

12 years agoSW: Use linux-2.6-style kernels on GRML_MEDIUM
Christian Hofstaedtler [Wed, 9 Nov 2011 22:41:00 +0000 (23:41 +0100)]
SW: Use linux-2.6-style kernels on GRML_MEDIUM

12 years agobuildd: update sha1sums of base(64?).tgz
Christian Hofstaedtler [Wed, 9 Nov 2011 00:20:05 +0000 (01:20 +0100)]
buildd: update sha1sums of base(64?).tgz

12 years agobuildd/functions.sh: use dash-compliant subtraction
Christian Hofstaedtler [Tue, 8 Nov 2011 11:50:00 +0000 (12:50 +0100)]
buildd/functions.sh: use dash-compliant subtraction

12 years agobuildd: remove REMOVE_DOCS from small ISOs
Christian Hofstaedtler [Mon, 7 Nov 2011 16:54:52 +0000 (17:54 +0100)]
buildd: remove REMOVE_DOCS from small ISOs

12 years agoRename GRML_FULL buildd scripts to match that name
Christian Hofstaedtler [Mon, 7 Nov 2011 16:49:45 +0000 (17:49 +0100)]
Rename GRML_FULL buildd scripts to match that name

12 years agoIgnore more cruft, add runtime to buildd emails
Christian Hofstaedtler [Mon, 7 Nov 2011 16:40:55 +0000 (17:40 +0100)]
Ignore more cruft, add runtime to buildd emails

12 years agoAutomatically start nfs client and avahi, dbus
Christian Hofstaedtler [Mon, 7 Nov 2011 13:05:11 +0000 (14:05 +0100)]
Automatically start nfs client and avahi, dbus

12 years agoSW: add gitk to GRML_FULL [Closes: issue1057]
Michael Prokop [Mon, 7 Nov 2011 10:02:54 +0000 (11:02 +0100)]
SW: add gitk to GRML_FULL [Closes: issue1057]

Thanks to Michael Gissing for reporting.

12 years agoSW: add imvirt to GRML_{SMALL,MEDIUM,FULL}
Michael Prokop [Mon, 7 Nov 2011 09:54:06 +0000 (10:54 +0100)]
SW: add imvirt to GRML_{SMALL,MEDIUM,FULL}

For usage within VM detection code.