bullseye
This commit is contained in:
parent
976b4ced94
commit
2a0134b5c8
|
@ -20,4 +20,5 @@ lb config noauto \
|
|||
--iso-application "SVPROGNU-11" \
|
||||
--backports "false" \
|
||||
--updates "true" \
|
||||
--security "false" \
|
||||
"${@}"
|
||||
|
|
|
@ -47,7 +47,7 @@ LB_DEBIAN_INSTALLER="live"
|
|||
|
||||
# $LB_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite
|
||||
# (Default: empty)
|
||||
LB_DEBIAN_INSTALLER_DISTRIBUTION="buster"
|
||||
LB_DEBIAN_INSTALLER_DISTRIBUTION="bullseye"
|
||||
|
||||
# $LB_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url
|
||||
# (Default: )
|
||||
|
@ -74,20 +74,20 @@ LB_HDD_SIZE="auto"
|
|||
LB_HDD_PARTITION_START=""
|
||||
|
||||
# $LB_ISO_APPLICATION: set iso author
|
||||
# (Default: SVPRO_GNU)
|
||||
LB_ISO_APPLICATION="SVPRO_GNU"
|
||||
# (Default: SVPROGNU-11)
|
||||
LB_ISO_APPLICATION="SVPROGNU-11"
|
||||
|
||||
# $LB_ISO_PREPARER: set iso preparer
|
||||
# (Default: live-build 1:20191221; https://salsa.debian.org/live-team/live-build)
|
||||
LB_ISO_PREPARER="live-build 1:20191221; https://salsa.debian.org/live-team/live-build"
|
||||
# (Default: live-build 1:20190311; https://debian-live.alioth.debian.org/live-build)
|
||||
LB_ISO_PREPARER="live-build 1:20190311; https://debian-live.alioth.debian.org/live-build"
|
||||
|
||||
# $LB_ISO_PUBLISHER: set iso publisher
|
||||
# (Default: Live Systems project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org)
|
||||
LB_ISO_PUBLISHER="Live Systems project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org"
|
||||
# (Default: Live Systems project; https://debian-live.alioth.debian.org/; debian-live@lists.debian.org)
|
||||
LB_ISO_PUBLISHER="Live Systems project; https://debian-live.alioth.debian.org/; debian-live@lists.debian.org"
|
||||
|
||||
# $LB_ISO_VOLUME: set iso volume (max 32 chars)
|
||||
# (Default: SVPRO_GNU)
|
||||
LB_ISO_VOLUME="SVPRO_GNU"
|
||||
# (Default: SVPROGNU-11)
|
||||
LB_ISO_VOLUME="SVPROGNU-11"
|
||||
|
||||
# $LB_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
|
||||
# (Default: unset)
|
||||
|
@ -98,12 +98,12 @@ LB_JFFS2_ERASEBLOCK=""
|
|||
LB_MEMTEST="none"
|
||||
|
||||
# $LB_LOADLIN: set loadlin
|
||||
# (Default: false)
|
||||
LB_LOADLIN="false"
|
||||
# (Default: true)
|
||||
LB_LOADLIN="true"
|
||||
|
||||
# $LB_WIN32_LOADER: set win32-loader
|
||||
# (Default: false)
|
||||
LB_WIN32_LOADER="false"
|
||||
# (Default: true)
|
||||
LB_WIN32_LOADER="true"
|
||||
|
||||
# $LB_NET_ROOT_FILESYSTEM: set netboot filesystem
|
||||
# (Default: nfs)
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# config/bootstrap - options for live-build(7), bootstrap stage
|
||||
|
||||
# $LB_DISTRIBUTION: select distribution to use
|
||||
# (Default: buster)
|
||||
LB_DISTRIBUTION="buster"
|
||||
# (Default: bullseye)
|
||||
LB_DISTRIBUTION="bullseye"
|
||||
|
||||
# $LB_PARENT_DISTRIBUTION: select parent distribution to use
|
||||
# (Default: buster)
|
||||
LB_PARENT_DISTRIBUTION="buster"
|
||||
# (Default: bullseye)
|
||||
LB_PARENT_DISTRIBUTION="bullseye"
|
||||
|
||||
# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
|
||||
# (Default: buster)
|
||||
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="buster"
|
||||
# (Default: bullseye)
|
||||
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="bullseye"
|
||||
|
||||
# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
|
||||
# (Default: http://deb.debian.org/debian/)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
[Image]
|
||||
Architecture: amd64
|
||||
Archive-Areas: main contrib non-free
|
||||
Distribution: buster
|
||||
Distribution: bullseye
|
||||
Mirror-Bootstrap: http://deb.debian.org/debian/
|
||||
|
||||
[FIXME]
|
||||
Configuration-Version: 1:20191221
|
||||
Name: live_svpro_gnu
|
||||
Configuration-Version: 1:20190311
|
||||
Name: live-image
|
||||
Type: iso-hybrid
|
||||
|
|
|
@ -25,8 +25,8 @@ LB_LINUX_FLAVOURS="amd64"
|
|||
LB_LINUX_PACKAGES="linux-image linux-headers"
|
||||
|
||||
# $LB_SECURITY: enable security updates
|
||||
# (Default: true)
|
||||
LB_SECURITY="true"
|
||||
# (Default: false)
|
||||
LB_SECURITY="false"
|
||||
|
||||
# $LB_UPDATES: enable updates updates
|
||||
# (Default: true)
|
||||
|
|
|
@ -62,7 +62,6 @@ chromium-l10n
|
|||
|
||||
# Education
|
||||
gcompris
|
||||
childsplay
|
||||
|
||||
# Virtualisation
|
||||
spice-vdagent
|
||||
|
|
Loading…
Reference in New Issue