Bug#811243: base-installer: shouldn't assume that file protocol is only used for CD (image) installs

2016-08-07 Thread Guilhem Moulin
Hi there, On Mon, 18 Jan 2016 at 17:32:40 +0100, Guilhem Moulin wrote: >> Having file:// as mirror URI looks like a reasonable/valid use case to >> me, we should fix support for it. > > Great! I tried the two attached patches: they both work fine for me, > but I've not tried other installation s

Bug#811243: base-installer: shouldn't assume that file protocol is only used for CD (image) installs

2016-01-18 Thread Guilhem Moulin
Control: tag -1 patch Hi Cyril, On Sun, 17 Jan 2016 at 09:57:27 +0100, Cyril Brulebois wrote: > No need to set this tag for packages maintained by debian-boot. ;) I wasn't sure; thanks for confirming this :-P > [ Only skimming over the bug report for now, lacking time to double > check everythi

Bug#811243: base-installer: shouldn't assume that file protocol is only used for CD (image) installs

2016-01-17 Thread Cyril Brulebois
Control: tag -1 - d-i Hi, Guilhem Moulin (2016-01-17): > Package: base-installer > Version: 1.160 > Severity: normal > Tags: d-i No need to set this tag for packages maintained by debian-boot. ;) [ Only skimming over the bug report for now, lacking time to double check everything and commit/te

Bug#811243: base-installer: shouldn't assume that file protocol is only used for CD (image) installs

2016-01-16 Thread Guilhem Moulin
Package: base-installer Version: 1.160 Severity: normal Tags: d-i Hi there, The following snippet can be found in library.sh: # Assumes the file protocol is only used for CD (image) installs configure_apt () { if [ "$PROTOCOL" = file ]; then […] if