[SCM] debian-live/config-webc branch, master, updated. c0a80bfd123e154cd05f0b6a426f3a5af2569f66
Daniel Baumann
daniel at debian.org
Mon Sep 17 11:17:17 UTC 2007
The branch, master has been updated
via c0a80bfd123e154cd05f0b6a426f3a5af2569f66 (commit)
from e3d635244c7e3aaa42ff42a44ce0439bd8a1c12b (commit)
- Shortlog ------------------------------------------------------------
c0a80bf Updating.
Summary of changes:
opera/config/binary | 95 +++++++++++++++++++++-
opera/config/binary_local-includes | 2 +-
opera/config/chroot_local-hooks | 2 +-
opera/config/chroot_local-includes | 2 +-
opera/config/chroot_sources/opera.binary | 1 +
opera/config/chroot_sources/opera.binary.gpg | 38 +++++++++
opera/config/chroot_sources/opera.bootstrap | 1 +
opera/config/chroot_sources/opera.list.binary | 1 -
opera/config/chroot_sources/opera.list.bootstrap | 1 -
opera/config/chroot_sources/webc.binary | 1 +
opera/config/chroot_sources/webc.binary.gpg | 1 +
opera/config/chroot_sources/webc.bootstrap | 1 +
opera/config/chroot_sources/webc.list.binary | 1 -
opera/config/chroot_sources/webc.list.bootstrap | 1 -
opera/config/templates | 1 -
15 files changed, 140 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit c0a80bfd123e154cd05f0b6a426f3a5af2569f66
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Sep 17 13:17:08 2007 +0200
Updating.
diff --git a/opera/config/binary b/opera/config/binary
deleted file mode 120000
index aecea26..dfd61b3
--- a/opera/config/binary
+++ /dev/null
@@ -1 +0,0 @@
-../../webconverger/config/binary
\ No newline at end of file
diff --git a/opera/config/binary b/opera/config/binary
new file mode 100644
index aecea26..dfd61b3
--- /dev/null
+++ b/opera/config/binary
@@ -0,0 +1,94 @@
+# config/binary - options for live-helper(7), binary stage
+
+# $LH_BINARY_IMAGES: set image type
+# (Default: iso)
+#LH_BINARY_IMAGES="iso"
+
+# $LH_BINARY_INDICES: set apt/aptitude generic indices
+# (Default: enabled)
+#LH_BINARY_INDICES="enabled"
+
+# $LH_BOOTAPPEND_LIVE: set boot parameters
+# (Default: empty)
+LH_BOOTAPPEND_LIVE="quiet splash vga=773 upgrade homepage=http://portal.webconverger.com/"
+
+# $LH_BOOTAPPEND_INSTALL: set boot parameters
+# (Default: empty)
+LH_BOOTAPPEND_INSTALL="preseed/file=/cdrom/install/preseed.cfg d-i:debian-installer/locale=en_US d-i:console-keymaps-at/keymap=us -- ${LH_BOOTAPPEND_LIVE}"
+
+# $LH_BOOTLOADER: set bootloader
+# (Default: syslinux)
+#LH_BOOTLOADER="syslinux"
+
+# ${LH_CHROOT_BUILD: control if we build binary images chrooted
+# (Default: enabled)
+# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to disabled.
+#LH_CHROOT_BUILD="enabled"
+
+# $LH_DEBIAN_INSTALLER: set debian-installer
+# (Default: disabled)
+#LH_DEBIAN_INSTALLER="disabled"
+
+# $LH_DEBIAN_INSTALLER_DAILY: set daily images
+# (Default: disabled)
+#LH_DEBIAN_INSTALLER_DAILY="disabled"
+
+# $LH_ENCRYPTION: set encrytion
+# (Default: empty)
+#LH_ENCRYPTION=""
+
+# $LH_GRUB_SPLASH: set custom grub splash
+# (Default: empty)
+#LH_GRUB_SPLASH=""
+
+# $LH_HOSTNAME: set hostname
+# (Default: debian)
+LH_HOSTNAME="webconverger"
+
+# $LH_ISO_APPLICATION: set iso author
+# (Default: Debian Live)
+LH_ISO_APPLICATION="Webconverger"
+
+# $LH_ISO_PREPARER: set iso preparer
+# (Default: live-helper 1.0~a29; http://packages.qa.debian.org/live-helper)
+LH_ISO_PREPARER="live-helper 1.0~a29; http://packages.qa.debian.org/live-helper"
+
+# $LH_ISO_PUBLISHER: set iso preparer
+# (Default: Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org)
+LH_ISO_PUBLISHER="Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org"
+
+# $LH_ISO_VOLUME: set iso volume (max 32 chars)
+# (Default: Debian Live `date +%Y%m%d-%H:%M`)
+LH_ISO_VOLUME="Webconverger `date +%Y%m%d-%H:%M`"
+
+# $LH_MEMTEST: set memtest
+# (Default: memtest86+)
+LH_MEMTEST="none"
+
+# $LH_NET_FILESYSTEM: set netboot filesystem
+# (Default: nfs)
+#LH_NET_FILESYSTEM="nfs"
+
+# $LH_NET_MOUNTOPTIONS: set nfsopts
+# (Default: empty)
+#LH_NET_MOUNTOPTIONS=""
+
+# $LH_NET_PATH: set netboot server directory
+# (Default: /srv/debian-live)
+#LH_NET_PATH="/srv/debian-live"
+
+# $LH_NET_SERVER: set netboot server address
+# (Default: 192.168.1.1)
+#LH_NET_SERVER="192.168.1.1"
+
+# $LH_SYSLINUX_SPLASH: set custom syslinux splash
+# (Default: empty)
+#LH_SYSLINUX_SPLASH=""
+
+# $LH_SYSLINUX_TIMEOUT: set custom syslinux timeout
+# (Default: 0)
+LH_SYSLINUX_TIMEOUT="10"
+
+# $LH_USERNAME: set username
+# (Default: user)
+#LH_USERNAME="user"
diff --git a/opera/config/binary_local-includes b/opera/config/binary_local-includes
index 9a1af95..dd2debb 120000
--- a/opera/config/binary_local-includes
+++ b/opera/config/binary_local-includes
@@ -1 +1 @@
-../../webconverger/config/binary_local-includes/
\ No newline at end of file
+../../webconverger/config/binary_local-includes
\ No newline at end of file
diff --git a/opera/config/chroot_local-hooks b/opera/config/chroot_local-hooks
index 0f296df..ce977ac 120000
--- a/opera/config/chroot_local-hooks
+++ b/opera/config/chroot_local-hooks
@@ -1 +1 @@
-../../webconverger/config/chroot_local-hooks/
\ No newline at end of file
+../../webconverger/config/chroot_local-hooks
\ No newline at end of file
diff --git a/opera/config/chroot_local-includes b/opera/config/chroot_local-includes
index 3cec3aa..db8ab4a 120000
--- a/opera/config/chroot_local-includes
+++ b/opera/config/chroot_local-includes
@@ -1 +1 @@
-../../webconverger/config/chroot_local-includes/
\ No newline at end of file
+../../webconverger/config/chroot_local-includes
\ No newline at end of file
diff --git a/opera/config/chroot_sources/opera.list.binary b/opera/config/chroot_sources/opera.binary
similarity index 100%
copy from opera/config/chroot_sources/opera.list.binary
copy to opera/config/chroot_sources/opera.binary
diff --git a/opera/config/chroot_sources/opera.bootstrap.gpg b/opera/config/chroot_sources/opera.binary.gpg
similarity index 100%
copy from opera/config/chroot_sources/opera.bootstrap.gpg
copy to opera/config/chroot_sources/opera.binary.gpg
diff --git a/opera/config/chroot_sources/opera.list.binary b/opera/config/chroot_sources/opera.bootstrap
similarity index 100%
rename from opera/config/chroot_sources/opera.list.binary
rename to opera/config/chroot_sources/opera.bootstrap
diff --git a/opera/config/chroot_sources/opera.list.bootstrap b/opera/config/chroot_sources/opera.list.bootstrap
deleted file mode 120000
index 7db7213..0000000
--- a/opera/config/chroot_sources/opera.list.bootstrap
+++ /dev/null
@@ -1 +0,0 @@
-opera.list.binary
\ No newline at end of file
diff --git a/opera/config/chroot_sources/webc.binary b/opera/config/chroot_sources/webc.binary
new file mode 120000
index 0000000..5c95ed4
--- /dev/null
+++ b/opera/config/chroot_sources/webc.binary
@@ -0,0 +1 @@
+../../../webconverger/config/chroot_sources/webc.binary
\ No newline at end of file
diff --git a/opera/config/chroot_sources/webc.binary.gpg b/opera/config/chroot_sources/webc.binary.gpg
new file mode 120000
index 0000000..6e04801
--- /dev/null
+++ b/opera/config/chroot_sources/webc.binary.gpg
@@ -0,0 +1 @@
+../../../webconverger/config/chroot_sources/webc.binary.gpg
\ No newline at end of file
diff --git a/opera/config/chroot_sources/webc.bootstrap b/opera/config/chroot_sources/webc.bootstrap
new file mode 120000
index 0000000..dfdad59
--- /dev/null
+++ b/opera/config/chroot_sources/webc.bootstrap
@@ -0,0 +1 @@
+../../../webconverger/config/chroot_sources/webc.bootstrap
\ No newline at end of file
diff --git a/opera/config/chroot_sources/webc.list.binary b/opera/config/chroot_sources/webc.list.binary
deleted file mode 120000
index 121558b..0000000
--- a/opera/config/chroot_sources/webc.list.binary
+++ /dev/null
@@ -1 +0,0 @@
-../../../webconverger/config/chroot_sources/webc.list.binary
\ No newline at end of file
diff --git a/opera/config/chroot_sources/webc.list.bootstrap b/opera/config/chroot_sources/webc.list.bootstrap
deleted file mode 120000
index fb41660..0000000
--- a/opera/config/chroot_sources/webc.list.bootstrap
+++ /dev/null
@@ -1 +0,0 @@
-../../../webconverger/config/chroot_sources/webc.list.bootstrap
\ No newline at end of file
diff --git a/opera/config/templates b/opera/config/templates
deleted file mode 120000
index c498c89..0000000
--- a/opera/config/templates
+++ /dev/null
@@ -1 +0,0 @@
-../../webconverger/config/templates/
\ No newline at end of file
--
debian-live/config-webc
More information about the debian-live-changes
mailing list