Adding upstream version 2.0~a7. upstream/2.0_a7
authorDaniel Baumann <daniel@debian.org>
Tue, 8 Jun 2010 18:26:34 +0000 (20:26 +0200)
committerDaniel Baumann <daniel@debian.org>
Tue, 8 Jun 2010 18:26:34 +0000 (20:26 +0200)
15 files changed:
VERSION
docs/parameters.txt
hooks/live
manpages/de/live-boot.de.7
manpages/de/live-snapshot.de.1
manpages/en/live-boot.7
manpages/en/live-snapshot.1
manpages/po/de/live-boot.7.po
manpages/po/de/live-snapshot.1.po
manpages/pot/live-boot.7.pot
manpages/pot/live-snapshot.1.pot
scripts/live
scripts/live-bottom/20xconfig [deleted file]
scripts/live-bottom/21xdriver [deleted file]
scripts/live-bottom/21xvidemode [deleted file]

diff --git a/VERSION b/VERSION
index a1d37aa..288a58c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0~a6
+2.0~a7
index a9ef77c..1887608 100644 (file)
@@ -16,6 +16,7 @@ live userfullname=USERFULLNAME
 live integrity-check
 live ip=[CLIENT_IP]:[SERVER_IP]:[GATEWAY_IP]:[NETMASK]:[HOSTNAME]:[DEVICE]:[AUTOCONF]  [,[CLIENT_IP]:[SERVER_IP]:[GATEWAY_IP]:[NETMASK]:[HOSTNAME]:[DEVICE]:[AUTOCONF]]*
 live ip[=frommedia]
+live iscsi=target-ip[,target-port];target-name
 live {keyb|kbd-chooser/method}=KEYBOARD
 live {klayout|console-setup/layoutcode}=LAYOUT
 live {kvariant|console-setup/variantcode}=VARIANT
index adadab3..cba7120 100755 (executable)
@@ -204,3 +204,12 @@ if [ -x /usr/bin/curlftpfs ]
 then
        copy_exec /usr/bin/curlftpfs /bin
 fi
+
+# iSCSI
+if [ -x /usr/sbin/iscsistart ]
+then
+    copy_exec /usr/sbin/iscsistart /bin
+    #manual_add_modules ib_iser
+    manual_add_modules iscsi_tcp
+    manual_add_modules crc32c
+fi
index 8f3abfc..0d8df6f 100644 (file)
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BOOT 7 2010\-06\-08 2.0~a6 "Debian Live Projekt"
+.TH LIVE\-BOOT 7 08.06.2010 2.0~a7 "Debian Live Projekt"
 
 .SH NAME
 \fBlive\-boot\fP \- System Boot Skripte
@@ -80,6 +80,18 @@ a namebased virtualhost of an httpd if it is sharing the ip with the main
 httpd instance.
 .br
 You may also use the live iso image in place of the squashfs image.
+.IP \fBiscsi\fP=\fIserver\-ip[,server\-port];target\-name\fP 4
+Boot from an iSCSI target that has an iso or disk live image as one of its
+LUNs. The specified target is searched for a LUN which looks like a live
+media. If you use the \fBiscsitarget\fP software iSCSI target solution which is
+packaged in Debian your ietd.conf might look like this:
+.br
+# The target\-name you specify in the iscsi= parameter
+.br
+Target <target\-name>
+  Lun 0 Path=<path\-to\-your\-live\-image.iso>,Type=fileio,IOMode=ro
+  # If you want to boot multiple machines you might want to look at tuning some parameters like
+  # Wthreads or MaxConnections
 .IP \fBignore_uuid\fP 4
 Do not check that any UUID embedded in the initramfs matches the discovered
 medium. live\-boot may be told to generate a UUID by setting
@@ -146,10 +158,6 @@ has been installed with persistent enabled.
 Do not prompt to eject the CD or remove the USB flash drive on reboot.
 .IP \fBswapon\fP 4
 This parameter enables usage of local swap partitions.
-.IP \fBnoxautoconfig\fP 4
-This parameter disables Xorg auto\-reconfiguration at boot time. This is
-valuable if you either do the detection on your own, or, if you want to ship
-a custom, premade xorg.conf in your live system.
 .IP \fBpersistent\fP[=nofiles] 4
 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
@@ -182,8 +190,6 @@ installation.
 .IP \fBsilent\fP 4
 If you boot with the normal quiet parameter, live\-boot hides most messages
 of its own. When adding silent, it hides all.
-.IP \fBtextonly\fP 4
-Start up to text\-mode shell prompts, disabling the graphical user interface.
 .IP \fBtodisk\fP=\fIDEVICE\fP 4
 Adding this parameter, live\-boot will try to copy the entire read\-only media
 to the specified device before mounting the root filesystem. It probably
@@ -195,14 +201,9 @@ Adding this parameter, live\-boot will try to copy the whole read\-only media
 to the computer's RAM before mounting the root filesystem. This could need a
 lot of ram, according to the space used by the read\-only media.
 .IP \fBunion\fP=aufs|unionfs 4
+.\" FIXME
 By default, live\-boot uses aufs. With this parameter, you can switch to
 unionfs.
-.IP \fBxdebconf\fP 4
-Uses xdebconfigurator, if present on the rootfs, to configure X instead of
-the standard procedure (experimental).
-.IP \fBxvideomode\fP=\fIRESOLUTION\fP 4
-.\" FIXME
-Doesn't do xorg autodetection, but enforces a given resolution.
 
 .\" FIXME
 .SH "FILES (old)"
index c4a1e90..f4deb30 100644 (file)
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BOOT 1 2010\-06\-08 2.0~a6 "Debian Live Projekt"
+.TH LIVE\-BOOT 1 08.06.2010 2.0~a7 "Debian Live Projekt"
 
 .SH NAME
 \fBlive\-snapshot\fP \- simple script to ease persistence usage
index 0a8ccb3..47c32b0 100644 (file)
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT 7 2010\-06\-08 2.0~a6 "Debian Live Project"
+.TH LIVE\-BOOT 7 2010\-06\-08 2.0~a7 "Debian Live Project"
 
 .SH NAME
 \fBlive\-boot\fR \- System Boot Scripts
@@ -55,6 +55,15 @@ Working: http://1.2.3.4/path/to/your_filesystem.squashfs
 Also note that therefore it's currently not possible to fetch an image from a namebased virtualhost of an httpd if it is sharing the ip with the main httpd instance.
 .br
 You may also use the live iso image in place of the squashfs image.
+.IP "\fBiscsi\fR=\fIserver-ip[,server-port];target-name\fR" 4
+Boot from an iSCSI target that has an iso or disk live image as one of its LUNs. The specified target is searched for a LUN which looks like a live media. If you use the \fBiscsitarget\fR software iSCSI target solution which is packaged in Debian your ietd.conf might look like this:
+.br
+# The target-name you specify in the iscsi= parameter
+.br
+Target <target-name>
+  Lun 0 Path=<path-to-your-live-image.iso>,Type=fileio,IOMode=ro
+  # If you want to boot multiple machines you might want to look at tuning some parameters like
+  # Wthreads or MaxConnections
 .IP "\fBignore_uuid\fR" 4
 Do not check that any UUID embedded in the initramfs matches the discovered medium. live\-boot may be told to generate a UUID by setting LIVE_GENERATE_UUID=1 when building the initramfs.
 .IP "\fBintegrity\-check\fR" 4
@@ -89,8 +98,6 @@ disables the "persistent" feature, useful if the bootloader (like syslinux) has
 Do not prompt to eject the CD or remove the USB flash drive on reboot.
 .IP "\fBswapon\fR" 4
 This parameter enables usage of local swap partitions.
