Skip to content

Commit

Permalink
Adding upstream version 3.0~a8.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Mar 9, 2011
1 parent bf69a0b commit 50e62e6
Show file tree
Hide file tree
Showing 11 changed files with 202 additions and 140 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0~a7
3.0~a8
7 changes: 7 additions & 0 deletions hooks/live
Expand Up @@ -246,3 +246,10 @@ then
#mkdir -p $DESTDIR/etc
#cp -p /etc/nsswitch.conf $DESTDIR/etc
fi

if [ "${LIVE_UNIONMOUNT}" = "true" ]
then
# UnionMount
# only mount from patched util-linux can do this currently
copy_exec /bin/mount /bin/mount_full
fi
8 changes: 7 additions & 1 deletion manpages/de/live-boot.de.7
Expand Up @@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BOOT 7 25.09.2010 3.0~a7 "Debian Live Projekt"
.TH LIVE\-BOOT 7 02.10.2010 3.0~a8 "Debian Live Projekt"

.SH NAME
\fBlive\-boot\fP \- System Boot Skripte
Expand Down Expand Up @@ -175,6 +175,12 @@ times.
live\-boot will look for persistency files in the root directory of a
partition, with this parameter, the path can be configured so that you can
have multiple directories on the same partition to store persistency files.
.IP \fBpersistent\-subtext\fP=\fISUFFIX\fP 4
Add a suffix when searching for the image filenames or partition labels to
use for the above mentioned persistent feature, the SUFFIX will be added
after a dash (e.g.: "live\-sn" would transform to "live\-sn\-SUFFIX"). This is
handy to test multiple live\-boot based live\-systems with different
persistent storage choices.
.IP {\fBpreseed/file\fP|\fBfile\fP}=\fIFILE\fP 4
A path to a file present on the rootfs could be used to preseed debconf
database.
Expand Down
2 changes: 1 addition & 1 deletion manpages/de/live-snapshot.de.1
Expand Up @@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BOOT 1 25.09.2010 3.0~a7 "Debian Live Projekt"
.TH LIVE\-BOOT 1 02.10.2010 3.0~a8 "Debian Live Projekt"

.SH NAME
\fBlive\-snapshot\fP \- simple script to ease persistence usage
Expand Down
4 changes: 3 additions & 1 deletion manpages/en/live-boot.7
@@ -1,4 +1,4 @@
.TH LIVE\-BOOT 7 2010\-09\-25 3.0~a7 "Debian Live Project"
.TH LIVE\-BOOT 7 2010\-10\-02 3.0~a8 "Debian Live Project"

.SH NAME
\fBlive\-boot\fR \- System Boot Scripts
Expand Down Expand Up @@ -104,6 +104,8 @@ This parameter enables usage of local swap partitions.
live\-boot will look for persistent and snapshot partitions or files labeled "live\-rw", "home\-rw", and files called "live\-sn*", "home\-sn*" and will try to, in order: mount as /cow the first, mount the second in /home, and just copy the contents of the latter in appropriate locations (snapshots). Snapshots will be tried to be updated on reboot/shutdown. Look at live\-snapshot(1) for more informations. If "nofiles" is specified, only filesystems with matching labels will be searched; no filesystems will be traversed looking for archives or image files. This results in shorter boot times.
.IP "\fBpersistent\-path\fR=\fIPATH\fR" 4
live\-boot will look for persistency files in the root directory of a partition, with this parameter, the path can be configured so that you can have multiple directories on the same partition to store persistency files.
.IP "\fBpersistent\-subtext\fR=\fISUFFIX\fR" 4
Add a suffix when searching for the image filenames or partition labels to use for the above mentioned persistent feature, the SUFFIX will be added after a dash (e.g.: "live-sn" would transform to "live-sn-SUFFIX"). This is handy to test multiple live-boot based live-systems with different persistent storage choices.
.IP "{\fBpreseed/file\fR|\fBfile\fR}=\fIFILE\fR" 4
A path to a file present on the rootfs could be used to preseed debconf database.
.IP "\fBpackage/question\fR=\fIVALUE\fR" 4
Expand Down
2 changes: 1 addition & 1 deletion manpages/en/live-snapshot.1
@@ -1,4 +1,4 @@
.TH LIVE\-BOOT 1 2010\-09\-25 3.0~a7 "Debian Live Project"
.TH LIVE\-BOOT 1 2010\-10\-02 3.0~a8 "Debian Live Project"

.SH NAME
\fBlive\-snapshot\fR \- simple script to ease persistence usage
Expand Down

0 comments on commit 50e62e6

Please sign in to comment.