diff --git a/bullseye_standard/.gitignore b/bullseye_standard/.gitignore index 32ff067..be3181f 100644 --- a/bullseye_standard/.gitignore +++ b/bullseye_standard/.gitignore @@ -3,4 +3,4 @@ config info logfile rootfs -debian-10.0-standard_10.0-1_amd64.tar.gz +debian-11-standard_11.0-1_amd64.tar.gz diff --git a/bullseye_standard/README.md b/bullseye_standard/README.md index d7fa367..237d51b 100644 --- a/bullseye_standard/README.md +++ b/bullseye_standard/README.md @@ -2,5 +2,5 @@ - Built from a standard debootstrap install of Debian Bullseye - Adds any customizations such as root login enabled or SSH keys from ../Makefile.global -- Total uncompressed image size is *704 MB* -- Total compressed image size is *230 MB* +- Total uncompressed image size is *900 MB* +- Total compressed image size is *173 MB* diff --git a/bullseye_standard/dab.conf b/bullseye_standard/dab.conf index 7622940..1956865 100644 --- a/bullseye_standard/dab.conf +++ b/bullseye_standard/dab.conf @@ -1,7 +1,7 @@ Suite: bullseye CacheDir: ../cache Source: http://ftp.debian.org/debian SUITE main contrib -Source: http://security.debian.org/debian-security SUITE/updates main contrib +Source: http://security.debian.org/debian-security SUITE-security/updates main contrib Source: http://ftp.debian.org/debian SUITE-updates main contrib Architecture: amd64 Name: standard diff --git a/jessie_minimal/README.md b/jessie_minimal/README.md index d0a1f53..c144418 100644 --- a/jessie_minimal/README.md +++ b/jessie_minimal/README.md @@ -3,5 +3,5 @@ - Built from a minimal debootstrap install of Debian Jessie - Contains additional important packages such as an NTP Client and CA Certificates - Adds any customizations such as root login enabled or SSH keys from ../Makefile.global -- Total uncompressed image size is *348 MB* -- Total compressed image size is *121 MB* +- Total uncompressed image size is *646 MB* +- Total compressed image size is *137 MB*