Skip to content

Commit

Permalink
change defaults to buster
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Mar 7, 2019
1 parent 437b82d commit 0440d4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion conf/NFSROOT
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PACKAGES install-norec AMD64
grub-pc
efibootmgr
linux-image-amd64
#linux-image-amd64/stretch-backports # if you want to use a newer kernel
#linux-image-amd64/buster-backports # if you want to use a newer kernel

PACKAGES install-norec ARM64
grub-efi-arm64
Expand Down
2 changes: 1 addition & 1 deletion conf/nfsroot.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For a detailed description see nfsroot.conf(5)

# "<suite> <mirror>" for debootstrap
FAI_DEBOOTSTRAP="stretch http://deb.debian.org/debian"
FAI_DEBOOTSTRAP="buster http://deb.debian.org/debian"
FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'

NFSROOT=/srv/fai/nfsroot
Expand Down
10 changes: 5 additions & 5 deletions conf/sources.list
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# These lines should work for many sites

deb http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb http://deb.debian.org/debian stretch-backports main contrib non-free
deb http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian-security buster/updates main contrib non-free
#deb http://deb.debian.org/debian buster-backports main contrib non-free

# repository that may contain newer fai packages for stretch
deb [trusted=yes] http://fai-project.org/download stretch koeln
# repository that may contain newer fai packages for buster
deb [trusted=yes] http://fai-project.org/download buster koeln
4 changes: 2 additions & 2 deletions utils/mkdebmirror
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ excl="--exclude=-dbg_ --exclude=debian-installer-netboot-images --include=libc6-

debug="$@"
arch=amd64
dist=stretch,stretch-backports
dist=buster,buster-backports

destdir=/files/scratch/debmirror
sect="--section main,contrib,non-free"
Expand All @@ -38,4 +38,4 @@ update_from deb.debian.org --getcontents $*

# even one should not mirror the security site, but I will do it.
echo "------------------ create mirror for debian-security ------------------"
debmirror --keyring /usr/share/keyrings/debian-archive-keyring.gpg --method=http $excl $destdir/debian-security $allopt --host=deb.debian.org -r debian-security $sect -d stretch/updates $*
debmirror --keyring /usr/share/keyrings/debian-archive-keyring.gpg --method=http $excl $destdir/debian-security $allopt --host=deb.debian.org -r debian-security $sect -d buster/updates $*

0 comments on commit 0440d4b

Please sign in to comment.