diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-11-13 13:53:47 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:06 +0100 |
| commit | 9b553f78291b226c279f96d55b5cc31fc9f8416f (patch) | |
| tree | ceafe8ad8309dfa6a61f2f6c27716614cd6f8ef2 | |
| parent | c65af82ee5a24b4d6ccf670f14ae02c55084098a (diff) | |
| download | live-boot-9b553f78291b226c279f96d55b5cc31fc9f8416f.tar.gz live-boot-9b553f78291b226c279f96d55b5cc31fc9f8416f.zip | |
Preparing live-initramfs 1.110.7-1.
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | docs/parameters.txt | 2 |
3 files changed, 11 insertions, 5 deletions
@@ -113,10 +113,10 @@ uninstall: update: set -e; for FILE in docs/parameters.txt; \ do \ - sed -i -e 's/2007\\-11\\-12/2007\\-11\\-19/' \ - -e 's/2007-11-12/2007-11-19/' \ - -e 's/12.11.2007/19.11.2007/' \ - -e 's/1.110.6/1.110.7/' \ + sed -i -e 's/2007\\-11\\-19/2007\\-11\\-26/' \ + -e 's/2007-11-19/2007-11-26/' \ + -e 's/19.11.2007/26.11.2007/' \ + -e 's/1.110.7/1.110.8/' \ $$FILE; \ done diff --git a/debian/changelog b/debian/changelog index bcb04f0..44fb9ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +live-initramfs (1.110.7-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Daniel Baumann <daniel@debian.org> Mon, 19 Nov 2007 00:00:00 +0100 + live-initramfs (1.110.6-1) unstable; urgency=medium * New upstream release. diff --git a/docs/parameters.txt b/docs/parameters.txt index 20dd366..c9c8c91 100644 --- a/docs/parameters.txt +++ b/docs/parameters.txt @@ -1,7 +1,7 @@ Boot Parameters for Debian Live ------------------------------- -Updated for live-initramfs 1.110.6-1 on 2007-11-12. +Updated for live-initramfs 1.110.7-1 on 2007-11-19. These options (can be combined) work from the bootloader prompt: |
