From: Michael Prokop Date: Fri, 11 Jan 2008 08:09:51 +0000 (+0100) Subject: Bump version number to 0.1, update docs X-Git-Tag: 0.1~1^2~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d101c6e5287c25d85d1f1c01b8e36202f57a78b6 Bump version number to 0.1, update docs --- diff --git a/debian/changelog b/debian/changelog index 4cd9058..dbdd4c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -grml-live (0.0.15) unstable; urgency=low +grml-live (0.1) unstable; urgency=low + * Bump version number to 0.1 as we ship grml-live with the + upcoming stable versions. * Use /usr/bin/vim.tiny as alternativ for vi. * Add new packages to GRML_FULL: - at76-usb-modules-2.6.23-grml64 diff --git a/docs/grml-live.txt b/docs/grml-live.txt index c94dc74..c7509af 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -17,7 +17,7 @@ grml-live [-a ] [-c ] [-g ] [-i ] ******************************************************************************* Important! This document is growing as requested. If you have questions which aren't answered by this document yet please let me know: ! -This document currently applies to grml-live version 0.0.14. +This document currently applies to grml-live version 0.1. ******************************************************************************* Description @@ -58,9 +58,11 @@ Options -a **ARCHITECTURE**:: Use the specified architecture instead of the currently running one. This -allows building a 32bit system on a 64bit host. Please notice that real +allows building a 32bit system on a 64bit host (though you can't build a 64bit +system on a 32bit system/kernel of course). Please notice that real crosscompiling (like building a ppc system on x86) isn't possible due to the -nature and the need of working in a chroot. +nature and the need of working in a chroot. Currently supported values: i386 +and amd64. -b:: @@ -163,6 +165,11 @@ To get a small Debian-unstable and grml-small based Live-CD using # grml-live -c GRMLBASE,GRML_SMALL,I386 -o /home/mika/grml-live +To get a medium sized, Debian-unstable and grml-based Live-CD for i386 +architecture using /grml/grml-live as build and output directory just run: + + # grml-live -a i386 -c GRMLBASE,GRML_MEDIUM,I386 + To get a small, Debian-unstable and grml-based Live-CD using /tmp as build and output directory and use grml_0.0-3.iso as ISO name (placed inside /tmp/grml_isos) just invoke: @@ -175,7 +182,7 @@ If you have about 700MB of free space inside /dev/shm (being a tmpfs, usually you should have >=1GB of RAM) just run "mount -o remount,suid,dev,rw /dev/shm" and use /dev/shm as build and output directory - resulting in very fast build process. But please be aware of the fact that rebooting your system will result -in an empty /dev/shm, so please another directory for $CHROOT_OUTPUT, +in an empty /dev/shm, so please use another directory for $CHROOT_OUTPUT, $BUILD_OUTPUT and $ISO_OUTPUT if you plan to create more persistent output. :) Main features of grml-live diff --git a/grml-live b/grml-live index fe462d5..0834526 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Fri Dec 28 18:48:42 CET 2007 [mika] +# Latest change: Fre Jän 11 09:09:02 CET 2008 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -15,7 +15,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.0.15' +GRML_LIVE_VERSION='0.1' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"