Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: dracut: update to 059
Date: Wed, 18 Jan 2023 19:01:44 +0100	[thread overview]
Message-ID: <20230118180144.Ho0Mi9ckRKBGJpAenO_FKSIfLmqW8WcI855WeJyRJ7w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41716@inbox.vuxu.org>

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41716#issuecomment-1387485305

Comment:
just built dracut from this branch, it does not work with [mklive](https://github.com/void-linux/void-mklive).

```
$ make
...
$ doas ./build-x86-images.sh -a x86_64 -b xfce -r ~/void/packages/hostdir/binpkgs/LaszloGombos/master/
...
[5/9] Generating initramfs image (xz)...
dracut: Executing: /usr/bin/dracut -N --xz --add-drivers ahci --force-add "vmklive autoinstaller" --omit systemd /boot/initrd 6.1.6_1
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'network' depends on 'network-manager', which can't be installed
dracut: dracut module 'autoinstaller' depends on 'network', which can't be installed
dracut: dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found!
dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!
dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
dracut: dracut module 'url-lib' will not be installed, because command 'curl' could not be found!
dracut: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!
dracut: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found!
dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
dracut: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
dracut: 95nfs: Could not find any command of 'rpcbind portmap'!
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: dracut module 'autoinstaller' cannot be found or installed.
ERROR: Failed to generate the initramfs
```
autoinstaller is from [here](https://github.com/void-linux/void-mklive/tree/master/dracut/autoinstaller)

relevant lines appear to be:
```
dracut: dracut module 'network' depends on 'network-manager', which can't be installed
dracut: dracut module 'autoinstaller' depends on 'network', which can't be installed
dracut: dracut module 'autoinstaller' cannot be found or installed.
```

  parent reply	other threads:[~2023-01-18 18:01 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18 13:31 [PR PATCH] " LaszloGombos
2023-01-18 13:34 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-18 13:38 ` LaszloGombos
2023-01-18 13:42 ` LaszloGombos
2023-01-18 13:56 ` LaszloGombos
2023-01-18 14:02 ` LaszloGombos
2023-01-18 15:21 ` motorto
2023-01-18 16:15 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-18 17:06 ` zdykstra
2023-01-18 17:25 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-18 17:27 ` LaszloGombos
2023-01-18 17:31 ` zdykstra
2023-01-18 17:58 ` classabbyamp
2023-01-18 17:59 ` classabbyamp
2023-01-18 17:59 ` classabbyamp
2023-01-18 18:01 ` classabbyamp [this message]
2023-01-18 18:02 ` classabbyamp
2023-01-18 18:05 ` classabbyamp
2023-01-18 18:31 ` LaszloGombos
2023-01-18 18:32 ` LaszloGombos
2023-01-18 18:52 ` LaszloGombos
2023-01-18 20:16 ` LaszloGombos
2023-01-18 20:28 ` LaszloGombos
2023-01-18 21:00 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-18 21:01 ` LaszloGombos
2023-01-18 21:22 ` zdykstra
2023-01-18 21:34 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-18 21:35 ` LaszloGombos
2023-01-18 21:44 ` LaszloGombos
2023-01-19  0:12 ` mhmdanas
2023-01-19  0:58 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-19  3:02 ` LaszloGombos
2023-01-19  3:05 ` LaszloGombos
2023-01-19  3:26 ` LaszloGombos
2023-01-19  5:07 ` [PR REVIEW] " ahesford
2023-01-19  5:25 ` ahesford
2023-01-19 17:37 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-19 17:38 ` [PR REVIEW] " LaszloGombos
2023-01-19 18:03 ` [PR PATCH] [Updated] " ahesford
2023-01-19 18:05 ` [PR REVIEW] " ahesford
2023-01-19 18:05 ` ahesford
2023-01-19 19:10 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-19 19:41 ` [PR REVIEW] " LaszloGombos
2023-01-19 20:13 ` classabbyamp
2023-01-19 20:16 ` [PR REVIEW] " ahesford
2023-01-19 20:30 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-19 20:30 ` [PR REVIEW] " LaszloGombos
2023-01-19 20:33 ` [PR PATCH] [Updated] " LaszloGombos
2023-01-21 14:49 ` motorto
2023-01-22  1:52 ` classabbyamp
2023-01-22  1:55 ` classabbyamp
2023-01-22  2:55 ` [PR PATCH] [Merged]: " ahesford
2023-03-02  1:22 ` LaszloGombos
2023-03-02  1:30 ` zdykstra

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=20230118180144.Ho0Mi9ckRKBGJpAenO_FKSIfLmqW8WcI855WeJyRJ7w@z \
    --to=classabbyamp@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).