-.IP "\fBnoxautoconfig\fR" 4
-This parameter disables Xorg auto\-reconfiguration at boot time. This is valuable if you either do the detection on your own, or, if you want to ship a custom, premade xorg.conf in your live system.
 .IP "\fBpersistent\fR[=nofiles]" 4
 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
@@ -105,18 +112,12 @@ This option causes live\-boot to reboot without attempting to eject the media an
 This parameter will make live\-boot to show on "/" the ro filesystems (mostly compressed) on "/live". This is not enabled by default because could lead to problems by applications like "mono" which store binary paths on installation.
 .IP "\fBsilent\fR" 4
 If you boot with the normal quiet parameter, live\-boot hides most messages of its own. When adding silent, it hides all.
-.IP "\fBtextonly\fR" 4
-Start up to text\-mode shell prompts, disabling the graphical user interface.
 .IP "\fBtodisk\fR=\fIDEVICE\fR" 4
 Adding this parameter, live\-boot will try to copy the entire read\-only media to the specified device before mounting the root filesystem. It probably needs a lot of free space. Subsequent boots should then skip this step and just specify the "live\-media=DEVICE" boot parameter with the same DEVICE used this time.
 .IP "\fBtoram\fR" 4
 Adding this parameter, live\-boot will try to copy the whole read\-only media to the computer's RAM before mounting the root filesystem. This could need a lot of ram, according to the space used by the read\-only media.
 .IP "\fBunion\fR=aufs|unionfs\fR" 4
 By default, live\-boot uses aufs. With this parameter, you can switch to unionfs.
-.IP "\fBxdebconf\fR" 4
-Uses xdebconfigurator, if present on the rootfs, to configure X instead of the standard procedure (experimental).
-.IP "\fBxvideomode\fR=\fIRESOLUTION\fR" 4
-Doesn't do xorg autodetection, but enforces a given resolution.
 .\" FIXME
 
 .\" FIXME
index a9ef5d8..81469ff 100644 (file)
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT 1 2010\-06\-08 2.0~a6 "Debian Live Project"
+.TH LIVE\-BOOT 1 2010\-06\-08 2.0~a7 "Debian Live Project"
 
 .SH NAME
 \fBlive\-snapshot\fR \- simple script to ease persistence usage
index 90e2ab1..ada2824 100644 (file)
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-boot 2.0~a6\n"
-"POT-Creation-Date: 2010-06-08 06:01+0300\n"
+"Project-Id-Version: live-boot 2.0~a7\n"
+"POT-Creation-Date: 2010-06-08 20:20+0300\n"
 "PO-Revision-Date: 2010-05-24 12:34+0300\n"
 "Last-Translator: Daniel Baumann <daniel@debian.org>\n"
 "Language-Team: none\n"
@@ -23,13 +23,15 @@ msgstr "LIVE-BOOT"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
+#, no-wrap
 msgid "2010-06-08"
 msgstr "08.06.2010"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
-msgid "2.0~a6"
-msgstr "2.0~a6"
+#, no-wrap
+msgid "2.0~a7"
+msgstr "2.0~a7"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
@@ -251,11 +253,41 @@ msgstr ""
 #. type: IP
 #: en/live-boot.7:58
 #, no-wrap
+msgid "B<iscsi>=I<server-ip[,server-port];target-name>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:60
+msgid ""
+"Boot from an iSCSI target that has an iso or disk live image as one of its "
+"LUNs. The specified target is searched for a LUN which looks like a live "
+"media. If you use the B<iscsitarget> software iSCSI target solution which is "
+"packaged in Debian your ietd.conf might look like this:"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:62
+msgid "# The target-name you specify in the iscsi= parameter"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:67
+#, no-wrap
+msgid ""
+"Target E<lt>target-nameE<gt>\n"
+"  Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
+"  # If you want to boot multiple machines you might want to look at tuning some parameters like\n"
+"  # Wthreads or MaxConnections\n"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:67
+#, no-wrap
 msgid "B<ignore_uuid>"
 msgstr "B<ignore_uuid>"
 
 #. type: Plain text
-#: en/live-boot.7:60
+#: en/live-boot.7:69
 msgid ""
 "Do not check that any UUID embedded in the initramfs matches the discovered "
 "medium. live-boot may be told to generate a UUID by setting "
@@ -263,13 +295,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:60
+#: en/live-boot.7:69
 #, no-wrap
 msgid "B<integrity-check>"
 msgstr "B<integrity-check>"
 
 #. type: Plain text
-#: en/live-boot.7:62
+#: en/live-boot.7:71
 msgid ""
 "If specified, an MD5 sum is calculated on the live media during boot and "
 "compared to the value found in md5sum.txt found in the root directory of the "
@@ -277,13 +309,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:62
+#: en/live-boot.7:71
 #, no-wrap
 msgid "B<ip>=[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>] [,[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>]]"
 msgstr "B<ip>=[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>] [,[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>]]"
 
 #. type: Plain text
-#: en/live-boot.7:64
+#: en/live-boot.7:73
 msgid ""
 "Let you specify the name(s) and the options of the interface(s) that should "
 "be configured at boot time. Do not specify this if you want to use dhcp "
@@ -293,13 +325,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:64
+#: en/live-boot.7:73
 #, no-wrap
 msgid "B<ip>=[I<frommedia>]"
 msgstr "B<ip>=[I<frommedia>]"
 
 #. type: Plain text
-#: en/live-boot.7:66
+#: en/live-boot.7:75
 msgid ""
 "If this variable is set, dhcp and static configuration are just skipped and "
 "the system will use the (must be) media-preconfigured /etc/network/"
@@ -307,13 +339,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:66
+#: en/live-boot.7:75
 #, no-wrap
 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
 msgstr "{B<live-media>|B<bootfrom>}=I<DEVICE>"
 
 #. type: Plain text
-#: en/live-boot.7:68
+#: en/live-boot.7:77
 msgid ""
 "If you specify one of this two equivalent forms, live-boot will first try to "
 "find this device for the \"/live\" directory where the read-only root "
@@ -322,7 +354,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:70
+#: en/live-boot.7:79
 msgid ""
 "Instead of specifing an actual device name, the keyword 'removable' can be "
 "used to limit the search of acceptable live media to removable type only. "
@@ -331,13 +363,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:70
+#: en/live-boot.7:79
 #, no-wrap
 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
 msgstr "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
 
 #. type: Plain text
-#: en/live-boot.7:72
+#: en/live-boot.7:81
 msgid ""
 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
@@ -345,13 +377,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:72
+#: en/live-boot.7:81
 #, no-wrap
 msgid "B<live-media-offset>=I<BYTES>"
 msgstr "B<live-media-offset>=I<BYTES>"
 
 #. type: Plain text
-#: en/live-boot.7:74
+#: en/live-boot.7:83
 msgid ""
 "This way you could tell live-boot that your image starts at offset BYTES in "
 "the above specified or autodiscovered device, this could be useful to hide "
@@ -360,13 +392,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:74
+#: en/live-boot.7:83
 #, no-wrap
 msgid "B<live-media-path>=I<PATH>"
 msgstr "B<live-media-path>=I<PATH>"
 
 #. type: Plain text
-#: en/live-boot.7:76
+#: en/live-boot.7:85
 msgid ""
 "Sets the path to the live filesystem on the medium. By default, it is set to "
 "'/live' and you should not change that unless you have customized your media "
@@ -374,26 +406,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:76
+#: en/live-boot.7:85
 #, no-wrap
 msgid "B<live-media-timeout>=I<SECONDS>"
 msgstr "B<live-media-timeout>=I<SECONDS>"
 
 #. type: Plain text
