-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mklive command error: dracut module 'autoinstaller' cannot be found or installed #285
Comments
I can only repro this with |
I've just finished trying adding one of the 68 packages in base-system and it always failed. Maybe it's a combination of more than a package. Defaulting to base-system instead of base-minimal for now. It would be good to make it working also with base-minimal. |
You can check which binaries it installs and which package provides those,
that should tell you what is missing.
…On Fri, Oct 7, 2022, 4:16 PM Rockyjoe ***@***.***> wrote:
I've just finished trying adding one of the 68 packages in base-system and
it always failed. Maybe it's a combination of more than a package.
Defaulting to base-system instead of base-minimal for now. It would be good
to make it working also with base-minimal.
—
Reply to this email directly, view it on GitHub
<#285 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARW3FSDJ3TYF57RPYO2G43WCCHLJANCNFSM6AAAAAAQ7SCYWE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I wasn't clear with my previous statement. I tried to add with the |
so, after some attempts I was able to properly build a custom void live image using the base-minimal system package by adding to the What's the right way to request to add those two packages to the base-minimal system package in order to have a smooth image creation? Down below the partial (only the dracut lines) output of the mklive.sh I run. Full output available here [6/10] Generating initramfs image (xz)... |
closing this issue as base-minimal is not meant for live images but instead of docker containers and the like. base-voidstrap has to be used for to get an image slimmer than base-system |
Hello team,
I am trying to build a custom image by running the following command.
[root@ivan-laptop void-mklive]# ./mklive.sh -a x86_64-musl -k it -b base-minimal -p "neovim htop dhcpcd docker docker-cli docker-compose openssh openssl sqlite" -v "linux5.19" -I ./include-dir -S "sshd dhcpcd" -C " net.ifnames=0"
But I am getting the following error message:
...
[6/10] Generating initramfs image (xz)...
findmnt: can't read /proc/mounts: No such file or directory
dracut: Executing: /usr/bin/dracut -N --xz --add-drivers ahci --force-add "vmklive autoinstaller" --omit systemd /boot/initrd 5.19.13_1
dracut: dracut module 'mksh' will not be installed, because command '/bin/mksh' could not be found!
[...]
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack
[...]
dracut: dracut module 'autoinstaller' cannot be found or installed.
ERROR: Failed to generate the initramfs
Full output is available at this pastebin link
Can anybody point me towards what I am doing wrong? Thanks!
The text was updated successfully, but these errors were encountered: