grml-live.git
14 years agoBump Standard Version to 3.8.2 v0.9.19
Michael Prokop [Tue, 28 Jul 2009 13:24:08 +0000 (15:24 +0200)]
Bump Standard Version to 3.8.2

14 years agoUpdate for release 0.9.19
Michael Prokop [Tue, 28 Jul 2009 12:59:31 +0000 (14:59 +0200)]
Update for release 0.9.19

14 years agoAdd several packages to GRML_FORENSIC
Michael Prokop [Tue, 28 Jul 2009 12:58:10 +0000 (14:58 +0200)]
Add several packages to GRML_FORENSIC

14 years agoDrop hdparm from GRML_{FULL,MEDIUM,SMALL} (it is part of GRMLBASE
Michael Prokop [Tue, 28 Jul 2009 12:54:53 +0000 (14:54 +0200)]
Drop hdparm from GRML_{FULL,MEDIUM,SMALL} (it is part of GRMLBASE

14 years agoAdd several (network) forensic tools to GRML_FORENSIC
Michael Prokop [Tue, 21 Jul 2009 09:39:31 +0000 (11:39 +0200)]
Add several (network) forensic tools to GRML_FORENSIC

14 years agoDrop stegdetect from GRML_FORENSIC
Michael Prokop [Tue, 21 Jul 2009 08:15:52 +0000 (10:15 +0200)]
Drop stegdetect from GRML_FORENSIC

14 years agoAdd nilfs2-tools to GRML_FULL
Michael Prokop [Mon, 6 Jul 2009 21:51:53 +0000 (23:51 +0200)]
Add nilfs2-tools to GRML_FULL

14 years agoAdd conkeror to GRML_FULL
Michael Prokop [Mon, 6 Jul 2009 21:31:53 +0000 (23:31 +0200)]
Add conkeror to GRML_FULL

14 years agoAdd pigz to GRML_FULL
Michael Prokop [Mon, 6 Jul 2009 21:29:19 +0000 (23:29 +0200)]
Add pigz to GRML_FULL

14 years agoAdd gptsync to GRML_FULL
Michael Prokop [Mon, 6 Jul 2009 21:19:56 +0000 (23:19 +0200)]
Add gptsync to GRML_FULL

14 years agoAdd btrfs-tools to GRML_FULL
Michael Prokop [Mon, 6 Jul 2009 21:16:29 +0000 (23:16 +0200)]
Add btrfs-tools to GRML_FULL

14 years agoAdd tableau-parm to GRML_FULL
Michael Prokop [Thu, 2 Jul 2009 09:01:49 +0000 (11:01 +0200)]
Add tableau-parm to GRML_FULL

14 years agoDrop LaTeX packages from GRML_FULL; provide LATEX class
Michael Prokop [Wed, 24 Jun 2009 10:36:05 +0000 (12:36 +0200)]
Drop LaTeX packages from GRML_FULL; provide LATEX class

14 years agoAdd postmark to GRML_FULL
Michael Prokop [Wed, 17 Jun 2009 16:24:58 +0000 (18:24 +0200)]
Add postmark to GRML_FULL

14 years agoAdd nfswatch to GRML_FULL
Michael Prokop [Tue, 16 Jun 2009 15:00:24 +0000 (17:00 +0200)]
Add nfswatch to GRML_FULL

14 years agoUpdate changelog for release v0.9.18
Michael Prokop [Sat, 13 Jun 2009 10:11:41 +0000 (12:11 +0200)]
Update changelog for release

14 years agoAdd bc to Depends
Michael Prokop [Sat, 13 Jun 2009 09:29:21 +0000 (11:29 +0200)]
Add bc to Depends

14 years agoUpdate comment in remaster/grml-live-remaster
Michael Prokop [Sat, 13 Jun 2009 09:03:06 +0000 (11:03 +0200)]
Update comment in remaster/grml-live-remaster

14 years agoUpdate debian/changelog
Michael Prokop [Sat, 13 Jun 2009 09:00:52 +0000 (11:00 +0200)]
Update debian/changelog

14 years agoFix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB
Thorsten Glaser [Thu, 4 Jun 2009 15:56:39 +0000 (17:56 +0200)]
Fix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB

Formerly, we hard-coded jumping to either grub1 (grub-legacy) or
grub2 in the menu option #6, and offered the macros “grub1” and
“grub2” in boot.cfg (the text mode boot prompt / ldbsd.com command
line), with an alias from “grml” to “grub2” (normally).

Now we use the grml-live framework to patching the ldbsd.com con-
figuration files at image creation time to allow for either grub2,
grub1 with stage2, or grub1 with stage2_eltorito to be found.

Note that grub2 will be taken as default iff it exists, because
it supports manifold-boot™ images, which grub-legacy doesn’t.

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
14 years agoChange partition type to 0x83, as this is custom on Linux.
Thorsten Glaser [Sun, 7 Jun 2009 18:09:03 +0000 (18:09 +0000)]
Change partition type to 0x83, as this is custom on Linux.

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
14 years agospelling fixes
Thorsten Glaser [Sun, 7 Jun 2009 18:06:06 +0000 (18:06 +0000)]
spelling fixes

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
14 years agofix the partition table (end cylinder off-by-one)
Thorsten Glaser [Sun, 7 Jun 2009 18:01:10 +0000 (18:01 +0000)]
fix the partition table (end cylinder off-by-one)

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
14 years agoChange bootgrub.mksh invocation to use the new features.
Thorsten Glaser [Sun, 7 Jun 2009 16:26:53 +0000 (16:26 +0000)]
Change bootgrub.mksh invocation to use the new features.

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
14 years agoUpdate bootgrub.mksh from MirBSD
Thorsten Glaser [Sun, 7 Jun 2009 16:23:56 +0000 (16:23 +0000)]
Update bootgrub.mksh from MirBSD

New features:
• -A (auto boot-time geometry detection for CHS boot)
• partition table generation

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
14 years agoPad official ISOs to multiples of 256 KiB.
Thorsten Glaser [Sun, 7 Jun 2009 16:15:44 +0000 (16:15 +0000)]
Pad official ISOs to multiples of 256 KiB.

Add “-no-pad” to all mkisofs calls (the mkisofs padding for CD-ROM
readahead support is 32K or 48K usually), and apply padding ourselves
for partition table support. We will use cylinders of 256 KiB (split
in 16 tracks à 32 sectors à 512 bytes) for these. This means that the
padding we add is 512 bytes at least, and a whole 256 KiB at most.

CD-ROM readahead padding is done by the “-pad” option of cdrecord,
which is enabled by default and adds another 300 KiB, but only on
the CD itself.

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
14 years agoUpdate changelog
Michael Prokop [Sat, 13 Jun 2009 00:58:37 +0000 (02:58 +0200)]
Update changelog

14 years agogrml-cheatcodes: mention libata specific bootoptions [issue685]
Michael Prokop [Sat, 13 Jun 2009 00:56:28 +0000 (02:56 +0200)]
grml-cheatcodes: mention libata specific bootoptions [issue685]

14 years agoAdd safecopy to GRML_FULL
Michael Prokop [Sat, 6 Jun 2009 10:11:45 +0000 (12:11 +0200)]
Add safecopy to GRML_FULL

14 years agoIntegrate grub2 for hybrid boot
Michael Prokop [Wed, 3 Jun 2009 14:43:45 +0000 (16:43 +0200)]
Integrate grub2 for hybrid boot

14 years agoUpdate /boot/grub/* files in build output v0.9.17
Michael Prokop [Fri, 29 May 2009 10:55:26 +0000 (12:55 +0200)]
Update /boot/grub/* files in build output

14 years agoDisable apt-list* in instsoft.GRMLBASE
Michael Prokop [Wed, 27 May 2009 15:53:59 +0000 (17:53 +0200)]
Disable apt-list* in instsoft.GRMLBASE

14 years agoDrop package ifupdown-scripts-zg2 from GRML_FULL
Michael Prokop [Tue, 26 May 2009 14:57:58 +0000 (16:57 +0200)]
Drop package ifupdown-scripts-zg2 from GRML_FULL

14 years agoUpdate changelog regarding package removal of 'sing'
Michael Prokop [Tue, 26 May 2009 10:58:00 +0000 (12:58 +0200)]
Update changelog regarding package removal of 'sing'

14 years agoDrop package paketto from GRML_FULL
Michael Prokop [Tue, 26 May 2009 10:55:41 +0000 (12:55 +0200)]
Drop package paketto from GRML_FULL

14 years agoAdd hwspeak to grml-cheatcodes (and some minor formating cleanup)
Michael Prokop [Tue, 26 May 2009 08:42:26 +0000 (10:42 +0200)]
Add hwspeak to grml-cheatcodes (and some minor formating cleanup)

14 years ago15-initsetup: warn if /etc/runlevel.conf does not exist
Michael Prokop [Tue, 26 May 2009 08:42:05 +0000 (10:42 +0200)]
15-initsetup: warn if /etc/runlevel.conf does not exist

14 years agoMention speakup.synth=... in grml-cheatcodes.txt
Michael Prokop [Fri, 22 May 2009 10:25:24 +0000 (12:25 +0200)]
Mention speakup.synth=... in grml-cheatcodes.txt

14 years agoDrop package nemesis from GRML_FULL
Michael Prokop [Fri, 22 May 2009 07:41:36 +0000 (09:41 +0200)]
Drop package nemesis from GRML_FULL

14 years agoDrop package sing from GRML_FULL
Michael Prokop [Fri, 22 May 2009 07:39:28 +0000 (09:39 +0200)]
Drop package sing from GRML_FULL

14 years agoDrop package snort from GRML_FULL
Michael Prokop [Fri, 22 May 2009 07:32:07 +0000 (09:32 +0200)]
Drop package snort from GRML_FULL

14 years agoUpdate changelog for issue664
Michael Prokop [Wed, 20 May 2009 21:26:38 +0000 (23:26 +0200)]
Update changelog for issue664

14 years agoSupport $VISUAL and fall back to 'vi' is EDITOR is empty
Frank Terbeck [Fri, 17 Apr 2009 18:01:03 +0000 (20:01 +0200)]
Support $VISUAL and fall back to 'vi' is EDITOR is empty

14 years agoMention persistent bootoption in grml-cheatcodes.txt v0.9.16
Michael Prokop [Tue, 19 May 2009 18:52:48 +0000 (20:52 +0200)]
Mention persistent bootoption in grml-cheatcodes.txt

14 years agoAdd u3-tool to GRML_FULL
Michael Prokop [Mon, 18 May 2009 22:13:10 +0000 (00:13 +0200)]
Add u3-tool to GRML_FULL

14 years agoDisable lmbench in GRML_FULL
Michael Prokop [Mon, 18 May 2009 22:11:39 +0000 (00:11 +0200)]
Disable lmbench in GRML_FULL

14 years agoDrop snownews from GRML_FULL
Michael Prokop [Mon, 18 May 2009 20:23:23 +0000 (22:23 +0200)]
Drop snownews from GRML_FULL

14 years agoDrop ttf-bitstream-vera from GRML_FULL
Michael Prokop [Mon, 18 May 2009 20:21:39 +0000 (22:21 +0200)]
Drop ttf-bitstream-vera from GRML_FULL

14 years agoDisable 'nttcp' (non-free) in GRML_FULL
Michael Prokop [Mon, 18 May 2009 20:14:39 +0000 (22:14 +0200)]
Disable 'nttcp' (non-free) in GRML_FULL

14 years agoDrop unavailable kernel packages, drop linux-wlan-ng v0.9.15
Michael Prokop [Mon, 18 May 2009 08:27:54 +0000 (10:27 +0200)]
Drop unavailable kernel packages, drop linux-wlan-ng

14 years agoReplace dillo with links2, drop gcc-4.1/g++-4.1 and bzr
Michael Prokop [Sun, 17 May 2009 10:27:36 +0000 (12:27 +0200)]
Replace dillo with links2, drop gcc-4.1/g++-4.1 and bzr

14 years agoDocument findiso bootoption in grml-cheatcodes.txt v0.9.14
Michael Prokop [Fri, 15 May 2009 08:07:11 +0000 (10:07 +0200)]
Document findiso bootoption in grml-cheatcodes.txt

14 years agoDrop hpijs from GRML_FULL
Michael Prokop [Wed, 13 May 2009 09:34:10 +0000 (11:34 +0200)]
Drop hpijs from GRML_FULL

14 years agoAdjust version number of script
Michael Prokop [Mon, 11 May 2009 21:52:18 +0000 (23:52 +0200)]
Adjust version number of script

14 years agoBig cleanup: drop several packages
Michael Prokop [Mon, 11 May 2009 21:16:57 +0000 (23:16 +0200)]
Big cleanup: drop several packages

14 years agoUpdate /usr/share/locale handling: restore *empty* directories
Michael Prokop [Mon, 11 May 2009 21:16:38 +0000 (23:16 +0200)]
Update /usr/share/locale handling: restore *empty* directories

14 years agoReadd clive
Michael Prokop [Thu, 7 May 2009 09:34:04 +0000 (11:34 +0200)]
Readd clive

14 years agoDrop xserver-xorg-video-cyrix and xserver-xorg-video-imstt
Michael Prokop [Tue, 5 May 2009 10:12:23 +0000 (12:12 +0200)]
Drop xserver-xorg-video-cyrix and xserver-xorg-video-imstt

14 years agoWarn if boot addons are not available v0.9.13
Michael Prokop [Tue, 5 May 2009 07:51:04 +0000 (09:51 +0200)]
Warn if boot addons are not available

14 years agoUpdate changelog for new release
Michael Prokop [Tue, 5 May 2009 07:46:40 +0000 (09:46 +0200)]
Update changelog for new release

14 years agoDrop gcc-4.1 gcc-4.1-base, gcc-4.2-base and same -base packages from GRML_FULL
Michael Prokop [Tue, 5 May 2009 07:40:50 +0000 (09:40 +0200)]
Drop gcc-4.1 gcc-4.1-base, gcc-4.2-base and same -base packages from GRML_FULL

14 years agoSplit package into grml-live and grml-live-addons
Michael Prokop [Tue, 5 May 2009 07:20:19 +0000 (09:20 +0200)]
Split package into grml-live and grml-live-addons

14 years agoDrop clive from GRML_FULL
Michael Prokop [Mon, 4 May 2009 21:11:49 +0000 (23:11 +0200)]
Drop clive from GRML_FULL

14 years agoDrop atl2* packages; rework cups selection
Michael Prokop [Mon, 4 May 2009 21:06:32 +0000 (23:06 +0200)]
Drop atl2* packages; rework cups selection

14 years agoSlightly improve 'grml2ram' vs 'grml toram' description in bootsplash
Michael Prokop [Mon, 4 May 2009 19:49:35 +0000 (21:49 +0200)]
Slightly improve 'grml2ram' vs 'grml toram' description in bootsplash

14 years agoMention readonly, hdt and bsd bootoptions in grml-cheatcodes.txt
Michael Prokop [Mon, 4 May 2009 19:43:44 +0000 (21:43 +0200)]
Mention readonly, hdt and bsd bootoptions in grml-cheatcodes.txt

14 years agoIntegrate HDT (Hardware Detection Tool) including pci.ids, mention hdt and bsd in...
Michael Prokop [Mon, 4 May 2009 18:27:56 +0000 (20:27 +0200)]
Integrate HDT (Hardware Detection Tool) including pci.ids, mention hdt and bsd in bootsplash

14 years agoAdd speakup-tools to GRML_FULL
Michael Prokop [Sun, 26 Apr 2009 16:11:08 +0000 (18:11 +0200)]
Add speakup-tools to GRML_FULL

14 years agoUpdate isolinux.bin to version 2:3.75+dfsg-1
Michael Prokop [Thu, 23 Apr 2009 17:11:04 +0000 (19:11 +0200)]
Update isolinux.bin to version 2:3.75+dfsg-1

14 years agoImprove /etc/grml/fai/live-initramfs/live.conf handling
Michael Prokop [Wed, 22 Apr 2009 22:22:22 +0000 (00:22 +0200)]
Improve /etc/grml/fai/live-initramfs/live.conf handling

15 years agoAdd virtualbox-ose-guest-x11
Michael Prokop [Mon, 20 Apr 2009 10:57:23 +0000 (12:57 +0200)]
Add virtualbox-ose-guest-x11

15 years agoBump Standard-Version to 3.8.1 (no further changes)
Michael Prokop [Sat, 11 Apr 2009 10:29:07 +0000 (12:29 +0200)]
Bump Standard-Version to 3.8.1 (no further changes)

15 years agoUpdate bsd4grml to version 20090411 v0.9.12
Michael Prokop [Sat, 11 Apr 2009 10:26:40 +0000 (12:26 +0200)]
Update bsd4grml to version 20090411

15 years agoAdd aufs-tools to GRML_MEDIUM
Michael Prokop [Tue, 24 Mar 2009 01:53:43 +0000 (02:53 +0100)]
Add aufs-tools to GRML_MEDIUM

15 years agoRemove madwifi* from GRML_FULL and GRML_MEDIUM
Michael Prokop [Mon, 16 Mar 2009 23:45:19 +0000 (00:45 +0100)]
Remove madwifi* from GRML_FULL and GRML_MEDIUM

15 years agoAdd dvtm to GRML_FULL
Michael Prokop [Mon, 16 Mar 2009 12:40:51 +0000 (13:40 +0100)]
Add dvtm to GRML_FULL

15 years agoAdd nfs-kernel-server to GRML_MEDIUM [Closes: issue471]
Michael Prokop [Sat, 14 Mar 2009 12:01:35 +0000 (13:01 +0100)]
Add nfs-kernel-server to GRML_MEDIUM [Closes: issue471]

15 years agoUpdate 'failsafe' bootoption.
Michael Prokop [Sat, 7 Mar 2009 00:11:55 +0000 (01:11 +0100)]
Update 'failsafe' bootoption.

15 years agoGRML_FULL/GRML_FORENSIC: replace libewf with libewf1
Michael Prokop [Thu, 5 Mar 2009 13:36:16 +0000 (14:36 +0100)]
GRML_FULL/GRML_FORENSIC: replace libewf with libewf1

15 years agoUse 'user' instead of 'users' again after discussing the issue v0.9.11
Michael Prokop [Sun, 1 Mar 2009 19:24:07 +0000 (20:24 +0100)]
Use 'user' instead of 'users' again after discussing the issue

15 years agoRemove base64 from GRML_FULL
Michael Prokop [Sun, 1 Mar 2009 16:54:26 +0000 (17:54 +0100)]
Remove base64 from GRML_FULL

15 years agoDrop dropbear from GRML_FULL v0.9.10
Michael Prokop [Fri, 27 Feb 2009 12:12:18 +0000 (13:12 +0100)]
Drop dropbear from GRML_FULL

15 years agobootsplash: replace placeholder %GRML_NAME_SQUASHFS% with according value
Michael Prokop [Tue, 24 Feb 2009 09:21:31 +0000 (10:21 +0100)]
bootsplash: replace placeholder %GRML_NAME_SQUASHFS% with according value

15 years agoAdd shebang line to buildd/[execute|functions].sh to make lintian happy
Michael Prokop [Tue, 24 Feb 2009 00:34:38 +0000 (01:34 +0100)]
Add shebang line to buildd/[execute|functions].sh to make lintian happy

15 years agobuildd: send_mail() - do not add /var/log/grml-buildd.stdout by default
Michael Prokop [Tue, 24 Feb 2009 00:28:30 +0000 (01:28 +0100)]
buildd: send_mail() - do not add /var/log/grml-buildd.stdout by default

15 years agobuildd: create logs for adding to mail, but only if it fails
Michael Prokop [Mon, 23 Feb 2009 23:32:51 +0000 (00:32 +0100)]
buildd: create logs for adding to mail, but only if it fails

15 years agoUpdate buildd/ setup
Michael Prokop [Mon, 23 Feb 2009 23:14:21 +0000 (00:14 +0100)]
Update buildd/ setup

15 years agoUpdate docs regarding squeeze and apt-cacher-ng v0.9.9
Michael Prokop [Mon, 23 Feb 2009 12:25:03 +0000 (13:25 +0100)]
Update docs regarding squeeze and apt-cacher-ng

15 years agoUpdate config file regarding squeeze
Michael Prokop [Mon, 23 Feb 2009 12:19:28 +0000 (13:19 +0100)]
Update config file regarding squeeze

15 years agoAdd beep and dstat to GRML_MEDIUM
Michael Prokop [Mon, 23 Feb 2009 11:44:27 +0000 (12:44 +0100)]
Add beep and dstat to GRML_MEDIUM

15 years agoUse $SOURCES_LIST_FILE for /etc/grml/fai/apt/sources.list; add header to $SOURCES_LIS...
Michael Prokop [Mon, 23 Feb 2009 11:05:04 +0000 (12:05 +0100)]
Use $SOURCES_LIST_FILE for /etc/grml/fai/apt/sources.list; add header to $SOURCES_LIST_FILE

15 years agoAdjust sed commands
Michael Prokop [Mon, 23 Feb 2009 10:55:05 +0000 (11:55 +0100)]
Adjust sed commands

15 years agoAdjust configuration files on the fly only when the according lines aren't comments.
Michael Prokop [Mon, 23 Feb 2009 09:48:30 +0000 (10:48 +0100)]
Adjust configuration files on the fly only when the according lines aren't comments.

15 years agoUpdate ldbsd.com (using /boot/addons/bsd4grml/, thanks thorsten)
Michael Prokop [Mon, 23 Feb 2009 09:43:07 +0000 (10:43 +0100)]
Update ldbsd.com (using /boot/addons/bsd4grml/, thanks thorsten)

15 years agoAdd /usr/share/grml-live/templates/boot/addons/bsd4grml/LICENCE.TXT to lintian overrides
Michael Prokop [Mon, 23 Feb 2009 09:42:07 +0000 (10:42 +0100)]
Add /usr/share/grml-live/templates/boot/addons/bsd4grml/LICENCE.TXT to lintian overrides

15 years agoSupport NO_ADDONS[_BSD4GRML]; always skip mksquashfs part when using -q option
Michael Prokop [Mon, 23 Feb 2009 09:40:27 +0000 (10:40 +0100)]
Support NO_ADDONS[_BSD4GRML]; always skip mksquashfs part when using -q option

15 years agoUpdate docs regarding /etc/grml/fai/apt/sources.list; replace unstable SUITE with sid
Michael Prokop [Mon, 23 Feb 2009 01:05:00 +0000 (02:05 +0100)]
Update docs regarding /etc/grml/fai/apt/sources.list; replace unstable SUITE with sid

15 years agoIntegrate bsd4grml
Michael Prokop [Sun, 22 Feb 2009 23:52:36 +0000 (00:52 +0100)]
Integrate bsd4grml

15 years agoReplace sed -i ... with sponge calls
Michael Prokop [Sun, 22 Feb 2009 23:12:30 +0000 (00:12 +0100)]
Replace sed -i ... with sponge calls

15 years agoClarify /etc/grml/fai/apt/sources.list in docs
Michael Prokop [Sat, 21 Feb 2009 14:30:38 +0000 (15:30 +0100)]
Clarify /etc/grml/fai/apt/sources.list in docs