This commit is contained in:
svnet 2022-11-17 22:31:50 +01:00
parent 976b4ced94
commit 2a0134b5c8
6 changed files with 25 additions and 25 deletions

View File

@ -20,4 +20,5 @@ lb config noauto \
--iso-application "SVPROGNU-11" \ --iso-application "SVPROGNU-11" \
--backports "false" \ --backports "false" \
--updates "true" \ --updates "true" \
--security "false" \
"${@}" "${@}"

View File

@ -47,7 +47,7 @@ LB_DEBIAN_INSTALLER="live"
# $LB_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite # $LB_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite
# (Default: empty) # (Default: empty)
LB_DEBIAN_INSTALLER_DISTRIBUTION="buster" LB_DEBIAN_INSTALLER_DISTRIBUTION="bullseye"
# $LB_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url # $LB_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url
# (Default: ) # (Default: )
@ -74,20 +74,20 @@ LB_HDD_SIZE="auto"
LB_HDD_PARTITION_START="" LB_HDD_PARTITION_START=""
# $LB_ISO_APPLICATION: set iso author # $LB_ISO_APPLICATION: set iso author
# (Default: SVPRO_GNU) # (Default: SVPROGNU-11)
LB_ISO_APPLICATION="SVPRO_GNU" LB_ISO_APPLICATION="SVPROGNU-11"
# $LB_ISO_PREPARER: set iso preparer # $LB_ISO_PREPARER: set iso preparer
# (Default: 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:20191221; https://salsa.debian.org/live-team/live-build" LB_ISO_PREPARER="live-build 1:20190311; https://debian-live.alioth.debian.org/live-build"
# $LB_ISO_PUBLISHER: set iso publisher # $LB_ISO_PUBLISHER: set iso publisher
# (Default: 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://wiki.debian.org/DebianLive; 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) # $LB_ISO_VOLUME: set iso volume (max 32 chars)
# (Default: SVPRO_GNU) # (Default: SVPROGNU-11)
LB_ISO_VOLUME="SVPRO_GNU" LB_ISO_VOLUME="SVPROGNU-11"
# $LB_JFFS2_ERASEBLOCK: set jffs2 eraseblock size # $LB_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
# (Default: unset) # (Default: unset)
@ -98,12 +98,12 @@ LB_JFFS2_ERASEBLOCK=""
LB_MEMTEST="none" LB_MEMTEST="none"
# $LB_LOADLIN: set loadlin # $LB_LOADLIN: set loadlin
# (Default: false) # (Default: true)
LB_LOADLIN="false" LB_LOADLIN="true"
# $LB_WIN32_LOADER: set win32-loader # $LB_WIN32_LOADER: set win32-loader
# (Default: false) # (Default: true)
LB_WIN32_LOADER="false" LB_WIN32_LOADER="true"
# $LB_NET_ROOT_FILESYSTEM: set netboot filesystem # $LB_NET_ROOT_FILESYSTEM: set netboot filesystem
# (Default: nfs) # (Default: nfs)

View File

@ -1,16 +1,16 @@
# config/bootstrap - options for live-build(7), bootstrap stage # config/bootstrap - options for live-build(7), bootstrap stage
# $LB_DISTRIBUTION: select distribution to use # $LB_DISTRIBUTION: select distribution to use
# (Default: buster) # (Default: bullseye)
LB_DISTRIBUTION="buster" LB_DISTRIBUTION="bullseye"
# $LB_PARENT_DISTRIBUTION: select parent distribution to use # $LB_PARENT_DISTRIBUTION: select parent distribution to use
# (Default: buster) # (Default: bullseye)
LB_PARENT_DISTRIBUTION="buster" LB_PARENT_DISTRIBUTION="bullseye"
# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use # $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
# (Default: buster) # (Default: bullseye)
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="buster" LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="bullseye"
# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from # $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
# (Default: http://deb.debian.org/debian/) # (Default: http://deb.debian.org/debian/)

View File

@ -1,10 +1,10 @@
[Image] [Image]
Architecture: amd64 Architecture: amd64
Archive-Areas: main contrib non-free Archive-Areas: main contrib non-free
Distribution: buster Distribution: bullseye
Mirror-Bootstrap: http://deb.debian.org/debian/ Mirror-Bootstrap: http://deb.debian.org/debian/
[FIXME] [FIXME]
Configuration-Version: 1:20191221 Configuration-Version: 1:20190311
Name: live_svpro_gnu Name: live-image
Type: iso-hybrid Type: iso-hybrid

View File

@ -25,8 +25,8 @@ LB_LINUX_FLAVOURS="amd64"
LB_LINUX_PACKAGES="linux-image linux-headers" LB_LINUX_PACKAGES="linux-image linux-headers"
# $LB_SECURITY: enable security updates # $LB_SECURITY: enable security updates
# (Default: true) # (Default: false)
LB_SECURITY="true" LB_SECURITY="false"
# $LB_UPDATES: enable updates updates # $LB_UPDATES: enable updates updates
# (Default: true) # (Default: true)

View File

@ -62,7 +62,6 @@ chromium-l10n
# Education # Education
gcompris gcompris
childsplay
# Virtualisation # Virtualisation
spice-vdagent spice-vdagent