-#: en/live-boot.7:78
+#: en/live-boot.7:87
 msgid ""
 "Set the timeout in seconds for the device specified by \"live-media=\" to "
 "become ready before giving up."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:78
+#: en/live-boot.7:87
 #, no-wrap
 msgid "B<module>=I<NAME>"
 msgstr "B<module>=I<NAME>"
 
 #. type: Plain text
-#: en/live-boot.7:80
+#: en/live-boot.7:89
 msgid ""
 "Instead of using the default optional file \"filesystem.module\" (see below) "
 "another file could be specified without the extension \".module\"; it should "
@@ -401,13 +433,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:80
+#: en/live-boot.7:89
 #, no-wrap
 msgid "B<netboot>[=nfs|cifs]"
 msgstr "B<netboot>[=nfs|cifs]"
 
 #. type: Plain text
-#: en/live-boot.7:82
+#: en/live-boot.7:91
 msgid ""
 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
@@ -415,24 +447,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:82
+#: en/live-boot.7:91
 #, no-wrap
 msgid "B<nfsopts>="
 msgstr "B<nfsopts>="
 
 #. type: Plain text
-#: en/live-boot.7:84
+#: en/live-boot.7:93
 msgid "This lets you specify custom nfs options."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:84
+#: en/live-boot.7:93
 #, no-wrap
 msgid "B<nofastboot>"
 msgstr "B<nofastboot>"
 
 #. type: Plain text
-#: en/live-boot.7:86
+#: en/live-boot.7:95
 msgid ""
 "This parameter disables the default disabling of filesystem checks in /etc/"
 "fstab. If you have static filesystems on your harddisk and you want them to "
@@ -440,62 +472,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:86
+#: en/live-boot.7:95
 #, no-wrap
 msgid "B<nopersistent>"
 msgstr "B<nopersistent>"
 
 #. type: Plain text
-#: en/live-boot.7:88
+#: en/live-boot.7:97
 msgid ""
 "disables the \"persistent\" feature, useful if the bootloader (like "
 "syslinux) has been installed with persistent enabled."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:88
+#: en/live-boot.7:97
 #, no-wrap
 msgid "B<noprompt>"
 msgstr "B<noprompt>"
 
 #. type: Plain text
-#: en/live-boot.7:90
+#: en/live-boot.7:99
 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:90
+#: en/live-boot.7:99
 #, no-wrap
 msgid "B<swapon>"
 msgstr "B<swapon>"
 
 #. type: Plain text
-#: en/live-boot.7:92
+#: en/live-boot.7:101
 msgid "This parameter enables usage of local swap partitions."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:92
-#, no-wrap
-msgid "B<noxautoconfig>"
-msgstr "B<noxautoconfig>"
-
-#. type: Plain text
-#: en/live-boot.7:94
-msgid ""
-"This parameter disables Xorg auto-reconfiguration at boot time. This is "
-"valuable if you either do the detection on your own, or, if you want to ship "
-"a custom, premade xorg.conf in your live system."
-msgstr ""
-
-#. type: IP
-#: en/live-boot.7:94
+#: en/live-boot.7:101
 #, no-wrap
 msgid "B<persistent>[=nofiles]"
 msgstr "B<persistent>[=nofiles]"
 
 #. type: Plain text
-#: en/live-boot.7:96
+#: en/live-boot.7:103
 msgid ""
 "live-boot will look for persistent and snapshot partitions or files labeled "
 "\"live-rw\", \"home-rw\", and files called \"live-sn*\", \"home-sn*\" and "
@@ -509,13 +527,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:96
+#: en/live-boot.7:103
 #, no-wrap
 msgid "B<persistent-path>=I<PATH>"
 msgstr "B<persistent-path>=I<PATH>"
 
 #. type: Plain text
-#: en/live-boot.7:98
+#: en/live-boot.7:105
 msgid ""
 "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 "
@@ -523,26 +541,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:98
+#: en/live-boot.7:105
 #, no-wrap
 msgid "{B<preseed/file>|B<file>}=I<FILE>"
 msgstr "{B<preseed/file>|B<file>}=I<FILE>"
 
 #. type: Plain text
-#: en/live-boot.7:100
+#: en/live-boot.7:107
 msgid ""
 "A path to a file present on the rootfs could be used to preseed debconf "
 "database."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:100
+#: en/live-boot.7:107
 #, no-wrap
 msgid "B<package/question>=I<VALUE>"
 msgstr "B<package/question>=I<VALUE>"
 
 #. type: Plain text
-#: en/live-boot.7:102
+#: en/live-boot.7:109
 msgid ""
 "All debian installed packages could be preseeded from command-line that way, "
 "beware of blanks spaces, they will interfere with parsing, use a preseed "
@@ -550,26 +568,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:102
+#: en/live-boot.7:109
 #, no-wrap
 msgid "B<quickreboot>"
 msgstr "B<quickreboot>"
 
 #. type: Plain text
-#: en/live-boot.7:104
+#: en/live-boot.7:111
 msgid ""
 "This option causes live-boot to reboot without attempting to eject the media "
 "and without asking the user to remove the boot media."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:104
+#: en/live-boot.7:111
 #, no-wrap
 msgid "B<showmounts>"
 msgstr "B<showmounts>"
 
 #. type: Plain text
-#: en/live-boot.7:106
+#: en/live-boot.7:113
 msgid ""
 "This parameter will make live-boot to show on \"/\" the ro filesystems "
 "(mostly compressed) on \"/live\". This is not enabled by default because "
@@ -578,38 +596,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:106
+#: en/live-boot.7:113
 #, no-wrap
 msgid "B<silent>"
 msgstr "B<silent>"
 
 #. type: Plain text
-#: en/live-boot.7:108
+#: en/live-boot.7:115
 msgid ""
 "If you boot with the normal quiet parameter, live-boot hides most messages "
 "of its own. When adding silent, it hides all."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:108
-#, no-wrap
-msgid "B<textonly>"
-msgstr "B<textonly>"
-
-#. type: Plain text
-#: en/live-boot.7:110
-msgid ""
-"Start up to text-mode shell prompts, disabling the graphical user interface."
-msgstr ""
-
-#. type: IP
-#: en/live-boot.7:110
+#: en/live-boot.7:115
 #, no-wrap
 msgid "B<todisk>=I<DEVICE>"
 msgstr "B<todisk>=I<DEVICE>"
 
 #. type: Plain text
-#: en/live-boot.7:112
+#: en/live-boot.7:117
 msgid ""
 "Adding this parameter, live-boot will try to copy the entire read-only media "
 "to the specified device before mounting the root filesystem. It probably "
@@ -619,13 +625,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:112
+#: en/live-boot.7:117
 #, no-wrap
 msgid "B<toram>"
 msgstr "B<toram>"
 
 #. type: Plain text
-#: en/live-boot.7:114
+#: en/live-boot.7:119
 msgid ""
 "Adding this parameter, live-boot will try to copy the whole read-only media "
 "to the computer's RAM before mounting the root filesystem. This could need a "
@@ -633,71 +639,47 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:114
+#: en/live-boot.7:119
 #, no-wrap
 msgid "B<union>=aufs|unionfs"
 msgstr "B<union>=aufs|unionfs"
 
+#.  FIXME
 #. type: Plain text
-#: en/live-boot.7:116
+#: en/live-boot.7:122
 msgid ""
 "By default, live-boot uses aufs. With this parameter, you can switch to "
 "unionfs."
 msgstr ""
 
