Bug#640992: updated patch for debootstrap 1.33

2023-12-20 Thread Federico Grau
diff --git a/debootstrap b/debootstrap index a29d289..9fdd736 100755 --- a/debootstrap +++ b/debootstrap @@ -470,6 +470,19 @@ if ! doing_variant fakechroot && command -v apt-config >/dev/null; then fi fi +### +# keep a

Bug#987699: image screenshot of blocked kernel command line text

2021-04-29 Thread Federico Grau
Attached is a 30KB image screenshot of the blocked kernel command line text. signature.asc Description: PGP signature

Bug#987699: installation-reports: bullseye background art covers kernel commandline on legacy BIOS

2021-04-27 Thread Federico Grau
Package: installation-reports Severity: normal Boot method: netinst ISO image for kvm VM Image version: https://cdimage.debian.org/cdimage/bullseye_di_rc1/amd64/iso-cd/debian-bullseye-DI-rc1-amd64-netinst.iso 2021-04-23 Date: 2021-04-27 21:00 UTC-4 Machine: VM Partitions: N/A Base System Ins

bump - checking per status of debootsrap patch #640992

2021-01-30 Thread Federico Grau
Hello Debian Installer Team, I'm checking per the status or questions regarding my debootstrap patch that provides apt proxy support (#640992). https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640992#12 The patch should apply cleanly to current salsa git head, and has been working well i

Bug#640992: please improve proxy support

2020-12-18 Thread Federico Grau
Control: tag -1 +patch * diff --git a/debootstrap b/debootstrap index 8fbf954..d4dfea2 100755 --- a/debootstrap +++ b/debootstrap @@ -447,6 +447,19 @@ if ! doing_variant fakechroot && command -v apt-config >/dev/null; then fi fi +###