aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-12 18:56:18 +0100
committerficus <ficus@robocracy.org>2012-11-12 18:56:18 +0100
commit554b72536dc9fbd145868518d122695b3f7b56b5 (patch)
tree7f4c499805360e0a22fd07419d7742d373e38e25 /config
parentec4e9ce9c54c369e110904d83528644beeee1340 (diff)
downloadtorouter-live-554b72536dc9fbd145868518d122695b3f7b56b5.tar.gz
torouter-live-554b72536dc9fbd145868518d122695b3f7b56b5.zip
WIP: basic armel no-squashfs build
Diffstat (limited to 'config')
-rw-r--r--config/binary8
-rw-r--r--config/chroot4
-rw-r--r--config/common2
3 files changed, 7 insertions, 7 deletions
diff --git a/config/binary b/config/binary
index 97f09d2..d8f2969 100644
--- a/config/binary
+++ b/config/binary
@@ -78,16 +78,16 @@ LB_HDD_SIZE="10000"
LB_ISO_APPLICATION="Debian Live"
# $LB_ISO_PREPARER: set iso preparer
-# (Default: live-build $VERSION; http://packages.qa.debian.org/live-build)
-LB_ISO_PREPARER="live-build $VERSION; http://packages.qa.debian.org/live-build"
+# (Default: live-build 3.0~a67-1; http://packages.qa.debian.org/live-build)
+LB_ISO_PREPARER="live-build 3.0~a67-1; http://packages.qa.debian.org/live-build"
# $LB_ISO_PUBLISHER: set iso publisher
# (Default: Debian Live project; http://live.debian.net/; debian-live@lists.debian.org)
LB_ISO_PUBLISHER="Debian Live project; http://live.debian.net/; debian-live@lists.debian.org"
# $LB_ISO_VOLUME: set iso volume (max 32 chars)
-# (Default: Debian wheezy $(date +%Y%m%d-%H:%M))
-LB_ISO_VOLUME="Debian wheezy $(date +%Y%m%d-%H:%M)"
+# (Default: Debian wheezy 20121112-18:54)
+LB_ISO_VOLUME="Debian wheezy 20121112-18:54"
# $LB_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
# (Default: unset)
diff --git a/config/chroot b/config/chroot
index cb3036d..46c5a45 100644
--- a/config/chroot
+++ b/config/chroot
@@ -1,8 +1,8 @@
# config/chroot - options for live-build(7), chroot stage
# $LB_CHROOT_FILESYSTEM: set chroot filesystem
-# (Default: squashfs)
-LB_CHROOT_FILESYSTEM="squashfs"
+# (Default: none)
+LB_CHROOT_FILESYSTEM="none"
# $LB_UNION_FILESYSTEM: set union filesystem
# (Default: aufs)
diff --git a/config/common b/config/common
index 3ba9d46..00ee8f0 100644
--- a/config/common
+++ b/config/common
@@ -134,5 +134,5 @@ APT_OPTIONS="--yes"
APTITUDE_OPTIONS="--assume-yes"
DEBOOTSTRAP_OPTIONS=""
CDEBOOTSTRAP_OPTIONS=""
-GZIP_OPTIONS="-6 --rsyncable"
+GZIP_OPTIONS="-6 --rsyncable"
ISOHYBRID_OPTIONS=""