-#. type: IP
-#: en/live-boot.7:116
-#, no-wrap
-msgid "B<xdebconf>"
-msgstr "B<xdebconf>"
-
-#. type: Plain text
-#: en/live-boot.7:118
-msgid ""
-"Uses xdebconfigurator, if present on the rootfs, to configure X instead of "
-"the standard procedure (experimental)."
-msgstr ""
-
-#. type: IP
-#: en/live-boot.7:118
-#, no-wrap
-msgid "B<xvideomode>=I<RESOLUTION>"
-msgstr "B<xvideomode>=I<RESOLUTION>"
-
-#.  FIXME
-#. type: Plain text
-#: en/live-boot.7:121
-msgid "Doesn't do xorg autodetection, but enforces a given resolution."
-msgstr ""
-
 #.  FIXME
 #. type: SH
-#: en/live-boot.7:123
+#: en/live-boot.7:124
 #, no-wrap
 msgid "FILES (old)"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:124 en/live-snapshot.1:43
+#: en/live-boot.7:125 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
 msgstr "B</etc/live.conf>"
 
 #. type: Plain text
-#: en/live-boot.7:126 en/live-snapshot.1:45
+#: en/live-boot.7:127 en/live-snapshot.1:45
 msgid ""
 "Some variables can be configured via this config file (inside the live "
 "system)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:126 en/live-snapshot.1:45
+#: en/live-boot.7:127 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
 msgstr "B<live/filesystem.module>"
 
 #. type: Plain text
-#: en/live-boot.7:128 en/live-snapshot.1:47
+#: en/live-boot.7:129 en/live-snapshot.1:47
 msgid ""
 "This optional file (inside the live media) contains a list of white-space or "
 "carriage-return-separated file names corresponding to disk images in the \"/"
@@ -710,13 +692,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:128 en/live-snapshot.1:47
+#: en/live-boot.7:129 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
 msgstr "B</etc/live-persistence.binds>"
 
 #. type: Plain text
-#: en/live-boot.7:130 en/live-snapshot.1:49
+#: en/live-boot.7:131 en/live-snapshot.1:49
 msgid ""
 "This optional file (which resides in the rootfs system, not in the live "
 "media) is used as a list of directories which not need be persistent: ie. "
@@ -725,7 +707,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:133 en/live-snapshot.1:51
+#: en/live-boot.7:134 en/live-snapshot.1:51
 msgid ""
 "This saves expensive writes and speeds up operations on volatile data such "
 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
@@ -734,64 +716,64 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:134 en/live-snapshot.1:42
+#: en/live-boot.7:135 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
 msgstr "DATEIEN"
 
 #. type: IP
-#: en/live-boot.7:135
+#: en/live-boot.7:136
 #, no-wrap
 msgid "B</etc/live/boot.conf>"
 msgstr "B</etc/live/boot.conf>"
 
 #. type: IP
-#: en/live-boot.7:136
+#: en/live-boot.7:137
 #, no-wrap
 msgid "B</etc/live/boot.conf.d/>"
 msgstr "B</etc/live/boot.conf.d/>"
 
 #. type: IP
-#: en/live-boot.7:137
+#: en/live-boot.7:138
 #, no-wrap
 msgid "B<live/boot.conf>"
 msgstr "B<live/boot.conf>"
 
 #. type: IP
-#: en/live-boot.7:138
+#: en/live-boot.7:139
 #, no-wrap
 msgid "B<live/boot.conf.d/>"
 msgstr "B<live/boot.conf.d/>"
 
 #. type: SH
-#: en/live-boot.7:140 en/live-snapshot.1:52
+#: en/live-boot.7:141 en/live-snapshot.1:52
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "SIEHE AUCH"
 
 #. type: Plain text
-#: en/live-boot.7:142
+#: en/live-boot.7:143
 msgid "I<live-snapshot>(1)"
 msgstr "I<live-snapshot>(1)"
 
 #. type: Plain text
-#: en/live-boot.7:144 en/live-snapshot.1:56
+#: en/live-boot.7:145 en/live-snapshot.1:56
 msgid "I<live-config>(7)"
 msgstr "I<live-config>(7)"
 
 #. type: Plain text
-#: en/live-boot.7:146 en/live-snapshot.1:58
+#: en/live-boot.7:147 en/live-snapshot.1:58
 msgid "I<live-helper>(7)"
 msgstr "I<live-helper>(7)"
 
 #. type: SH
-#: en/live-boot.7:147 en/live-snapshot.1:59
+#: en/live-boot.7:148 en/live-snapshot.1:59
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr "HOMEPAGE"
 
 #. type: Plain text
-#: en/live-boot.7:149 en/live-snapshot.1:61
+#: en/live-boot.7:150 en/live-snapshot.1:61
 msgid ""
 "More information about live-boot and the Debian Live project can be found on "
 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -802,13 +784,13 @@ msgstr ""
 "unter E<lt>I<http://live.debian.net/manual/>E<gt> gefunden werden."
 
 #. type: SH
-#: en/live-boot.7:150 en/live-snapshot.1:62
+#: en/live-boot.7:151 en/live-snapshot.1:62
 #, no-wrap
 msgid "BUGS"
 msgstr "FEHLER"
 
 #. type: Plain text
-#: en/live-boot.7:152 en/live-snapshot.1:64
+#: en/live-boot.7:153 en/live-snapshot.1:64
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -822,13 +804,13 @@ msgstr ""
 "werden."
 
 #. type: SH
-#: en/live-boot.7:153 en/live-snapshot.1:65
+#: en/live-boot.7:154 en/live-snapshot.1:65
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: Plain text
-#: en/live-boot.7:154 en/live-snapshot.1:66
+#: en/live-boot.7:155 en/live-snapshot.1:66
 msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
 "the Debian project."
index ba9f43b..6011ad0 100644 (file)
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-boot 2.0~a6\n"
-"POT-Creation-Date: 2010-06-08 06:01+0300\n"
+"Project-Id-Version: live-boot 2.0~a7\n"
+"POT-Creation-Date: 2010-06-08 20:20+0300\n"
 "PO-Revision-Date: 2010-05-24 12:34+0300\n"
 "Last-Translator: Daniel Baumann <daniel@debian.org>\n"
 "Language-Team: none\n"
@@ -23,13 +23,15 @@ msgstr "LIVE-BOOT"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
+#, no-wrap
 msgid "2010-06-08"
 msgstr "08.06.2010"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
-msgid "2.0~a6"
-msgstr "2.0~a6"
+#, no-wrap
+msgid "2.0~a7"
+msgstr "2.0~a7"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
@@ -56,26 +58,26 @@ msgid "OPTIONS"
 msgstr "OPTIONEN"
 
 #. type: IP
-#: en/live-boot.7:124 en/live-snapshot.1:43
+#: en/live-boot.7:125 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
 msgstr "B</etc/live.conf>"
 
 #. type: Plain text
-#: en/live-boot.7:126 en/live-snapshot.1:45
+#: en/live-boot.7:127 en/live-snapshot.1:45
 msgid ""
 "Some variables can be configured via this config file (inside the live "
 "system)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:126 en/live-snapshot.1:45
+#: en/live-boot.7:127 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
 msgstr "B<live/filesystem.module>"
 
 #. type: Plain text
-#: en/live-boot.7:128 en/live-snapshot.1:47
+#: en/live-boot.7:129 en/live-snapshot.1:47
 msgid ""
 "This optional file (inside the live media) contains a list of white-space or "
 "carriage-return-separated file names corresponding to disk images in the \"/"
@@ -88,13 +90,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:128 en/live-snapshot.1:47
+#: en/live-boot.7:129 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
 msgstr "B</etc/live-persistence.binds>"
 
 #. type: Plain text
-#: en/live-boot.7:130 en/live-snapshot.1:49
+#: en/live-boot.7:131 en/live-snapshot.1:49
 msgid ""
 "This optional file (which resides in the rootfs system, not in the live "
 "media) is used as a list of directories which not need be persistent: ie. "
