X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Fchangelog;h=3046b3ac9807f2612403607319e6d9c9ef7cce3b;hp=54b1b92c4aa62a1d3492377caf296d8ef89192b2;hb=167568a4c4edd04a9f5b65591233040472e4edcd;hpb=81a048942fc27ab0a445be32efd8171c65bf8168 diff --git a/debian/changelog b/debian/changelog index 54b1b92..3046b3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,1224 @@ +grml-live (0.17.3) unstable; urgency=low + + [ Ulrich Dangel ] + * [d85f820] Export environment variables for submenues + * [59228b5] Add additinal checks to make sure convert as well as the + necessary files are present for creating the wallper + * [ce5ae66] Remove small from grml-cheatcodes as it does not work with + current versions + * [46d7fb8] Add h to getopt list to support -h anywhere in parameter + list + * [d116da3] Change default SUITE from squeeze to testing + * [3930b11] Do not enable tmpfs /tmp as / is backed-up by tmpfs anyway. + * [99831ce] Move cleanup of package list cache from GRMLBASE to RELEASE + * [f92ebd9] Adjust RELEASE/98-clean-chroot to delete more files + * [2fef0e3] Document brltty boot options + * Software related changes: + - [3f4262c] Add fsarchiver to GRML_FULL + - [3c75346] Add hexedit to GRML_FULL [Closes: issue1119] + - [5ba215c] Remove apt-listchanges and apt-listbugs from GRML_XL + - [e87c5a0] Add lzop to GRML_FULL + + [ Michael Prokop ] + * [a50de9f] Use isohybrid as default HYBRID_METHOD + * [05a12f5] docs: use --no-install-recommends instead of dpkg option. + Thanks to Evgeni Golov for the hint + * [17c129d] Provide hint to user if netboot.cfg could not be found + * [286b0d2] GRML_SMALL/98-clean-chroot: remove "set -x" not suited for release + + * Software related changes: + - [74614d9] add wireshark to GRML_FULL [Closes: issue1115] Thanks to + Frank Prochnow for the suggestion. + - [feb84a9] add comgt to GRML_FULL. Thanks to Csillag Tamas for + request on Grml mailing list + - [b42c286] add ipmitool to GRML_FULL. Thanks to Csillag Tamas + for bringing it up on the Grml mailing + list + - [fb29a09] add firmware-qlogic to GRML_FULL. Thanks to Csillag + Tamas for bringing it up on the Grml + mailing list + - [16e7576] enable grub-efi-amd64-bin/grub-efi-ia32-bin in GRMLBASE + class [Closes: issue1124] + - [533c998] Add IGNORE class blacklisting extundelete + + [ Christian Hofstaedtler ] + * [766386e] Cheatcodes: clarify that vnc* doesn't work OOTB + * [94ef7f9] Unconditionally reset resolv.conf in chroot + * [2203377] Make /run work for softupdate + * [895b6b6] Run apt-get update during softupdate + * [fcc1672] Build netboot package checksum file with relative paths + * [b9d53b2] Update instrunctions for installing on squeeze + + [ Alexander Wirt ] + * GRML_SMALL related changes: + - [b7f7e5a] Add EFI stuff to GRML_SMALL + - [6225bfa] Remove worstest hacks from GRML_SMALL/98-clean-chroot + - [5be4ea5] Don't purge locale + - [8136c87] Use metapackages for kernel + - [5138b63] efi stuff is now in GRMLBASE + + -- Michael Prokop Mon, 09 Jan 2012 16:41:53 +0100 + +grml-live (0.17.2) unstable; urgency=low + + [ Ulrich Dangel ] + * [5abbeac] Fix arch issue for 45-grub-images + + -- Michael Prokop Fri, 23 Dec 2011 02:14:43 +0100 + +grml-live (0.17.1) unstable; urgency=low + + [ Michael Prokop ] + * [dfe1f07] grml-cheatcodes.txt: document vnc bootoptions + * [88cfc40] grml-cheatcodes.txt: fix typo + * [94cfb7b] generate sha1 checksum file of netboot package + * [5bfdcec] Update docs to better match recent development + * [8441a6a] GRMLBASE/44-grub: make sure directory /boot/grub exists. + Thanks to Thomas Koehler for the bugreport + + [ Ulrich Dangel ] + * [9b24866] grml-cheatcodes.txt: Add documentation about nostats bootoption + * [b8db7a0] Add graphicoreBitmapFont0-Light.otf to grml-live. + * [ccdff8a] Replace old desktop.jpg with new desktop-bg.png + * [7c309e0] Update /etc/grml_version in GRMLBASE script instead of grml-live + * [79a1183] Update wallpaper in fai scripts + * [86f084d] Recommend imagemagick + * [445e589] Remove the default quiet boot parameter for a verbose bootup. + * [819fc49] Umount /proc/sys/fs/binfmt_misc before umounting /proc. + * [8dbae90] Add additional resolution (1600x900) to grub.cfg. + * [51e56e2] Replace 1440x1050 with 1400x1050 + * [d5596b5] Use gfxmode=auto instead of specifying manually resolutions + * [6d72f5e] Support template filenames in grml-live. + * [a9f099a] Introduce new config files for grub bootloader. + * [d501c11] Add basic grml theme to grub + * [9512656] Play sound after the grub menu is shown. + * [1c3ff78] Try to load regexp in grub.cfg + * [e138162] Ensure that the file used for replacing the template parameters is a file. + * [9b2a50c] Print a message before loading kernel or initrd in grub + * [f61863d] Add trailing whitespace to grub commandline + * [6da554d] Add beep to templates/boot/isolinux/vesamenu.cfg + * [b18889f] Build grub.img for loading grub from within syslinux + + [ Christian Hofstaedtler ] + * [3f2b59d] Stop disabling KMS for radeon + * [b89381a] Modernize Windows AutoRun templates + * [f009115] Simplify GRML/index.html template + * [ea794c5] Match startpage.html design to grml.org site + * [9213b27] Tighten replacement operation for SNAPSHOT class + * [f6e33fb] Ensure all passed paths are absolute + * [a49d935] Internally, rename GRML_LIVE_LOCAL_CONFIG to LOCAL_CONFIG + * [c2fac3a] Don't source grml-live.{conf,local} in scripts if not required + * [436d892] Use premade LOGDIR var + * [352c822] Make username replacement in inittab more robust + * [ef51d0c] Expose (selected) config vars to fai scripts + * [0a40a21] Make sure USERNAME doesn't leak in from ENV + * [6e77809] Merge initramfs scripts + * [a4703ee] Fix capitalization of project name in GRML/index.html + * [b499e10] Update welcome splash ascii art + * [0b584ff] Remove 'failsafe' boot option, which wasn't really failsafe + * [24e7e2c] Remove comment about failsafe boot option + * [39edd53] Enable fb for "graphical mode" boot option in isolinux + * [fad3fb7] Remove grml-live-buildd package + * [11baa33] Add -e option to unpack ISOs + * [3abf943] Remove -T option + * [4161d3c] Change -A option to not build chroot.tar.gz anymore + * [ffc122b] Update version in grml-live during Debian package build + * [62a1ab3] Don't suggest /dev/shm as a build location + * [796f001] Make it clear that squashfs-tools from bpo is fine + * [07dc676] Shorten, but don't totally rename kernel and initrd files + * [8966263] Install netboot.cfg as pxelinux.cfg/default _file_ + * [4efbf69] Use sane paths for intermediate EFI files + * [1684dab] Move squashfs into flavour-specific path + * [ff80c12] Install "GRML" files into GRML/$GRML_NAME/ + * [8b88fe0] Revert accidental addition of fat to grub2 core.img + * [f925961] Trim spaces off of default DISTRI_INFO + * [b81f460] Remove unused grub background image + * [ec0c871] Optimized all PNGs with "optipng" + * [6673903] Rework EFI file copy/moving + + + Software Changes: + + [ Michael Prokop ] + * [4f44cb4] SW: add rinse to GRML_FULL + * [fd94537] SW: replace iscsitarget with open-iscsi + targetcli in GRML_FULL + * [5f895b3] SW: add python-urwid as depends next to targetcli in GRML_FULL + * [e754942] SW: replace version specific linux-image-* packages in GRML_FULL with meta package. + Thanks to Christian Hofstaedtler for his kernel packaging work + + [ Ulrich Dangel ] + * [30c312b] SW: Add extundelete to GRML_FULL + + [ Christian Hofstaedtler ] + * [985f29c] SW: add boot-info-script to GRML_FULL [Closes: issue1004] + * [eafbf7e] SW: add vblade, aoetools to GRML_FULL [Closes: issue1092] + * [4c6a7a9] SW: add firmware-linux-{free,nonfree} to GRML_FULL + * [7765407] SW: remove explicit install of squashfs-lzma-tools + + -- Christian Hofstaedtler Fri, 23 Dec 2011 00:35:57 +0100 + +grml-live (0.17.0) unstable; urgency=low + + [ Michael Prokop ] + * [11ac4be] GRMLBASE/91-update-pciids: do not exit with error if network + does not work + * [7d9c9ef] GRMLBASE/91-update-pciids: fix wrong log message + * [17243dd] 98-clean-chroot: do not fail with more than one kernel + version installed + * [ceeb58b] Revert "Move 01-iceweasel to GRML_XL scripts" + * [b5dfcc4] don't use colors/escape sequences if running in dump + terminal + * [cc7616e] do not fail with empty $APT_PROXY + * [b97721f] retrieve source packages via grml-live using SOURCES class + * [c9141f4] rework sources setup (deprecated GRML_LIVE_SOURCES, install + /etc/apt files recursively) + * [b0b7374] use system architecture as default + * [22e1e9f] use AMD64 class in usage examples and use GRML_FULL instead + of GRML_MEDIUM/GRML_SMALL everywhere + * [809f9a6] make sure we don't leave any FAI ramdisks behind + * [220ee72] use GRML_FULL as default and update docs accordingly for + available classes + * [6245469] replace realpath with readlink -f to avoid dependency on + realpath + * [55405b9] 98-clean-chroot: do not zero out install_packages.list + * [a31a8fd] provide report of missing packages in xunit format for usage + within e.g. Jenkins + * [66a2581] GRMLBASE/16-depmod: drop the 2-digit check + * [2e1a0a3] provide package config for Debian/stable builds and enable + backports by default there + * [2861f16] updatebase.GRMLBASE: run recursive fcopy with -B to avoid + backup files + * [94a95c0] updatebase.GRMLBASE: do no longer skiptask updatebase and + exit in softupdate action + * [7d3ca65] instsoft.GRMLBASE: do not run explicit apt-get update any + longer + * [d338d0c] rework resolvconf handling + * [f4e1966] readd skiptask updatebase to updatebase.GRMLBASE + * [5a00bf3] resolv.conf handling: resolve symlink inside chroot + drop + resolvconf from 96-apt-listbugs + * [17e7145] initial UEFI support, using isohybrid as default now. Thanks + to Ulrich Dangel + * [27a1660] Quote GRML_FAI_CONFIG in warning message since its unset + * [5a215cd] 92-update-freshclam: fix wrong file name in exit message + * [b4c258f] rework check for xorriso version and be more verbose about + its usage + * [dacf428] Provide DEBIAN_UNSTABLE sources.list config + * [c5d1013] 98-clean-chroot: also get rid of symlinks of *.pre_fcopy + files + * [f3768e9] 01-iceweasel: remove backup file in fcopy cmdline + * [b0f14af] Integrate netboot package generation + * [2462be5] Depends: support xorriso as alternative to genisoimage + + * Software related changes: + - [e4c899f] drop bind9 from GRML_FULL + - [a45cb79] add imvirt to GRML_{SMALL,MEDIUM,FULL} + - [4bd3dc2] add gitk to GRML_FULL [Closes: issue1057] + - [67414c3] add iceweasel to new GRML_FULL + - [090c35d] replace dhcp3-client with isc-dhcp-client + - [69d1d92] add iotop to GRML_FULL + + [ Christian Hofstaedtler ] + * Software related changes (with a lot of commits, skipping full + list here): rework GRML_FULL flavour to match our "install & rescue" + mission, GRML_FULL was renamed to GRML_XL. + * [eea9d23] Automatically start nfs client and avahi, dbus + * [d2937b0] Ignore more cruft, add runtime to buildd emails + * [8d172da] Rename GRML_FULL buildd scripts to match that name + * [bb0dec8] buildd: remove REMOVE_DOCS from small ISOs + * [472c316] buildd/functions.sh: use dash-compliant subtraction + * [89f0896] buildd: update sha1sums of base(64?).tgz + * [3cb3de3] buildd: disable squeeze flavours in cleanup,link_latest + * [fc97e07] buildd: configure $FLAVOURS + * [d90aede] buildd: use syslog for cleanup log + * [a5aaf33] buildd: use $FLAVOURS to control which flavours are built + * [301769f] Remove grml2hd boot options + * [8956f89] Remove noapm from boot options + * [b02525c] Remove duplicate mentions of nousb* + * [873eae1] Remove 915resolution boot option doc + * [ab2da74] Remove tsplash support + * [726a0a5] Update GRML Splash text to be neutral + * [c58ac42] Move init-top/grml into hands of 42-branding + * [00b6072] Deploy /etc/lsb-base-logging.sh + * [97bddb8] buildd: files moved to grml.org:/daily/ + * [d82c4d5] lsb-base-logging: must use $TPUT for tput + * [5c514e0] Enhance lsb-base-logging styles for action messages + * [eff94dc] Ship sanitized rsyslog.conf + * [6833c8b] Move 01-iceweasel to GRML_XL scripts + * [164b594] Use addon files from chroot if present + * [c9ebd69] Switch back to /var/log/syslog + * [a135bda] Append .log to grml-buildd.std{out,err} logfile names + * [8970e98] Remove dbus machine-id + * [8e7b216] buildd: create ISO_NAME in function.sh + * [d3526f6] buildd: merge grml-buildd.std{out,err} into grml-buildd.log + * [d7655f4] buildd: prefix log dir target with PRODUCT_NAME + * [b3107d1] buildd: report email overhaul + * [d9a3489] Move grml-live.log to output directory + * [4152229] Retain FAI logs in grml_logs directory + * [005cdc1] Add APT_PROXY configuration variable + * [082aac8] buildd: add jenkins-link_latest.sh + * [877d273] buildd jenkins-link_latest.sh: handle non-existing files + * [c2fdb23] buildd jenkins: temporarily link into /new + * [8c79da9] Add -A option for ensuring clean builds and pack artifacts + * [a82f40f] Add -U option to ensure output files ownership + * [e253ce7] Don't treat CHROOT_ARCHIVE as a directory + * [b63a5f1] Add documentation for -A and -U + * [f016252] Copy install_packages.list to grml_logs + * [da6352e] Use grml_logs/fai as CHECKLOG source + * [b010f18] New: specify SNAPSHOT to change debian.list to + snapshot.debian.org + * [7690106] Silence LOGFILE errors when using log too early + * [eab80d9] Add -T option for unpacking chroot archives + * [f83953b] Document "nobeep" boot option. + * [9b8e3c9] jenkins-link_latest: prepare for standalone use + * [0aa6907] Refer to new grml-udev-rebuildfstab man page in /etc/fstab + * [0894980] Set Acquire::Check-Valid-Until false in APT config + * [9dafaad] Unifiy local config handling + * [a55b991] Always enable grml-live distribution + * [e68d43e] Fix unpacking of existing chroot tarball + * [d3176d7] Update grub background picture + * [b9dbe4c] Try to use a good gfx resolution by default + * [c30a975] Don't hardcode wm-ng as window manager for X + * [793ad3a] Embed squash4 in efigrub + * [98aec0d] Use grub from target + * [fba0f4e] Hardcode i386-pc for grub path + + [ Ulrich Dangel ] + * [c73eca0] Remove load_video function call as function does not exist + anyway + * [8735823] Use prefix=($root) instead of prefix=$root in efi script + * [f09970d] Add piwik tracking code to startpage.html + * [0178232] Fix typo (1200 instead of 1280) in grub.cfg + + -- Michael Prokop Fri, 09 Dec 2011 23:21:10 +0100 + +grml-live (0.16.1) unstable; urgency=low + + The "right before the storm v2-ng++" release. + + [ Christian Hofstaedtler ] + * Packaging related changes: + - [d6d48a3] Remove bundled grub2 + - [560e0f3] Remove wget dependency + - [bfbf9fb] Remove grub1 (binaries and support for it) + - [3e2ceba] Use ipxe.lkrn from ipxe package + - [92d38ed] Use pci.ids file from pciutils + - [db2672a] Remove mkisofs from Depends: + - [dc9f2f5] Use memtest binary from memtest86+ package + - [7734643] Use memdisk and hdt from syslinux-common package + - [d4af86e] Remove bsd4grml, freedos and grml-live-addons deb + - [9c238dc] Use ifcpu64.c32, vesamenu.c32, isolinux.bin from + syslinux-common + - [7a0c07b] Loose dependencies so we can be installed on squeeze + + * Features and improvements: + - [d0a99d9] Use grml-runtty to run our ttys + - [bbfff0f] remove empty and unused GRML_POWERPC package config + - [f35b52a] Install desktop wallpaper using grml-live, replacing + grml-files + - [1b9dc6e] On GRML_FULL add Iceweasel "branding" + + * Software related changes: + - [f1d0f49] add grml-scripts-core to GRMLBASE + - [19e99f6] remove e3 + - [2dcc29e] remove supplemental emacs libraries + - [673f796] remove jack server and clients + - [b48a1ee] remove ophcrack + - [768313f] remove guymager + - [ac466e6] remove pxfw + - [82ce059] remove qpxtool + - [5b4a5de] remove libtool + - [515a8f0] remove C(++) compilers and linux headers + - [bfe1fbd] remove grml-docs and install startpage with grml-live + - [f500775] remove spurious grml-small package from grml-medium + - [3dd2f8d] remove unmaintained accessibility support + - [0b47ab3] No longer install packages that will be sunset on Oct30 + + [ Michael Prokop ] + * Bugfixes: + - [dc885d9] 90-update-alternatives: do not set alternative for vim if + we just have vim.tiny. + - [24bc671] 90-update-alternatives: do not set vim as alternative for + `view` + - [6339a34] Check for --format option support in grub-mkimage, do not + use absolute path for binary call + - [e0306d0] + [611ad6b] fix kernel version detection in config/scripts/ + - [4eac603] do not zero out /var/spool in GRMLBASE/98-clean-chroot + [Closes: issue1065] Thanks to Marek Malevic + - [9d50a44] mark bootlocal scripts as executables + + * Changes and improvements: + - [5780f4d] 98-clean-chroot: fix typo (localepurg->localepurge) in + warning message + - [0aa4a5e] Make sure grub-mkimage exists, otherwise warn user about + grub-common/grub-pc + - [c45c995] Fix indention of memtest mv command + - [fbf963a] copy_addon_file(): do not be verbose to the user, but + send it to the log instead + - [09b2ee2] Unify warning message for missing adddon file for bsd4grml + - [4fcf199] inittab configs: drop commented lines mentioning zsh-login + + * Software related changes: + - [bcf837f] add reptyr to GRML_SMALL, GRML_MEDIUM and GRML_FULL + - [ae41521] update to kernel version 3.1.0-grml + + -- Michael Prokop Fri, 28 Oct 2011 00:05:07 +0200 + +grml-live (0.15.1) unstable; urgency=low + + The "right before the storm" release. + + [ Michael Prokop ] + * [4a05b54] 98-clean-chroot: check existence of updatedb binary via + $ROOTCMD. + * [6d5124d] 98-clean-chroot: check existence of aptitude binary via + $ROOTCMD. + * [91e9fb2] instsoft.GRMLBASE: Use --force-yes option when using apt-get + for upgrade. + * [fc9bf3c] instsoft.GRMLBASE: make sure we can upgrade automatically + even with unsigned repos if FAI_ALLOW_UNSIGNED is set + * [dcc3ba1] GRMLBASE/16-depmod: provide verbose error message regarding + the kernel x.y-grml[64] <-> module-init-tools v3.12 situation. + * [e725f1f] buildd/cronjob.sh: no longer build daily ISOs of + Debian/squeeze. + * [990cf8d] Do not complain about missing addons_list.cfg file. + * [f180765] Fix typo in log message for isolinux includes. + * [e4cf035] 90-update-alternatives: check for available alternatives + before setting them. + * [6afe668] 25-locales: make sure the localepurge package exists, not + only the binary. + * Software related changes: + - [deeedac] add bti to GRML_FULL. [Closes: issue1010] Thanks to + Pawel Sadkowski + - [0e8d730] Update to kernel version 3.0. + - [5bb1e78] Remove grml-laptop, grml-pylib, grml-sectools and grml- + templates from GRML_MEDIUM and GRML_FULL. + - [1bceaed] replace git-core with git package in GRML_FULL. Thanks + to Uli Martens + + [ Christian Hofstaedtler ] + * [d0d3390] Switch to live-boot-grml and remove pins + * [4e325f9] Remove squeeze ISOs from daily.grml.org index + * [b3b8d85] Add debian/control headers Origin, Bugs + * [209bd84] Remove haltlocal.first from runlevel.conf + * [aa30e6f] Move bootlocal.* from grml-autoconfig here + * [e677c45] Remove pinning for grml-stable, grml-testing + * [905546a] Enable grml-live repository for testing, too + * [9f96a38] docs: don't download DTDs when building docs + * [f66079e] usersetup: Fixup path to inittab after f3b335ea landed + * Software related changes: + - [f181637] Remove pppoe from GRML_FULL. + - [ea03835] Remove svn-ssh-wrappers from GRML_FULL + + -- Michael Prokop Thu, 18 Aug 2011 18:44:42 +0200 + +grml-live (0.15.0) unstable; urgency=low + + The "redesign ftw \o/" release. + + [ Christian Hofstaedtler ] + * [c315d7d] Update lintian overrides for grub 1.99-4 drop + * [9269536] Enable --force-unsafe-io for dpkg + * [9d16d7a] No longer install PuTTY and other windows binaries + * [7270085] Update SQUASHFS_EXCLUDES_FILE example to match code + * [5c58f1d] Fix SQUASHFS_EXCLUDES_FILE default not being set + * [dd60c7e] Drop * expansion from mksquashfs call + * [6782d44] Turn on wildcard support for mksquashfs excludes + * [2889351] Move /run, /var/run, /var/lock exclusion to mksquashfs + + * Software related changes: + - [ed9696d] remove loop-aes-{utils,testsuite} + - [bcf093e] add atftp to GRML_FULL + - [1c39c7d] add links to GRML_MEDIUM + - [406dff8] remove socket from GRML_MEDIUM,GRML_SMALL + - [5b77db8] transition from netcat to netcat-openbsd + - [c521af7] remove alsa-tools from GRML_MEDIUM + - [c08f56e] Spring cleaning + + [ Michael Prokop ] + * Bugfixes: + - [c9ebd4a] 01-packages: Ignore packages marked for un-installation. + - [8a35993] Remove /var/log/install_packages.list on release. + File is emtpy then anyway. + - [6c00c3c] Update resolv.conf handling to properly support /run + [Closes: issue984]. + - [b8c8c53] grml-live: try updating initramfs if creating fresh + one failed. + - [8d897e7] Adjust trap handling to get clean exit. + - [e0f701f] 98-clean-chroot: make sure rm does not resolve the symlink + - [1374521] scripts/release_helper.sh: force confmiss and confnew + options when installing package so automated installation works when + having modified configuration files. + - [1b426d8] GRMLBASE/98-clean-chroot: recursively remove + /var/lib/clamav/clamav-*. + - [649b40f] DEBORPHAN/98-clean-chroot: Make sure deborphan exists + in chroot. + - [7580b07] 98-clean-chroot: fix check for presence of update-menus. + - [f605fe8] debconf/GRMLBASE: drop wicd preseeding to avoid + errors with installation. + - [866b47c] Implement dpkg-divert handling to address failing update-grub + in openvz environments. + - [1cef31a] Add workaround to solve udev packaging bug (see #632624). + + * New features / improvements: + - [9ecfe24] GRMLBASE.var: set maximum number of packages installed + at a time to 3000. + - [1e9092e] Support -N option to only bootstrap the grml_chroot + and skip building of [files for] ISO. + - [d95eed1] Try to reduce build time and do not build initramfs twice. + - [6998e9e] scripts/release_helper.sh: Use +autobuild instead of + ~autobuild for version suffix. + - [8d2eced] Iterate over kernel versions when generating initramfs. + - [47b815e] syslinux configuration: use localboot -1 to boot + from next boot device instead of using 0x80. [Closes: issue957] + - [f3b335e] Implement -D option to set configuration directory. + Accordingly adjust fai.conf (don't set variables grml-live is + setting via cmdline now). Provide new scripts to deploy + configuration files (/etc/inittab, /etc/locale.gen, /etc/modules). + Rework and adapt cleanup scripts accordingly. [Closes: issue880] + - [0bc24c4] Rename scripts/GRMLBASE/10-build-initramfs to + scripts/GRMLBASE/10-configure-initramfs to reflect current + state of script's action. + - [0811b5f] Provide update-usbids as separate script to avoid + errors on missing update-usbids. + - [2e0d659] buildd: check for "FAILED with exit code" in logs. + - [03c92fc] GRMLBASE/37-portmap: do not touch /etc/default/portmap + if the file does not exist. + - [e13f6a8] 92-update-freshclam: do not error out on exit code 124 + by freshclam. + - [3c03961] Update apt preferences: always use live-boot* packages + from Grml. + - [a242e27] Redesign sources.list handling. Get rid of + /etc/grml/fai/apt/sources.list. + - [dd81475] GRMLBASE scripts: run all fcopy commands in verbose mode. + - [2d7aecf] Add security.debian.org to sources.list of lenny, squeezy, + wheezy, stable and testing (thanks to the sources.list redesign). + Thanks to Christian Hofstaedtler + + * Minor changes: + - [bdc6192] docs: drop outdated fai-on-etch entry. + - [befccab] Add README.md for github. + - [0be5e94] Drop unused GRML_FAI_CONFIG from make-fai-nfsroot.conf. + - [96e44ee] cleanup script: Drop ion3 stuff, since we do not ship + ion3 anymore. + - [00fd941] Drop patches/ directory, patch fai_chroot_update.patch + is not relevant anymore. + - [3c52d9d] Drop patches directory from debian/grml-live.install. + - [50215e9] Provide debian/NEWS entry for release 0.15.0. + + * Software related changes: + - [be3c863] Drop python2.5 and python2.5-minimal from GRML_FULL. + - [781e6ce] Drop ntfsprogrs (replaced by ntfs-3g, see #627823). + - [071f1ec] Drop firmware-ipw2x00 which has been integrated in + last commit ("Spring cleaning") from GRML_MEDIUM + GRML_FULL. + - [63e2a03] Add firmware-brcm80211 to GRML_FULL and GRML_MEDIUM. + [Closes: issue1007] + + [ Ulrich Dangel ] + * [5c91ce9] Add a script to update the grml-live version string + * [6ce3dbc] Umount all directories in bailout handler + * [e91516d] add EXIT trap as set -e may terminate the program + without a signal + * [12e281b] Disable set -e as it causes some problems with + umounting fs. + * [90b73e6] Don't remove pid files in $target/var/run as it + is deleted afterwards anyway. + + * Software related changes: + - [4b65e8d] remove inotail as coreutils supports inotify + nowadays anyways. + - [9951735] add libnss-myhostname + - [44bc5af] remove grml-rebuildfstab [Closes: issue1001] + + -- Michael Prokop Sun, 26 Jun 2011 20:23:53 +0200 + +grml-live (0.14.1) unstable; urgency=low + + [ Christian Hofstaedtler ] + * [739beb8] Fix name of SQUASHFS_NAME var in templates + * [c5b7145] Update shipped grub2 to 1.99-4 + * [1be2433] Update bsd4grml to version 20110521 + * [9f5975e] SW: Add xtightvncviewer to GRML_FULL. [Closes: issue990] + * [7650b54] SW: Remove powernowd from GRML_FULL,GRML_MEDIUM + * [93530f2] Revert "isolinux f5: fix layout." + * [f5dd81b] SW: Replace arping with iputils-arping + * [4fd4ee2] Sync vi,vim,view,editor alternatives + + [ Michael Prokop ] + * [be46a0b] isolinux f5: fix layout. + * [8ba6757] SW: Add virtualbox packages to amd64 flavour. + * [e738d23] SW: Remove linux-kernel-headers-grml from grml-medium. + * [2017df2] sources.list handling: match "sid" and "unstable" only as + whole words. + + -- Michael Prokop Sun, 29 May 2011 12:09:50 +0200 + +grml-live (0.14.0) unstable; urgency=low + + [ Michael Prokop ] + * [900b82d] grml-cheatcodes.txt: update documentation regarding + fetch= bootoption (supports DNS nowadays). + * [cb537a8] Revert "Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh + to use first partition as boot system." + * [ab97d7b] Bump Standards-Version to 3.9.2. + * [bebbbad] docs: fix wording ("allows one to"), thanks lintian. + * [3ba06da] Adjust lintian overrides for new lintian and policy. + * [6f9a4ab] initramfs-tools: use xz with -8 and --check=crc32. + * Software related changes: + - [2113bc5] remove docbook-utils again (pulling in luatex + more). + - [a67a5ab] remove darcs from GRML_FULL (too large). + - [230f7fc] remove c3270 from GRML_FULL (ENOSPACE). + + [ Christian Hofstaedtler ] + * [d62a6be] document dns= boot option + * [e910ecb] document ip= boot option + * [14b6242] work around udev's "cosmetic warnings" + * [5f1adca] rebuild mtab during boot + * [e1b5d40] arrange /run like on a normal system + * [779971e] SW: add firmware-realtek to GRML_FULL,GRML_MEDIUM + * [5de2fe3] SW: re-add ratpoison to GRML_FULL + + -- Michael Prokop Wed, 11 May 2011 23:17:28 +0200 + +grml-live (0.13.3) unstable; urgency=low + + The "cleanup before marrying" release. + + [ Michael Prokop ] + * Bugfixes / changes / new features: + - [5a8f565] scripts/release_helper.sh: also build Packages.gz file for + http usage in sources.list. + - [9dd04ba] scripts/release_helper.sh: disable apt-listchanges and + apt-listbugs. + - [261d88e] modprobe.d/loop-part.conf: add max_loop=32. + - [aac340b] Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh to use + first partition as boot system. - thanks to Thorsten Glaser + - [55dde69] Addon: Replace gPXE with iPXE (see Debian BTS #474034). + - [346b946] Support wheezy as suite inside fai/apt/sources.list. + - [95f3494] GRMLBASE/01-packages: fix path to logfile for + packages.list. + + * buildd related changes: + - [cfa2c50] buildd: support IGNORE class to ignore requests to install + software packages from other classes. + - [d88753b] buildd: follow symlinks to archive and dump the log files + they point to. + + * Software related chanages: + - [3902afc] Add partimage to GRML_MEDIUM and GRML_SMALL. + [Closes: issue972] - thanks to neXyon for reporting. + - [782eccc] + [ce0a794] Update software-changes-schedule.txt. + - [e646663] remove loop-aes-modules-2.6.38-grml[64] and + speakup-modules-2.6.38-grml[64] from GRML_FULL. + - [a671278] add rs to GRML_FULL. + - [a7043e9] remove ekeyd from GRML_FULL (broken, several known issues). + - [b023489] remove backuppc from GRML_FULL (too big, currently + uninstallable, not that relevant on live system). + - [faf3a38] remove irb from GRML_FULL (provided by ruby since squeeze). + - [ac64887] replace portmap with rpcbind in all Grml flavours. + - [d17a90f] remove rodc and rdoc1.8 from GRML_FULL (provided by + ruby since squeeze). + - [3c4a7ae] remove eieio from GRML_FULL (obsoleted by Emacs 23.2, + see #617267). + - [3aee43f] remove gfs-tools + gfs2-tools from GRML_FULL. + - [9f0aed3] remove noshell from GRML_FULL (transitional to + non-free titantools). + - [4f0d06e] remove all xmms2 packages from GRML_FULL. + - [8a01c70] remove zec from GRML_FULL. + - [59165cd] remove yatm from GRML_FULL. + - [5e5e0d4] remove xfaces from GRML_FULL. + - [965616d] remove weechat* from GRML_FULL. + - [2cfa836] remove user-setup from GRML_FULL. + - [3b6256f] remove unrar-free from GRML_FULL. + - [d96fa97] remove tidy from GRML_FULL. + - [c041899] remove tetradraw from GRML_FULL. + - [af79834] remove csstidy from GRML_FULL (too unrelevant). + - [141c5d3] remove sp from GRML_FULL (too unrelevant). + - [46fc19e] remove openjade from GRML_FULL (too unrelevant). + - [3cac8ad] remove sgml-data from GRML_FULL (too unrelevant). + - [575494b] add docbook-utils to GRML_FULL. + - [2457691] removed dired (32bit-only, unmaintained in Grml). + - [ba487c1] remove rc from GRML_FULL. + + [ Ulrich Dangel ] + * [6aa99b2] SW: Added grml-feedback to GRML_{FULL,MEDIUM,SMALL}. + * [ddb0378] Enable loopback partitions per default. + + [ Christian Hofstaedtler ] + * [3c591d6] typo fix in grml-live-remaster man page. + * [5a34b68] fix squashfs builds with gzip compression. + * [3604d28] Remove available packages from to-check list. + * Software related changes: + - [715ee57] remove spell, spellutils from GRML_FULL. + - [d3c3b59] remove doxygen from GRML_FULL. + - [86873e3] remove asn1c from GRML_FULL. + - [b34bcb4] remove cedet-common from GRML_FULL. + - [f965ea0] remove ctrlproxy from GRML_FULL. + - [108c559] remove detachtty from GRML_FULL. + - [6b628f3] remove muscletools from GRML_FULL. + - [624a0f0] follow nilfs-tools transition for GRML_FULL. + - [06acda8] remove orpheus from GRML_FULL. + - [689dfb3] remove qprof from GRML_FULL. + - [91398f8] remove prismstumbler from GRML_FULL. + - [2f94a13] remove pytris from GRML_FULL. + - [adfe220] remove tn5250 from GRML_FULL. + - [838302e] remove viewglob from GRML_FULL. + - [47e47e9] remove xcardii from GRML_FULL. + - [9624eec] remove opie-client from GRML_FULL. + - [fbe325d] remove s3switch from GRML_FULL. + - [b34282b] remove spicctrl from GRML_FULL. + - [696df8a] remove log2mail from GRML_FULL. + - [2560a80] remove python2.4 from GRML_FULL. + - [7728fde] remove sbm from GRML_FULL. + - [fd90761] remove dog from GRML_FULL. + + -- Michael Prokop Mon, 09 May 2011 13:53:49 +0200 + +grml-live (0.13.2) unstable; urgency=low + + [ Christian Hofstaedtler ] + * [82e7ad3] fix buildd header (no more unoldstable!) + + [ Michael Prokop ] + * Bunch of buildd improvements: + - [f96dfbf] Add support for wheezy, drop lenny (being oldstable + nowadays). [Closes: issue962] + - [aaa0017] Rename HEADER.html to index.html, as being + used on daily.grml.org. + - [2a5e5e6] Update index.html file. + - [a08d1d1] Finalize sha1sum support. + - [b4f406a] Support setting variables through grml-buildd.conf + in working directory, support $STORAGE_ADMIN instead of hard coded + mail address for storage host. + - [79b6032] Fix suite information for wheezy links. + - [cc7e99d] cronjob: upload and remove ISOs after each grml-flavour. + - [4d1178f] Use mutt instead of nail again (plus further improvement + in [79e4473d]). + * scripts/release_helper.sh improvements for autobuilds: + - provide autobuild install instructions in official + grml-live documentation + - support sudo [c6bcaeb] + - remove leftover files and directories from grml-live.build-area + to avoid pollution [307773c] [d0a25f7] + - provide git log in debian/changelog [83ef159] [833dd6d] + + -- Michael Prokop Fri, 18 Mar 2011 14:19:08 +0100 + +grml-live (0.13.1) unstable; urgency=low + + [ Martin Scharm ] + * [1c721a6] grml-cheatcodes.txt: added autoconfig boot parameter + + [ Christian Hofstaedtler ] + * [4bc574e] Assume 'squeeze' as default SUITE. + * [27a6aab] buildd: squeeze has been promoted to stable, adapt texts + * [0c3993f] buildd: show sha1sum files instead of md5 + + [ Michael Prokop ] + * [66ce999] Update for kernel 2.6.38-grml[64], featuring LZMA/XZ + support - requiring squashfs-tools >=4.2-1. + * [e88fb8e] Depend on squashfs-tools (>= 1:4.2-1~grml00). + * [1c0980c] scripts/release_helper.sh: manually build debian/changelog + during autobuilds, improve branch handling + + -- Michael Prokop Thu, 17 Mar 2011 23:08:20 +0100 + +grml-live (0.12.6) unstable; urgency=low + + [ Michael Prokop ] + * [312d86a] templates/GRML/grml-cheatcodes.txt: update debian2hd + bootoption documentation; replace all references to /dev/hdx with + /dev/sdx + * [22e838c] templates/GRML/grml-cheatcodes.txt: update usage example + cmdline for debian2hd (thanks, Christian). + * [0d5dccc] Add software-changes-schedule.txt to handle scheduled + software additions/removals via git. + * [66f1c71] grml-cheatcodes.txt: drop setkeycodes (being dropped from + grml-autconfig). + * [956db16] docs: add generation of the base tar.gz to the FAQ + * [32627d5] scripts/release_helper.sh: support autobuild + infrastructure through AUTOBUILD + * Software related changes: + - [58de1cc] Drop postfix-ldap from GRML_FULL. + - [f3deac4] Drop cfengine2 from GRML_FULL. + - [23a96e0] Add puppet to GRML_FULL. + - [c00baf7] Add puppetmaster to GRML_FULL. + - [285e5c3] Add rdfind to GRML_FULL. + - [38fad6b] Replace glipper-nognome with clipit. + + [ Ulrich Dangel ] + * [5f2b199] SW: Add parted to GRML_MEDIUM (Thanks to Jordi Funollet + for the bug report) + + -- Michael Prokop Fri, 11 Mar 2011 23:16:57 +0100 + +grml-live (0.12.5) unstable; urgency=low + + The "new release is coming so >< close" release. + + * [69f74a6] grml-live: Fix typo (Skiping->Skipping). + * [7468864] SW: Add grub-imageboot to all Grml flavours. + * [ea8df13] hooks/{instsoft,updatebase}.GRMLBASE: be more careful + about BUILD_ONLY environment. + * [1b66676] isolinux/grml.cfg: use vga=791 by default for "disabled + KMS" boot menu entry. + * [ebc2594] isolinux/grml.cfg: disable KMS in "Disable Framebuffer" + boot menu entry. + * [7883c5f] templates/boot: set nodmraid and grml2hd accordingly, make + sure "No KMS" and "nofb" are consistent accross bootloaders. + * [b8a13e3] templates/boot: Use persistent=nofiles as default, as this + causes less problems by default. + * [5c896d0] Update templates/GRML/grml-cheatcodes.txt to reflect + recent development. - thanks to Ulrich Dangel for + feedback. + * [894aac9] templates/GRML/grml-cheatcodes.txt: document KMS and add + URL for Documentation/kernel-parameters.txt. + + -- Michael Prokop Wed, 29 Dec 2010 01:24:43 +0100 + +grml-live (0.12.4) unstable; urgency=low + + The "where is all the dirt" release. + + [ Christian Hofstaedtler ] + * Software related changes: + - [8b01f6c] Remove wacom-tools from GRML_FULL. + - [377f9fe] Remove xar from GRML_FULL (Debian RoQA; see #574023). + - [15d82e2] Remove tra, tss from GRML_FULL. + - [cce8558] Remove snoopy from GRML_FULL (removed from Debian, + see #548918). + - [1b93265] Remove sam from GRML_FULL (orphaned, see #503546). + - [78eb19a] Remove slat from GRML_FULL (dead upstream, see + #541373). + - [9d7b098] Remove shc from GRML_FULL (RoM, see #508109). + - [a952d6b] Remove sdd from GRML_FULL (RoQA, see #572379). + - [c9a3214] Move retty to x86-only section. + - [e2dc668] Remove rain from GRML_FULL (RoQA, see #455002). + - [e7dcc71] Remove isakmpd from GRML_FULL. + - [ae7a104] Remove psh from GRML_FULL (RoQA, see #596551). + - [01c0a56] Remove ras from GRML_FULL (dead upstream, see + #558672). + - [99fa5ea] Move pstack to x86-only section. + - [48c3d54] Remove pcopy from GRML_FULL (dead upstream, see + #596552). + - [703e0b6] Remove mp3c from GRML_FULL (uninstallable, very old). + - [e2ac468] Remove nstx from GRML_FULL (dead upstream, see + #595988). + - [c36d74e] Do the mtd-tools -> mtd-utils transition. + - [cc932b9] Remove mirrordir from GRML_FULL (RoM; see #555130). + - [d8fa87a] Move bsign to x86-only section. + - [845f37b] Remove cabber from GRML_FULL (RoQA, see #553902). + - [3c65350] Remove jail from GRML_FULL (RoM, see #448725). + + [ Ulrich Dangel ] + * [1c74730] Run /etc/init.d/networking by default. + + [ Michael Prokop ] + * [d61b3b8] Drop unnecessary policy-rc.d handler from + hooks/updatebase.GRMLBASE and scripts/GRMLBASE/98-clean-chroot - + grml-policy-rc.d does it for us. + * [07e33ed] grml-cheatcodes.txt: Document nonetworking bootoption. + * Software related changes: + - [ee607a4] Add tmux to GRML_FULL. - thanks to Marek Straka + - [b4b0e5a] Add grml-rescueboot to all grml flavours. + - [af3b852] Add fai-setup-storage to GRML_FULL. + - [567872d] Remove policyrcd-script-zg2 from GRML_FULL. + - [8151e7f] Remove zsh-static from GRML_FULL. + - [27e4380] Remove bash-static from GRML_FULL. + + -- Michael Prokop Mon, 27 Dec 2010 17:40:40 +0100 + +grml-live (0.12.3) unstable; urgency=low + + The "let's clean the floor" release. + + * Bugfix: + - [7bbfd24] Rework apt.conf handling in instsoft/updatebase (provide + /etc/apt/apt.conf.d/15grml-live), drop /etc/kernel-img.conf support. + The reworked apt.conf handling addresses the issue that with usage of + BASE.tgz there might result packages from recommends in the ISO (like + for example iso-codes via python-apt). + + * Package list changes: + - [5476dee] replace perf with linux-tools-2.6.36 package in GRMLBASE. + - [ae6845f] Update package list in NFSROOT (grub->grub-pc, live- + initramfs->live-boot, drop cvs/subversion/jove/subversion, disable + cfengine2/libapt-pkg-perl). + + * Get rid of window managers from GRML_FULL that are either too large, + unconfigured, unused,... - see issue897 for the discussion. + [Closes: issue897] + - [a4907de] Remove fvwm + - [a68ff37] Remove ratpoison and ratmenu + - [c44b1e3] Remove dwm and dwm-tools + - [5eb0e90] Remove twm + - [0a17b3c] Remove w9wm + - [69ca260] Remove evilwm + - [9df6db8] Remove jwm + - [d077db1] Remove pekwm + + * Removals from GRML_FULL package list: + - [b88d7b5] Remove ysm (orphaned, see #595398). + - [50bc2fe] Remove emcast (orphaned, see #594619). + - [0040aec] Remove cdrbq (orphaned, see #602587). + - [0bcc921] Remove wyrd (not relevant enough). + - [372cd2d] Remove xaw3dg (not relevant enough). + - [07d1e00] Remove yaird (initramfs-tools is the + recommended and supported i-t generator). + - [f8990f6] Remove pdns* packages (except for pdns-recursor). + - [e601ea1] Remove nedit (too large for too many already + existing editors). + - [c402efd] Remove mrxvt[-common] from GRML_FULL. + - [13c5b0b] Remove zlib1g (library -> rdepends). + - [67cfcf5] Remove gq (unmaintained/dead, see #593165). + - [bed9733] Remove cdda2wav + cdrecord from GRML_FULL (unavailable). + - [57280bf] Remove geresh (dead/unmaintained, see #595478). + - [e240523] Remove dietlibc (dietlibc-dev is the relevant package). + - [09ec6b0] Remove dumputils (orphaned upstream, see #466870). + - [d8e5c2d] Remove cbrowser (dead upstream, see #595987). + - [2a296ca] Remove dpkg-multicd (unavailable, merged into + dselect, see #557063). + - [a4b7699] Remove dpkg-ftp (unavailable, merged into + dselect, see #557062). + - [6537f9e] Remove tcl8.3 (unavailable, tcl8.4 is there). + - [ed0a6ab] Remove jikes (orphaned, see #508366). + - [72eff19] Remove metamail (orphaned, see #274451). + - [ebfec95] Remove mkisofs (unavailable). + - [847ba32] Remove python-celementtree + python-elementtree + (unavailable + only useful with python < 2.5, see #564377). + - [547476e] Remove realtime-lsm (deprecated, see #499245). + - [266c05b] Remove nictools-nopci (i386-only). + - [73bfef1] Remove star (unavailable). + - [bbfde64] Remove starttls (dead, see #587264). + - [4d62e55] Remove swapd (dead, see #595091). + - [a20335f] Remove webcpp (abandoned upstream, see #547528). + - [6ca58fa] Remove xvncviewer (unavailable). + - [2fc6daf] Move zfs-fuse from Grml packages to Debian packages. + - [a317c5c] Remove speechd-up (i386-only, espeakup replaces it). + - [d9d3706] Remove abs-guide (not important enough) + - [c4c9c35] Remove uswsusp (has issues in older Debian + releases, should not be too relevant for Grml). + - [2e7c1fb] Remove ike-scan (4MB is too much) + - [a01048a] Remove hasciicam (out-of-scope). + - [6b5262f] Remove gocr (out-of-scope). + - [33578dc] Remove hal (out-of-scope). + - [962a5cb] Remove hal-info (out-of-scope). + - [7a1b346] Remove fusesmb (out-of-scope). + - [ca8f465] Remove icecast2 (out-of-scope). + - [05cfbd2] Remove moosic (out-of-scope). + - [4774440] Remove mp3blaster (out-of-scope). + - [5baa139] Remove mplayer-skin-blue (out-of-scope). + - [3806828] Remove lkl (orphaned, see #553307). + + -- Michael Prokop Wed, 15 Dec 2010 16:11:27 +0100 + +grml-live (0.12.2) unstable; urgency=low + + [ Michael Prokop ] + * [c8e2121] 90-update-alternatives: make sure to run the update- + alternatives listing for x-window-manager inside the target chroot. + * [032da01] SW: add console-data and kbd to GRMLBASE. + [Closes: issue944] - thanks to Marc Haber for reporting and to + Christian Hofstaedtler for the fix. + * [179d5ea] Make sure hybrid mode works for the grub boot method out- + of-the-box too - thanks to Thorsten Glaser. + + [ Thorsten Glaser ] + * [7741716] support BOOT_METHOD=grub2 (El Torito boot – Manifold boot + already did) [Closes: issue889] + + -- Michael Prokop Mon, 13 Dec 2010 14:22:22 +0100 + +grml-live (0.12.1) unstable; urgency=low + + [ Michael Prokop ] + * [439b54c] grml-live: drop useless of of ls(1). + * [424c8ef] SW: switch from live-initramfs to live-boot in GRMLBASE. + + [ Christian Hofstaedtler ] + * [5bc75ae] radeon-kms: overwrite file at the correct time + [Closes: issue935] + * [e1e1975] remove fcopy backups all across /etc + * [26c2731] tag all files installed by grml-live + * [d5677ef] remove obsolete live.conf + + -- Michael Prokop Tue, 07 Dec 2010 12:51:20 +0100 + +grml-live (0.12.0) unstable; urgency=low + + The "give back - get back 2.6.36-grml[64]" Release. + + [ Ulrich Dangel ] + * [b6a2954] Check version of grml-live against changelog before + building + * [e4296db] Overwrite the radeon-kms settings [Closes: issue935] + + [ Michael Prokop ] + * [8d75e30] config/scripts/GRMLBASE/21-usersetup: add grml user to + group netdev + * [822c092] docs: Update FAI-URL references regarding its new home + (http://fai-project.org/). + * [bfe370b + 8f57397] Update to bsd4grml v20101001 (thanks to + Thorsten Glaser). + * [df6303e] scripts/release_helper.sh: cancel if editing changelog + returned error, provide cmdline options to git-buildpackage cmd. + * Software related changes: + - [b25619d] Drop unavailable fnord package from all grml flavours + (see #596044). + - [690257e] Drop libpam* and pamusb-tools packages. + [Closes: issue920] + - [704c046] Drop figlet and toilet-fonts (which is a dependency of + toilet) [Closes: issue915] + - [29517fe] Drop i386-only-software [Closes: issue923] - thanks to + Christian Hofstaedtler + - [9d2d73a] Drop deprecated kqemu-common package from GRML_FULL. + * [5d4cdf0] Provide /etc/runlevel.conf via grml-live using fcopy and + its class concept + * [3e5fb23] Further /etc/runlevel.conf related fixes. + * [25ea895] Do not set ERROR=2 twice. - thanks to Christian + Hofstaedtler + * [da2a27c] Proberly quote $CURRENT_DIR. - thanks to Andreas Marschke + * [74d9301] support for kernel 2.6.36-grml[64], drop backwards + compatibility support, adjust depends, update docs + * [c12baa8] docs: Document how to revert the manifold feature. + * [f5434b2] Drop qemu and vmware bootoptions as they are not necessary + any longer. + * [09667d4] templates/boot/grub/grub.cfg: drop insmod part_{msdos,gpt} + as it breaks booting - thanks to Thorsten Glaser + * [c686c84] Add script-not-executable ./usr/share/grml- + live/scripts/bootilnx.mksh to debian/overrides.grml-live. + * [594972d] Provide nokms bootoption and according menus in the + graphical bootmenu to disable Kernel Mode-Setting. + + [ Bernd Arnold ] + * [f4d8e72] Fix typo in grml-cheatcodes. + + [ Thorsten Glaser ] + * [58a29c5] Update to bsd4grml version 20100815. + * [7ed3014 + a0ae611 + d222479] Manifold supporting and using + ISOLINUX now. + + [ Christian Hofstaedtler ] + * Software related changes: + - [ba2ebc1] remove packages with unclear live-cd usage case + - [07409bb] move bibcursed to LATEX class + - [2794ab4] replace ispell with hunspell + - [046d13d] drop Essential/Required packages from GRMLBASE + - [fb91169] remove mgetty + - [bfd1dd6] replace console-tools with kbd + - [ed73ede] remove grml-etc dependencies + - [d4c848e] don't try to install i386-only software on amd64 + - [9034de9] remove no longer available software + - [c78ef28] remove fvwm-crystal-minimal + * [535a90f] remove further backup files in /etc + * [1455f91] fcopy motd instead of relying on grml-etc plus weirdness + * [ad7a862] allow all users to start X server [Closes: issue926] + * [987dd5d] grub: memdisk is a "linux16"-style kernel + [Closes: issue937] + * [8b54550] update grub to 1.98+20100804-8 [Closes: issue938] + + -- Michael Prokop Thu, 02 Dec 2010 13:34:43 +0100 + +grml-live (0.11.0) unstable; urgency=low + + The "kernel 2.6.35-grml[64] party" Release. + + * This release provides support for kernel 2.6.35-grml[64] through + updated squashfs binary and options handling. To build live + systems featuring 2.6.35-grml[64] the squashfs-lzma-tools4 + package is required. Further details are available in the + updated docs. [8be200e] [29cf238] [8cf1f25] [76e8d3a] + * [a99823d] Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and + update SQUASHFS_BINARY comment. + * [47b72a3] hooks/updatebase.GRMLBASE: make sure /proc, /sys and /dev + are available on update + * [fc88014] Update TODO file, reflecting recent development. + * [d38f878] Add scripts/release_helper.sh. + * Updates in templates/boot/: + - [050f4d2] Update pci.ids to version 2010.08.27. + - [24960b7] Update gpxe.lkrn to version 1.0.1. + - [d980fe7] Update hdt.c32 to version 0.3.6.1. + - [d635175] Update memtest to memtest86+ version 4.10. + - [ab2ca8f] Update memdisk from 3.83 to 4.02 debian-20100803. + - [21b19cb] Update chain.c32 and menu.c32 to Debian's syslinux + version 2:4.02+dfsg-3. + - [f6065cb] Update isolinux.bin and vesamenu.c32 to 4.02 + debian-20100803. + - [929662f] Update templates/boot/grub to grub version + 1.98+20100804-4. + - [89c9f37] Update lintian overrides file to reflect current + updates in templates/boot/grub. + + -- Michael Prokop Sat, 04 Sep 2010 15:47:32 +0200 + +grml-live (0.10.1) unstable; urgency=low + + [ Ulrich Dangel ] + * [916808e] Mention random hostname support in documentation. + + [ Michael Prokop ] + * [9f059fa] Bump version number in grml-live script. + Thanks for reporting, Tong Sun. [Closes: issue888] + * [4b61133] docs: mention that random hostname is supported only in + recent versions. + + -- Michael Prokop Tue, 03 Aug 2010 23:32:14 -0400 + +grml-live (0.10.0) unstable; urgency=low + + The "DebConf10 in New York" Release. + * Software related changes: + - [6783097] SW: Drop xserver-xorg-video-amd from GRML_MEDIUM + + GRML_FULL (transitional package). + - [2f36927] SW: Use xserver-xorg-video-all + xserver-xorg-input-all + in GRML_FULL, GRML_MEDIUM + XORG. - thanks to Tong Sun + [Closes: issue879] + - [212a7a8] Add tasksel and taskel-data to exclude option in + FAI_DEBOOTSTRAP_OPTS. - thanks to Tong Sun + [Closes: issue886] + + * Documentation related changes: + - [ab3c3be] docs: add squashfs-tools to default apt-get list for + deployments on Debian. + - [7fd12d9] docs: clarify usage of base.tgz + - [f8d3ccd] docs: mention FOOBAR class in usage example via + /etc/grml/grml-live.local - thanks to Tong Sun + - [9de56d9] grml-cheatcodes.txt: document utc + localtime bootoptions. + + * Bugfixes, Features,...: + - [4b2e863] Make all shell scripts using /bin/bash instead + /bin/sh to be able to FAI's environment - thanks to thermoman + - [6eebff8] Make sure that output directory variables aren't + overridden by $OUTPUT. [Closes: issue885] + - [807994a] buildd/functions.sh: remove attachment in bailout + function. + - [00825cf] Bump Standards-Version to 3.9.1. + - [ace32ae] Fix typo in several files, it's "overridden" + (thanks, lintian). + + -- Michael Prokop Mon, 02 Aug 2010 00:21:34 -0400 + +grml-live (0.9.43) unstable; urgency=low + + * [6136081] docs/grml-live.txt: clarify policy for class names. + * [7c56f73] SW: (Re)add aufs-tools to GRMLBASE. + * [a8257bc] Update isolinux files to ISOLINUX 4.01 debian-20100712. + + -- Michael Prokop Wed, 21 Jul 2010 12:38:17 +0200 + +grml-live (0.9.42) unstable; urgency=low + + * [8e0d3bd] Update isolinux.bin to "ISOLINUX 4.00 debian-20100628". + * [8ef26a3] Bump grml-live version string. + * [ca2c8a5] Update hdt.c32 from version 0.3.4 to 0.3.6. + * [79e718c] grml_cleanup_chroot: drop all [u]mount commands. + * [caa84f1] 15-initsetup: improve check for empty GRML_NAME variable + to make it compatible with set -u. + * [125b443] instsoft.GRMLBASE: warn if apt-get update fails but try to + continue. + + -- Michael Prokop Fri, 09 Jul 2010 14:41:03 +0200 + +grml-live (0.9.41) unstable; urgency=low + + [ Ulrich Dangel ] + * [f485d22] Add loopback.cfg. + * [a72dab8] Improved documentation for bootid bootoption. + + [ Michael Stapelberg ] + * [71f9c13] SW: Add i3-wm to GRML_FULL. [Closes: issue876] + + [ Michael Prokop ] + * [8568d83] grml-cheatcodes.txt: document fetch= bootoption + add + pointers to initramfs related documentation. + * [07ca6d5] update templates/boot/grub/ to grub version 1.98+20100617- + 1, extend grub.cfg, update scripts/create-grub-dir.sh + * Debian packaging: + - [8a0e08a] Set Debian source format to 3.0 (native). + - [e84d056] Bump Standards-Version to 3.9.0. + - [3ae2043] Replace Depends of grml-live-buildd on nail with + heirloom-mailx. + * SW-related changes: + - [dfecfb0] Add uuid-runtime to GRMLBASE, + thanks Adriana Teixera. + - [1898358] Add gddrescue to GRML_MEDIUM, + thanks Antonio Diaz Diaz. + - [4df9949] Add socat to GRML_MEDIUM. + - [da02706] Add grml-paste to GRML_MEDIUM + GRML_SMALL. + - [8ad9d2a] Add ekeyd to GRML_FULL, + thanks Peter Palfrader. [Closes: issue873] + + -- Michael Prokop Wed, 30 Jun 2010 12:15:00 +0200 + +grml-live (0.9.40) unstable; urgency=low + + [ Michael Prokop ] + * Software related changes: + - Add perf to GRML_FULL. + - Add lxc to GRML_FULL. + - Add hwloc to GRML_FULL. + - Drop aria2 from GRML_FULL (lack of space). + - Drop bluez-audio (lack of space, requires ~17MB incl. + dependencies) + * Drop wrongly merged failsafe bootoptions. + * Update grml-cheatcodes.txt (e.g. drop home= bootoption + as it has been deprecated recently). + * Update bsd4grml to version 20100328 (thanks, Thorsten). + + [ Ulrich Dangel ] + * Fix Boot OS of first partition entry for grub. Thanks to Jordan + Uggla for + * Support automatic findiso command and fixed gfxpayload handling. + Thanks to Jordan Uggla. + + -- Michael Prokop Tue, 06 Apr 2010 10:45:26 +0200 + +grml-live (0.9.39) unstable; urgency=low + + * Add support for /boot/isolinux/submenu*.cfg files. + * Drop bootfrom=removable from default bootoptions (we've bootid + and scan removable devices first nowadays). + * Grub2 related changes: + - 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 + ~ use gfxpayload=1024x768 instead of vga=... + * Some minor lintian cleanups. + * Software related changes: + - Add mksh to GRML_SMALL and GRML_MEDIUM to allow switching to mksh for + `minimal-shell'. + - Add numactl to GRML_FULL (thanks, gebi). + - Drop ctapi-cyberjack. + - Drop sl-modem-daemon. + - Update to grml kernel 2.6.33. + + -- Michael Prokop Thu, 11 Mar 2010 15:12:21 +0100 + +grml-live (0.9.38) unstable; urgency=low + + * Move ia32-libs from Depends to Recommends so installation + on i386 works again. + + -- Michael Prokop Mon, 01 Mar 2010 02:16:08 +0100 + +grml-live (0.9.37) unstable; urgency=low + + * Drop noquick bootoption from serial console boot entry. + * Add grml as default to default.cfg. [Closes: issue761] + * Software related changes: + - Add nginx. Thanks al4711. [Closes: issue704] + - Add usb-modeswitch to GRML_FULL. [Closes: issue424] + - Drop asleap from GRML_FULL. + - Drop ded from GRLM_FULL. + - Drop tlswrap package from GRML_FULL. + - Move udev from GRML_* to GRMLBASE. + + -- Michael Prokop Sun, 28 Feb 2010 00:03:31 +0100 + grml-live (0.9.36) unstable; urgency=low * scripts/GRMLBASE/39-modprobe: Make sure all modprobe configuration @@ -21,6 +1242,8 @@ grml-live (0.9.36) unstable; urgency=low when debugging a system. * Fix label name for ssh bootoption. * Add persistency feature to boot menu. [Closes: issue773] + * buildd/link_latest.sh: make sure to use according filename in + md5sum file of *_latest* ISOs. [Closes: issue814] * Software related changes: - Add grml-quickconfig to GRMLBASE. - Add grml-quickconfig-standard to GRML_* classes. @@ -32,12 +1255,12 @@ grml-live (0.9.36) unstable; urgency=low - Move grml-docs from GRMLBASE to GRML_{SMALL,MEDIUM,FULL} to be able to customize it easier. - -- Michael Prokop Fri, 26 Feb 2010 14:52:03 +0100 + -- Michael Prokop Fri, 26 Feb 2010 21:32:25 +0100 grml-live (0.9.35) unstable; urgency=low * New features / major changes: - - Moved /etc/grml/fai/files to /etc/grml/fai/config/files (and + - Moved /etc/grml/fai/files to /etc/grml/fai/config/files (and /etc/grml/fai/live-initramfs to /etc/grml/fai/config/). This is an important step to use the config space and class concept of FAI in a more decent and cleaner way. Further details in NEWS