[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70843: [PATCH] guix-install.sh: Relax check for OpenRC.
From: |
Ludovic Courtès |
Subject: |
bug#70843: [PATCH] guix-install.sh: Relax check for OpenRC. |
Date: |
Sun, 02 Jun 2024 11:41:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Tomas Volf <~@wolfsden.cz> skribis:
> On my virtual private servers running Alpine, the install script failed to
> identify the init system. The virtual server is LXC based, and OpenRC
> identifies itself like this:
>
> # openrc --version
> openrc (OpenRC [LXC]) 0.52.1
>
> The regular expression failed to match it. After relaxing the check (by
> removing the trailing `)' requirement) the installation went fine and I got
> functional Guix installation.
>
> * etc/guix-install.sh (chk_init_sys): Drop trailing \) from the regular
> expression.
>
> Change-Id: I5f951226341e631fb34cc6c26cfbb87656dab77a
Applied, thanks!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#70843: [PATCH] guix-install.sh: Relax check for OpenRC.,
Ludovic Courtès <=