@@ -103,7 +105,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:133 en/live-snapshot.1:51
+#: en/live-boot.7:134 en/live-snapshot.1:51
 msgid ""
 "This saves expensive writes and speeds up operations on volatile data such "
 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
@@ -112,35 +114,35 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:134 en/live-snapshot.1:42
+#: en/live-boot.7:135 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
 msgstr "DATEIEN"
 
 #. type: SH
-#: en/live-boot.7:140 en/live-snapshot.1:52
+#: en/live-boot.7:141 en/live-snapshot.1:52
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "SIEHE AUCH"
 
 #. type: Plain text
-#: en/live-boot.7:144 en/live-snapshot.1:56
+#: en/live-boot.7:145 en/live-snapshot.1:56
 msgid "I<live-config>(7)"
 msgstr "I<live-config>(7)"
 
 #. type: Plain text
-#: en/live-boot.7:146 en/live-snapshot.1:58
+#: en/live-boot.7:147 en/live-snapshot.1:58
 msgid "I<live-helper>(7)"
 msgstr "I<live-helper>(7)"
 
 #. type: SH
-#: en/live-boot.7:147 en/live-snapshot.1:59
+#: en/live-boot.7:148 en/live-snapshot.1:59
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr "HOMEPAGE"
 
 #. type: Plain text
-#: en/live-boot.7:149 en/live-snapshot.1:61
+#: en/live-boot.7:150 en/live-snapshot.1:61
 msgid ""
 "More information about live-boot and the Debian Live project can be found on "
 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -151,13 +153,13 @@ msgstr ""
 "unter E<lt>I<http://live.debian.net/manual/>E<gt> gefunden werden."
 
 #. type: SH
-#: en/live-boot.7:150 en/live-snapshot.1:62
+#: en/live-boot.7:151 en/live-snapshot.1:62
 #, no-wrap
 msgid "BUGS"
 msgstr "FEHLER"
 
 #. type: Plain text
-#: en/live-boot.7:152 en/live-snapshot.1:64
+#: en/live-boot.7:153 en/live-snapshot.1:64
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -171,13 +173,13 @@ msgstr ""
 "werden."
 
 #. type: SH
-#: en/live-boot.7:153 en/live-snapshot.1:65
+#: en/live-boot.7:154 en/live-snapshot.1:65
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: Plain text
-#: en/live-boot.7:154 en/live-snapshot.1:66
+#: en/live-boot.7:155 en/live-snapshot.1:66
 msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
 "the Debian project."
index 372b391..da80d11 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2010-06-08 06:01+0300\n"
+"POT-Creation-Date: 2010-06-08 20:20+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -30,7 +30,7 @@ msgstr ""
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
 #, no-wrap
-msgid "2.0~a6"
+msgid "2.0~a7"
 msgstr ""
 
 #. type: TH
@@ -247,25 +247,55 @@ msgstr ""
 #. type: IP
 #: en/live-boot.7:58
 #, no-wrap
-msgid "B<ignore_uuid>"
+msgid "B<iscsi>=I<server-ip[,server-port];target-name>"
 msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:60
 msgid ""
+"Boot from an iSCSI target that has an iso or disk live image as one of its "
+"LUNs. The specified target is searched for a LUN which looks like a live "
+"media. If you use the B<iscsitarget> software iSCSI target solution which is "
+"packaged in Debian your ietd.conf might look like this:"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:62
+msgid "# The target-name you specify in the iscsi= parameter"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:67
+#, no-wrap
+msgid ""
+"Target E<lt>target-nameE<gt>\n"
+"  Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
+"  # If you want to boot multiple machines you might want to look at tuning some parameters like\n"
+"  # Wthreads or MaxConnections\n"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:67
+#, no-wrap
+msgid "B<ignore_uuid>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:69
+msgid ""
 "Do not check that any UUID embedded in the initramfs matches the discovered "
 "medium. live-boot may be told to generate a UUID by setting "
 "LIVE_GENERATE_UUID=1 when building the initramfs."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:60
+#: en/live-boot.7:69
 #, no-wrap
 msgid "B<integrity-check>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:62
+#: en/live-boot.7:71
 msgid ""
 "If specified, an MD5 sum is calculated on the live media during boot and "
 "compared to the value found in md5sum.txt found in the root directory of the "
@@ -273,13 +303,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:62
+#: en/live-boot.7:71
 #, no-wrap
 msgid "B<ip>=[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>] [,[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>]]"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:64
+#: en/live-boot.7:73
 msgid ""
 "Let you specify the name(s) and the options of the interface(s) that should "
 "be configured at boot time. Do not specify this if you want to use dhcp "
@@ -289,13 +319,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:64
+#: en/live-boot.7:73
 #, no-wrap
 msgid "B<ip>=[I<frommedia>]"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:66
+#: en/live-boot.7:75
 msgid ""
 "If this variable is set, dhcp and static configuration are just skipped and "
 "the system will use the (must be) media-preconfigured /etc/network/"
@@ -303,13 +333,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:66
+#: en/live-boot.7:75
 #, no-wrap
 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:68
+#: en/live-boot.7:77
 msgid ""
 "If you specify one of this two equivalent forms, live-boot will first try to "
 "find this device for the \"/live\" directory where the read-only root "
@@ -318,7 +348,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:70
+#: en/live-boot.7:79
 msgid ""
 "Instead of specifing an actual device name, the keyword 'removable' can be "
 "used to limit the search of acceptable live media to removable type only. "
@@ -327,13 +357,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:70
+#: en/live-boot.7:79
 #, no-wrap
 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:72
+#: en/live-boot.7:81
 msgid ""
 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
@@ -341,13 +371,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:72
+#: en/live-boot.7:81
 #, no-wrap
 msgid "B<live-media-offset>=I<BYTES>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:74
+#: en/live-boot.7:83
 msgid ""
 "This way you could tell live-boot that your image starts at offset BYTES in "
 "the above specified or autodiscovered device, this could be useful to hide "
@@ -356,13 +386,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:74
+#: en/live-boot.7:83
 #, no-wrap
 msgid "B<live-media-path>=I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:76
+#: en/live-boot.7:85
 msgid ""
 "Sets the path to the live filesystem on the medium. By default, it is set to "
 "'/live' and you should not change that unless you have customized your media "
@@ -370,26 +400,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:76
+#: en/live-boot.7:85
 #, no-wrap
 msgid "B<live-media-timeout>=I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:78
+#: en/live-boot.7:87
 msgid ""
 "Set the timeout in seconds for the device specified by \"live-media=\" to "
 "become ready before giving up."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:78
+#: en/live-boot.7:87
 #, no-wrap
 msgid "B<module>=I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:80
+#: en/live-boot.7:89
 msgid ""
 "Instead of using the default optional file \"filesystem.module\" (see below) "
 "another file could be specified without the extension \".module\"; it should "
@@ -397,13 +427,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:80
+#: en/live-boot.7:89
 #, no-wrap
 msgid "B<netboot>[=nfs|cifs]"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:82
+#: en/live-boot.7:91
 msgid ""
 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
@@ -411,24 +441,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:82
+#: en/live-boot.7:91
 #, no-wrap
 msgid "B<nfsopts>="
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:84
+#: en/live-boot.7:93
 msgid "This lets you specify custom nfs options."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:84
+#: en/live-boot.7:93
 #, no-wrap
 msgid "B<nofastboot>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:86
+#: en/live-boot.7:95
 msgid ""
 "This parameter disables the default disabling of filesystem checks in /etc/"
 "fstab. If you have static filesystems on your harddisk and you want them to "
@@ -436,62 +466,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:86
+#: en/live-boot.7:95
 #, no-wrap
 msgid "B<nopersistent>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:88
