diff options
Diffstat (limited to 'config/binary')
-rw-r--r-- | config/binary | 8 |
1 files changed, 4 insertions, 4 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) |