The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/116
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 2b79ae4533821886d23cf9b9b39d7129dd6e9c69 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Tue, 3 Mar 2020 09:26:42 +0100 Subject: [PATCH] images/fedora: Fix root= kernel cmdline Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- images/fedora.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/images/fedora.yaml b/images/fedora.yaml index 69941b0..5d1f47d 100644 --- a/images/fedora.yaml +++ b/images/fedora.yaml @@ -243,6 +243,7 @@ actions: set -eux grub2-mkconfig -o $(readlink -f /etc/grub2-efi.cfg) + sed -i "s#root=[^ ]*#root=/dev/sda2#g" /etc/grub2-efi.cfg # Regenerate initramfs kver=$(ls /boot/initramfs-*.img | sed -r 's#.*initramfs-(.+)\.img#\1#')
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel