You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your works on those kickstart file, after a try; the Rocky-9-Azure-LVM.ks recipe do not works as expected.
Indeed:
dnf install command are not able to reach network and do not know the value of releasever
Unable to detect release version (use '--releasever' to specify release version)
Rocky Linux $releasever - BaseOS 0.0 B/s | 0 B 00:00
Errors during downloading metadata for repository 'baseos':
- Curl error (6): Couldn't resolve host name for https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=BaseOS-$releasever [Could not resolve host: mirrors.rockylinux.org]
Error: Failed to download metadata for repo 'baseos': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=BaseOS-$releasever [Could not resolve host: mirrors.rockylinux.org]
dracut: WARNING: <key>+=" <values> ": <values> should have surrounding white spaces!
dracut: WARNING: This will lead to unwanted side effects! Please fix the configuration file.
dracut: Cannot find module directory /lib/modules/6.8.9-300.fc40.x86_64/
dracut: and --no-kernel was not specified
sed do not works
sed: can't read /etc/yum/pluginconf.d/product-id.conf: No such file or directory
sed: can't read /etc/yum/pluginconf.d/subscription-manager.conf: No such file or directory
Missing tools
/tmp/ks-script-0v7t0w9h: line 9: grub2-install: command not found
/tmp/ks-script-0v7t0w9h: line 13: parted: command not found
As the command LANG=C sudo livecd-creator --verbose --fslabel=Rocky-9-Azure --config=Rocky-9-Azure-LVM.ks --cache=/var/cache/live is able to generate the .iso file I suspect that those error was not seen
The text was updated successfully, but these errors were encountered:
Dear,
Thanks for your works on those kickstart file, after a try; the Rocky-9-Azure-LVM.ks recipe do not works as expected.
Indeed:
dnf install
command are not able to reach network and do not know the value ofreleasever
auth
is deprecatedmissing repo statement
I added these lines
As the command
LANG=C sudo livecd-creator --verbose --fslabel=Rocky-9-Azure --config=Rocky-9-Azure-LVM.ks --cache=/var/cache/live
is able to generate the.iso
file I suspect that those error was not seenThe text was updated successfully, but these errors were encountered: