diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:42 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | fdd8036ba32ad88e83a61191cc4597ae060355d2 (patch) | |
| tree | fe1bfc2da930128100db011d642be562ed82867e /docs | |
| parent | 140b179f0ff73f3cc1c081f6e6641417a5a0788d (diff) | |
| download | live-boot-fdd8036ba32ad88e83a61191cc4597ae060355d2.tar.gz live-boot-fdd8036ba32ad88e83a61191cc4597ae060355d2.zip | |
Adding live-initramfs 1.99.2-1.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/AUTHORS | 1 | ||||
| -rw-r--r-- | docs/ChangeLog | 35 | ||||
| -rw-r--r-- | docs/parameters.txt | 5 |
3 files changed, 39 insertions, 2 deletions
diff --git a/docs/AUTHORS b/docs/AUTHORS index dc44347..e10c045 100644 --- a/docs/AUTHORS +++ b/docs/AUTHORS @@ -1,7 +1,6 @@ Main Authors: * Daniel Baumann <daniel@debian.org> - * Marco Amadori <marco.amadori@gmail.com> Original Authors: diff --git a/docs/ChangeLog b/docs/ChangeLog index ce612a1..ecd8a0a 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,38 @@ +2007-09-09 Daniel Baumann <daniel@debian.org> + + * Using common indenting. + * scripts/live: + - Applied patch from Jim Paris <jim@jtan.com> to fix wrong usage of + ipconfig (Closes: #440235). + * Uploaded 1.99.2-1. + +2007-09-09 Michael Prokop <mika@grml.org> + + * scripts/live: + - Extending toram parameter to specify module. + - Adding forgotten nofstab boot parameter. + * scripts/live-bottom/40install_driver_updates: + - Adding check driver updates. + * scripts/live-bottom/25configure_init: + - Adding check for file-rc. + * scripts/live-bottom/21xvidemode: + - Sorting variable checks always before logging. + * scripts/live, live-bottom/*: + - Adding boot parameters to disable each service. + * scripts/live, live-bottom/22gnome_panel_date: + - Adding nognomefstab boot parameter. + * scripts/live-bottom/38disable_restricted_manager: + - Removing leftover reference to casper-functions. + +2007-09-05 Daniel Baumann <daniel@debian.org> + + * scripts/live, scripts/live-bottom: + - Added nouser parameter to disable user creation. + - Added noxautoconfig parameter to disable xorg re-configuration. + - Added nohosts parameter to disable /etc/hosts creation. + * scripts/live-bottom/15autologin: + - Moved disabling of kpersonalizer to 34disable_kpersonalizer. + 2007-09-01 Daniel Baumann <daniel@debian.org> * Merging changes from casper 1.97, 1.98 and 1.99. diff --git a/docs/parameters.txt b/docs/parameters.txt index dc66669..0c691e4 100644 --- a/docs/parameters.txt +++ b/docs/parameters.txt @@ -1,13 +1,14 @@ Boot Parameters for Debian Live ------------------------------- -Updated for live-initramfs 1.96.3-1 on 2007-07-30. +Updated for live-initramfs 1.99.2-1 on 2007-09-10. These options (can be combined) work from the bootloader prompt: live access=ACCESS live console=TTY,SPEED live debug +live fetch=URL live hostname=HOSTNAME live username=USER live userfullname=USERFULLNAME @@ -35,6 +36,8 @@ live nofastboot live nopersistent live nosudo live noswap +live nouser +live noxautoconfig live persistent live {preseed/file|file}=FILE live package/question=VALUE |
