Github messages for voidlinux
 help / color / mirror / Atom feed
From: dataCobra <dataCobra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Package glibc-locales gets only installed on "-musl" systems
Date: Fri, 05 Aug 2022 15:07:26 +0200	[thread overview]
Message-ID: <20220805130726.G4JKNrY4Sb9UnuFs6SFlnOYXDhPAkLj2U-JSdELfw3k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38482@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1838 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/issues/38482#issuecomment-1206440423

Comment:
Hey @paper42,

I see that my bugreport is a bit misleading now after I realized that I read the case statement
wrong...

The bugreport is still active because glibc-locales didn't get installed on two freshinstalls I
did yesterday and today. With usage of the official documentation (Installation via chroot).

Here's my documentation about what I've done before I checked for glibc-locales:
The `#` are only  german comments for my purposes.

```
* # Erstellung der LVs und Einrichtung der Dateisysteme
  # Verschluesselung des VG mit den LVs
  mkfs.vfat -F32 /dev/sda1
  mkfs.ext4 -L boot /dev/sda2
  cryptsetup luksFormat /dev/sda3
  cryptsetup luksOpen /dev/sda3 crypto
  pvcreate /dev/mapper/crypto
  vgcreate vgVoid /dev/mapper/crypto
  lvcreate -n root -L 16G vgVoid
  lvcreate -n swap -L 8G vgVoid
  lvcreate -n var -L 12G vgVoid
  lvcreate -n home -L 42G vgVoid
  mkfs.ext4 -L root /dev/vgVoid/root
  mkfs.ext4 -L var /dev/vgVoid/var
  mkfs.ext4 -L home /dev/vgVoid/home
  mkswap -L swap /dev/vgVoid/swap
* # Anlegen der Umgebung
  mkdir -v /mnt/root
  mount -v /dev/vgVoid/root /mnt/root
  mkdir -v /mnt/root/var
  mount -v /dev/vgVoid/var /mnt/root/var
  mkdir -v /mnt/root/home
  mount -v /dev/vgVoid/home /mnt/root/home
  mkdir -v /mnt/root/boot
  mount -v /dev/sda2 /mnt/root/boot
  mkdir -v /mnt/root/boot/efi
  mount -v /dev/sda1 /mnt/root/boot/efi
  swapon /dev/vgVoid/swap
* # Installation von VoidLinux
  REPO=https://repo-fi.voidlinux.org/current
  ARCH=x86_64
  mkdir -p /mnt/root/var/db/xbps/keys
  cp /var/db/xbps/keys/* /mnt/root/var/db/xbps/keys/
* XBPS_ARCH=$ARCH xbps-install -S -r /mnt/root -R "$REPO" base-minimal
```

  parent reply	other threads:[~2022-08-05 13:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05 12:42 [ISSUE] " dataCobra
2022-08-05 12:50 ` paper42
2022-08-05 13:07 ` dataCobra [this message]
2022-08-05 13:08 ` dataCobra
2022-08-05 13:09 ` dataCobra
2022-08-05 13:18 ` glibc-locales isn't installed with base-* packages paper42
2022-08-05 13:25 ` dataCobra
2022-08-05 13:32 ` dataCobra
2022-08-05 13:32 ` dataCobra
2022-08-06 10:07 ` dataCobra
2022-08-06 10:07 ` [ISSUE] [CLOSED] " dataCobra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220805130726.G4JKNrY4Sb9UnuFs6SFlnOYXDhPAkLj2U-JSdELfw3k@z \
    --to=datacobra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).