+#: en/live-boot.7:97
 msgid ""
 "disables the \"persistent\" feature, useful if the bootloader (like "
 "syslinux) has been installed with persistent enabled."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:88
+#: en/live-boot.7:97
 #, no-wrap
 msgid "B<noprompt>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:90
+#: en/live-boot.7:99
 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:90
+#: en/live-boot.7:99
 #, no-wrap
 msgid "B<swapon>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:92
+#: en/live-boot.7:101
 msgid "This parameter enables usage of local swap partitions."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:92
-#, no-wrap
-msgid "B<noxautoconfig>"
-msgstr ""
-
-#. type: Plain text
-#: en/live-boot.7:94
-msgid ""
-"This parameter disables Xorg auto-reconfiguration at boot time. This is "
-"valuable if you either do the detection on your own, or, if you want to ship "
-"a custom, premade xorg.conf in your live system."
-msgstr ""
-
-#. type: IP
-#: en/live-boot.7:94
+#: en/live-boot.7:101
 #, no-wrap
 msgid "B<persistent>[=nofiles]"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:96
+#: en/live-boot.7:103
 msgid ""
 "live-boot will look for persistent and snapshot partitions or files labeled "
 "\"live-rw\", \"home-rw\", and files called \"live-sn*\", \"home-sn*\" and "
@@ -505,13 +521,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:96
+#: en/live-boot.7:103
 #, no-wrap
 msgid "B<persistent-path>=I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:98
+#: en/live-boot.7:105
 msgid ""
 "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 "
@@ -519,26 +535,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:98
+#: en/live-boot.7:105
 #, no-wrap
 msgid "{B<preseed/file>|B<file>}=I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:100
+#: en/live-boot.7:107
 msgid ""
 "A path to a file present on the rootfs could be used to preseed debconf "
 "database."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:100
+#: en/live-boot.7:107
 #, no-wrap
 msgid "B<package/question>=I<VALUE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:102
+#: en/live-boot.7:109
 msgid ""
 "All debian installed packages could be preseeded from command-line that way, "
 "beware of blanks spaces, they will interfere with parsing, use a preseed "
@@ -546,26 +562,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:102
+#: en/live-boot.7:109
 #, no-wrap
 msgid "B<quickreboot>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:104
+#: en/live-boot.7:111
 msgid ""
 "This option causes live-boot to reboot without attempting to eject the media "
 "and without asking the user to remove the boot media."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:104
+#: en/live-boot.7:111
 #, no-wrap
 msgid "B<showmounts>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:106
+#: en/live-boot.7:113
 msgid ""
 "This parameter will make live-boot to show on \"/\" the ro filesystems "
 "(mostly compressed) on \"/live\". This is not enabled by default because "
@@ -574,38 +590,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:106
+#: en/live-boot.7:113
 #, no-wrap
 msgid "B<silent>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:108
+#: en/live-boot.7:115
 msgid ""
 "If you boot with the normal quiet parameter, live-boot hides most messages "
 "of its own. When adding silent, it hides all."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:108
-#, no-wrap
-msgid "B<textonly>"
-msgstr ""
-
-#. type: Plain text
-#: en/live-boot.7:110
-msgid ""
-"Start up to text-mode shell prompts, disabling the graphical user interface."
-msgstr ""
-
-#. type: IP
-#: en/live-boot.7:110
+#: en/live-boot.7:115
 #, no-wrap
 msgid "B<todisk>=I<DEVICE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:112
+#: en/live-boot.7:117
 msgid ""
 "Adding this parameter, live-boot will try to copy the entire read-only media "
 "to the specified device before mounting the root filesystem. It probably "
@@ -615,13 +619,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:112
+#: en/live-boot.7:117
 #, no-wrap
 msgid "B<toram>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:114
+#: en/live-boot.7:119
 msgid ""
 "Adding this parameter, live-boot will try to copy the whole read-only media "
 "to the computer's RAM before mounting the root filesystem. This could need a "
@@ -629,71 +633,47 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:114
+#: en/live-boot.7:119
 #, no-wrap
 msgid "B<union>=aufs|unionfs"
 msgstr ""
 
+#.  FIXME
 #. type: Plain text
-#: en/live-boot.7:116
+#: en/live-boot.7:122
 msgid ""
 "By default, live-boot uses aufs. With this parameter, you can switch to "
 "unionfs."
 msgstr ""
 
-#. type: IP
-#: en/live-boot.7:116
-#, no-wrap
-msgid "B<xdebconf>"
-msgstr ""
-
-#. type: Plain text
-#: en/live-boot.7:118
-msgid ""
-"Uses xdebconfigurator, if present on the rootfs, to configure X instead of "
-"the standard procedure (experimental)."
-msgstr ""
-
-#. type: IP
-#: en/live-boot.7:118
-#, no-wrap
-msgid "B<xvideomode>=I<RESOLUTION>"
-msgstr ""
-
-#.  FIXME
-#. type: Plain text
-#: en/live-boot.7:121
-msgid "Doesn't do xorg autodetection, but enforces a given resolution."
-msgstr ""
-
 #.  FIXME
 #. type: SH
-#: en/live-boot.7:123
+#: en/live-boot.7:124
 #, no-wrap
 msgid "FILES (old)"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:124 en/live-snapshot.1:43
+#: en/live-boot.7:125 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:126 en/live-snapshot.1:45
+#: en/live-boot.7:127 en/live-snapshot.1:45
 msgid ""
 "Some variables can be configured via this config file (inside the live "
 "system)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:126 en/live-snapshot.1:45
+#: en/live-boot.7:127 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:128 en/live-snapshot.1:47
+#: en/live-boot.7:129 en/live-snapshot.1:47
 msgid ""
 "This optional file (inside the live media) contains a list of white-space or "
 "carriage-return-separated file names corresponding to disk images in the \"/"
@@ -706,13 +686,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:128 en/live-snapshot.1:47
+#: en/live-boot.7:129 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:130 en/live-snapshot.1:49
+#: en/live-boot.7:131 en/live-snapshot.1:49
 msgid ""
 "This optional file (which resides in the rootfs system, not in the live "
 "media) is used as a list of directories which not need be persistent: ie. "
@@ -721,7 +701,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:133 en/live-snapshot.1:51
+#: en/live-boot.7:134 en/live-snapshot.1:51
 msgid ""
 "This saves expensive writes and speeds up operations on volatile data such "
 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
@@ -730,64 +710,64 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:134 en/live-snapshot.1:42
+#: en/live-boot.7:135 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:135
+#: en/live-boot.7:136
 #, no-wrap
 msgid "B</etc/live/boot.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:136
+#: en/live-boot.7:137
 #, no-wrap
 msgid "B</etc/live/boot.conf.d/>"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:137
+#: en/live-boot.7:138
 #, no-wrap
 msgid "B<live/boot.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:138
+#: en/live-boot.7:139
 #, no-wrap
 msgid "B<live/boot.conf.d/>"
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:140 en/live-snapshot.1:52
+#: en/live-boot.7:141 en/live-snapshot.1:52
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:142
+#: en/live-boot.7:143
 msgid "I<live-snapshot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:144 en/live-snapshot.1:56
+#: en/live-boot.7:145 en/live-snapshot.1:56
 msgid "I<live-config>(7)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:146 en/live-snapshot.1:58
+#: en/live-boot.7:147 en/live-snapshot.1:58
 msgid "I<live-helper>(7)"
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:147 en/live-snapshot.1:59
+#: en/live-boot.7:148 en/live-snapshot.1:59
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:149 en/live-snapshot.1:61
+#: en/live-boot.7:150 en/live-snapshot.1:61
 msgid ""
 "More information about live-boot and the Debian Live project can be found on "
 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -795,13 +775,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:150 en/live-snapshot.1:62
+#: en/live-boot.7:151 en/live-snapshot.1:62
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:152 en/live-snapshot.1:64
+#: en/live-boot.7:153 en/live-snapshot.1:64
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -810,13 +790,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:153 en/live-snapshot.1:65
+#: en/live-boot.7:154 en/live-snapshot.1:65
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:154 en/live-snapshot.1:66
+#: en/live-boot.7:155 en/live-snapshot.1:66
 msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
 "the Debian project."
index 19d934e..9966513 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2010-06-08 06:01+0300\n"
+"POT-Creation-Date: 2010-06-08 20:20+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -30,7 +30,7 @@ msgstr ""
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
 #, no-wrap
-msgid "2.0~a6"
+msgid "2.0~a7"
 msgstr ""
 
 #. type: TH
@@ -58,26 +58,26 @@ msgid "OPTIONS"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:124 en/live-snapshot.1:43
+#: en/live-boot.7:125 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:126 en/live-snapshot.1:45
+#: en/live-boot.7:127 en/live-snapshot.1:45
 msgid ""
 "Some variables can be configured via this config file (inside the live "
 "system)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:126 en/live-snapshot.1:45
+#: en/live-boot.7:127 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:128 en/live-snapshot.1:47
+#: en/live-boot.7:129 en/live-snapshot.1:47
 msgid ""
 "This optional file (inside the live media) contains a list of white-space or "
 "carriage-return-separated file names corresponding to disk images in the \"/"
@@ -90,13 +90,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:128 en/live-snapshot.1:47
+#: en/live-boot.7:129 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:130 en/live-snapshot.1:49
+#: en/live-boot.7:131 en/live-snapshot.1:49
 msgid ""
 "This optional file (which resides in the rootfs system, not in the live "
 "media) is used as a list of directories which not need be persistent: ie. "
@@ -105,7 +105,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:133 en/live-snapshot.1:51
+#: en/live-boot.7:134 en/live-snapshot.1:51
 msgid ""
 "This saves expensive writes and speeds up operations on volatile data such "
 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
@@ -114,35 +114,35 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:134 en/live-snapshot.1:42
+#: en/live-boot.7:135 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:140 en/live-snapshot.1:52
+#: en/live-boot.7:141 en/live-snapshot.1:52
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:144 en/live-snapshot.1:56
+#: en/live-boot.7:145 en/live-snapshot.1:56
 msgid "I<live-config>(7)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:146 en/live-snapshot.1:58
+#: en/live-boot.7:147 en/live-snapshot.1:58
 msgid "I<live-helper>(7)"
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:147 en/live-snapshot.1:59
+#: en/live-boot.7:148 en/live-snapshot.1:59
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:149 en/live-snapshot.1:61
+#: en/live-boot.7:150 en/live-snapshot.1:61
 msgid ""
 "More information about live-boot and the Debian Live project can be found on "
 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -150,13 +150,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:150 en/live-snapshot.1:62
+#: en/live-boot.7:151 en/live-snapshot.1:62
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:152 en/live-snapshot.1:64
+#: en/live-boot.7:153 en/live-snapshot.1:64
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -165,13 +165,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:153 en/live-snapshot.1:65
+#: en/live-boot.7:154 en/live-snapshot.1:65
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:154 en/live-snapshot.1:66
+#: en/live-boot.7:155 en/live-snapshot.1:66
 msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
 "the Debian project."
index 7ee3e7f..37c3abd 100755 (executable)
@@ -51,14 +51,11 @@ Arguments ()
                case "${ARGUMENT}" in
                        skipconfig)
                                NOACCESSIBILITY="Yes"
-                               NOAUTOLOGIN="Yes"
-                               NOCONSOLEKEYBOARD="Yes"
                                NOFASTBOOT="Yes"
                                NOFSTAB="Yes"
                                NONETWORKING="Yes"
-                               NOXAUTOCONFIG="Yes"
 
-                               export NOACCESSIBILITY NOAUTOLOGIN NOCONSOLEKEYBOARD NOFASTBOOT NOFSTAB NONETWORKING NOXAUTOCONFIG
+                               export NOACCESSIBILITY NOFASTBOOT NOFSTAB NONETWORKING
                                ;;
 
                        access=*)
@@ -122,6 +119,19 @@ Arguments ()
                        httpfs=*)
                                HTTPFS="${ARGUMENT#httpfs=}"
                                export HTTPFS
+                                ;;
+
+                       iscsi=*)
+                               ISCSI="${ARGUMENT#iscsi=}"
+                               #ip:port - separated by ;
+                               ISCSI_PORTAL="${ISCSI%;*}"
+                               if echo "${ISCSI_PORTAL}" | grep -q , ; then
+                                       ISCSI_SERVER="${ISCSI_PORTAL%,*}"
+                                       ISCSI_PORT="${ISCSI_PORTAL#*,}"
+                               fi
+                               #target name
+                               ISCSI_TARGET="${ISCSI#*;}"
+                               export ISCSI ISCSI_PORTAL ISCSI_TARGET ISCSI_SERVER ISCSI_PORT
                                ;;
 
                        isofrom=*|fromiso=*)
@@ -230,11 +240,6 @@ Arguments ()
                                export SWAPON
                                ;;
 
-                       noxautoconfig)
-                               NOXAUTOCONFIG="Yes"
-                               export NOXAUTOCONFIG
-                               ;;
-
                        persistent)
                                PERSISTENT="Yes"
                                export PERSISTENT
@@ -338,21 +343,6 @@ Arguments ()
                                UNIONTYPE="${ARGUMENT#union=}"
                                export UNIONTYPE
                                ;;
-
-                       xdebconf)
-                               XDEBCONF="Yes"
-                               export XDEBCONF
-                               ;;
-
-                       xdriver=*)
-                               XDRIVER="${ARGUMENT#xdriver=}"
-                               export XDRIVER
-                               ;;
-
-                       xvideomode=*)
-                               XVIDEOMODE="${ARGUMENT#xvideomode=}"
-                               export XVIDEOMODE
-                               ;;
                esac
        done
 
@@ -589,7 +579,7 @@ copy_live_to ()
        return 0
 }
 
-do_netmount ()
+do_netsetup ()
 {
        modprobe -q af_packet # For DHCP
 
@@ -653,6 +643,11 @@ do_netmount ()
        [ -z ${HOSTNAME} ] && HOSTNAME=${OLDHOSTNAME}
        export HOSTNAME
 
+       if [ -n "${DEVICE}" ]
+       then
+               HWADDR="$(cat /sys/class/net/${DEVICE}/address)"
+       fi
+
        # Check if we have a network device at all
        if ! ls /sys/class/net/"$DEVICE" > /dev/null 2>&1 && \
           ! ls /sys/class/net/eth0 > /dev/null 2>&1 && \
@@ -662,6 +657,11 @@ do_netmount ()
        then
                panic "No supported network device found, maybe a non-mainline driver is required."
        fi
+}
+
+do_netmount()
+{
+       do_netsetup
 
        if [ "${NFSROOT}" = "auto" ]
        then
@@ -697,6 +697,54 @@ do_netmount ()
        return ${rc}
 }
 
+do_iscsi()
+{
+       do_netsetup
+       #modprobe ib_iser
+       modprobe iscsi_tcp
+       local debugopt=""
+       [ "${DEBUG}" == "Yes" ] && debugopt="-d 8"
+       #FIXME this name is supposed to be unique - some date + ifconfig hash?
+       ISCSI_INITIATORNAME="iqn.1993-08.org.debian.live:01:$(echo "${HWADDR}" | sed -e s/://g)"
+        export ISCSI_INITIATORNAME
+       if [ -n "${ISCSI_SERVER}" ] ; then
+               iscsistart $debugopt -i "${ISCSI_INITIATORNAME}" -t "${ISCSI_TARGET}" -g 1 -a "${ISCSI_SERVER}" -p "${ISCSI_PORT}"
+       else
+               iscsistart $debugopt -i "${ISCSI_INITIATORNAME}" -t "${ISCSI_TARGET}" -g 1 -a "${ISCSI_PORTAL}" -p 3260
+       fi
+       if [ $? != 0 ]
+       then
+               panic "Failed to log into iscsi target"
+       fi
+       local host="$(ls -d /sys/class/scsi_host/host*/device/iscsi_host:host* \
+                           /sys/class/scsi_host/host*/device/iscsi_host/host* | sed -e 's:/device.*::' -e 's:.*host::')"
+       if [ -n "${host}" ]
+       then
+               local devices=""
+               local i=0
+               while [ -z "${devices}" -a $i -lt 60 ]
+               do
+                       sleep 1
+                       devices="$(ls -d /sys/class/scsi_device/${host}*/device/block:* \
+                                        /sys/class/scsi_device/${host}*/device/block/* | sed -e 's!.*[:/]!!')"
+                       i=$(expr $i + 1)
+                       echo -ne $i\\r
+               done
+               for dev in $devices
+               do
+                       if check_dev "null" "/dev/$dev"
+                       then
+                               NETBOOT="iscsi"
+                               export NETBOOT
+                               return 0;
+                       fi
+               done
+               panic "Failed to locate a live device on iSCSI devices (tried: $devices)."
+       else
+               panic "Failed to locate iSCSI host in /sys"
+       fi
+}
+
 do_httpmount ()
 {
        rc=1
@@ -1653,7 +1701,10 @@ mountroot ()
                        panic "Unable to find a live file system on the network"
                fi
        else
-               if [ -n "${PLAIN_ROOT}" ] && [ -n "${ROOT}" ]
+               if [ -n "${ISCSI_PORTAL}" ]
+               then
+                       do_iscsi && livefs_root="${mountpoint}"
+               elif [ -n "${PLAIN_ROOT}" ] && [ -n "${ROOT}" ]
                then
                        # Do a local boot from hd
                        livefs_root=${ROOT}
diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig
deleted file mode 100755 (executable)
index abd9661..0000000
+++ /dev/null
@@ -1,121 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-       echo "${PREREQ}"
-}
-
-case "${1}" in
-       prereqs)
-               prereqs
-               exit 0
-               ;;
-esac
-
-# live-boot header
-
-if [ -n "${NOXAUTOCONFIG}" ]
-then
-       exit 0
-fi
-
-. /scripts/live-functions
-
-# live-boot script
-
-if [ -n "${TEXTONLY}" ]
-then
-       exit 0
-fi
-
-if [ ! -x /root/usr/bin/X ]
-then
-       exit 0
-fi
-
-log_begin_msg "Configuring X"
-
-if ! grep -q xforcevesa /proc/cmdline 2>&1 >/dev/null
-then
-       if [ "${TERM_TYPE}" = "serial" ]
-       then
-               # Don't bother trying to configure or start X on a serial
-               # console
-               rm -f /root/etc/rc?.d/S??[gkx]dm
-               exit 0
-       fi
-
-       locale=en_US.UTF-8
-
-       mount -o bind /sys /root/sys
-       mount -o bind /proc /root/proc
-       mount -o bind /dev /root/dev
-
-       if [ -n "${XDEBCONF}" -a -x /root/usr/sbin/xdebconfigurator ]
-       then
-               # xdebconfigurator
-               chroot /root /usr/sbin/xdebconfigurator
-       fi
-
-       if [ -n "${KOPTIONS}" ]
-       then
-               setoptions="set xserver-xorg/config/inputdevice/keyboard/options ${KOPTIONS}"
-       fi
-
-       if [ -n "${KVARIANT}" ]
-       then
-               setvariant="set xserver-xorg/config/inputdevice/keyboard/variant ${KVARIANT}"
-       fi
-
-       if [ -n "${KMODEL}" ]
-       then
-               setmodel="set xserver-xorg/config/inputdevice/keyboard/model ${KMODEL}"
-       fi
-
-       if [ -n "${KLAYOUT}" ]
-       then
-               setlayout="set xserver-xorg/config/inputdevice/keyboard/layout ${KLAYOUT}"
-       fi
-
-chroot /root debconf-communicate -fnoninteractive live-boot > /dev/null << EOF
-${setlayout}
-${setvariant}
-${setmodel}
-${setoptions}
-EOF
-
-       live-reconfigure /root xserver-xorg 2>&1 \
-               | grep -v "overwriting possibly-customised configuration" \
-               | grep -v "file; backup in /etc/X11/xorg.conf"
-
-       umount /root/sys
-       umount /root/proc
-       umount /root/dev
-else
-
-cat > /root/etc/X11/xorg.conf << EOF
-Section "Device"
-       Identifier      "Configured Video Device"
-       Driver          "vesa"
-EndSection
-
-Section "Monitor"
-       Identifier      "Configured Monitor"
-EndSection
-
-Section "Screen"
-       Identifier      "Default Screen"
-       Monitor         "Configured Monitor"
-       Device          "Configured Video Device"
-EndSection
-EOF
-
-fi
-
-log_end_msg
diff --git a/scripts/live-bottom/21xdriver b/scripts/live-bottom/21xdriver
deleted file mode 100755 (executable)
index 92bbd4f..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-       echo "${PREREQ}"
-}
-
-case "${1}" in
-       prereqs)
-               prereqs
-               exit 0
-               ;;
-esac
-
-# live-boot header
-
-if [ -n "${NOXAUTOCONFIG}" ] || [ ! -x /root/usr/bin/X ] || [ -z "${XDRIVER}" ]
-then
-       exit 0
-fi
-
-. /scripts/live-functions
-
-log_begin_msg "Configuring X video driver"
-
-# live-boot script
-
-. /live.vars
-
-mount -o bind /sys /root/sys
-mount -o bind /proc /root/proc
-mount -o bind /dev /root/dev
-
-if [ "${XDRIVER}" != "dexconf" ]
-then
-
-chroot /root debconf-communicate -fnoninteractive live-boot > /dev/null << EOF
-set xserver-xorg/autodetect_video_card false
-set xserver-xorg/config/device/driver ${XDRIVER}
-EOF
-
-fi
-
-chroot /root dexconf
-
-umount /root/sys
-umount /root/proc
-umount /root/dev
-
-log_end_msg
diff --git a/scripts/live-bottom/21xvidemode b/scripts/live-bottom/21xvidemode
deleted file mode 100755 (executable)
index ac28fad..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-       echo "${PREREQ}"
-}
-
-case "${1}" in
-       prereqs)
-               prereqs
-               exit 0
-               ;;
-esac
-
-# live-boot header
-
-if [ -n "${NOXAUTOCONFIG}" ]
-then
-       exit 0
-fi
-
-if [ ! -x /root/usr/bin/X ]
-then
-       exit 0
-fi
-
-[ -n "$XVIDEOMODE" ] || exit
-
-. /scripts/live-functions
-
-log_begin_msg "Configuring X video modes"
-
-# live-boot script
-
-. /live.vars
-
-if [ "${XVIDEOMODE}" = "auto" ]
-then
-       rm -f /root/etc/X11/Xsession.d/21xvidemode
-
-       exit 0
-fi
-
-if [ -x "$(which xrandr 2>/dev/null)" ]
-then
-       echo "xrandr -s ${XVIDEOMODE} || /bin/true" >> /root/etc/X11/Xsession.d/21xvidemode
-fi
-
-log_end_msg