[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GPT partlabel support for Mach



наб, le dim. 14 juin 2020 23:26:03 +0200, a ecrit:
> On Sun, Jun 14, 2020 at 09:26:00PM +0200, Samuel Thibault wrote:
> > I'm surprised: the netinst CD is supposed to already install them along
> > the base system.
> I switched to the mini ISO to use only the archive as ground truth,
> since netinst one failed in the same fashion, but with more pacakges.

The mini ISO is not really to be trusted, because it doesn't contain any
.deb, so there is not guarantee that it will be installable since it
completely depends on the state of the sid distribution.

> > Yes, The latter is built and uploaded to the unreleased distrib
> > manually.
> It appears that my problem was that the installer
> (well, debootstrap, presumably?) doesn't use unreleased when
> you select sid,

"when you select sid", you mean to ran in expert mode? Perhaps there is
a bug in that case yes, could you try without going in expert mode?

That being said, as I mentioned, the packages should already be on the
netinst iso, so it shouldn't need to get them from the network archive.

> Editing the debootstrap script with this worked for me:
> -- >8 --
> --- /usr/share/debootstrap/scripts/debian-common	2020-02-27 13:16:24.000000000 +0100
> +++ /home/nabijaczleweli/uwu/debian-common	2020-06-14 23:15:18.136337209 +0200
> @@ -5,7 +5,7 @@
>  case $ARCH in
>  	alpha|ia64) LIBC="libc6.1" ;;
>  	kfreebsd-*) LIBC="libc0.1" ;;
> -	hurd-*)     LIBC="libc0.3" ;;
> +	hurd-*)     LIBC="libc0.3"; EXTRA_SUITES="$EXTRA_SUITES unreleased" ;;
>  	*)          LIBC="libc6" ;;
>  esac

This should already be automatic, see in apt-setup's generators/50mirror

Samuel


Reply to: