[neon/neon/livecd-rootfs/Neon/release] live-build/ubuntu-cpc/hooks.d/base: Add an additional subdir.

Heinrich Schuchardt null at kde.org
Mon Nov 28 10:16:27 GMT 2022


Git commit 0fa7ab23ed0c8fbf46f64541243903ec520e91d1 by Heinrich Schuchardt, on behalf of Ɓukasz 'sil2100' Zemczak.
Committed on 17/11/2022 at 10:21.
Pushed by jriddell into branch 'Neon/release'.

Add an additional subdir.

M  +1    -1    live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary
R  +0    -0    live-build/ubuntu-cpc/hooks.d/base/riscv64/initramfs-tools/modules_list.conf [from: live-build/ubuntu-cpc/hooks.d/base/initramfs-tools/modules_list.conf - 100% similarity]

https://invent.kde.org/neon/neon/livecd-rootfs/commit/0fa7ab23ed0c8fbf46f64541243903ec520e91d1

diff --git a/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary b/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary
index 6ba378ea..0610e413 100755
--- a/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary
+++ b/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary
@@ -270,7 +270,7 @@ install_grub() {
                         local my_d=$(dirname $(readlink -f ${0}))
                         echo "Reducing initramfs size for ${SUBARCH} board"
                         mkdir -p mountpoint/etc/initramfs-tools/conf.d/
-                        cp ${my_d}/initramfs-tools/modules_list.conf mountpoint/etc/initramfs-tools/conf.d/
+                        cp ${my_d}/riscv64/initramfs-tools/modules_list.conf mountpoint/etc/initramfs-tools/conf.d/
                         chroot mountpoint update-initramfs -c -v -k all
                         echo "Installing U-Boot for ${SUBARCH} board"
                         # flash-kernel is needed to install the dtb for update-grub: it uses the
diff --git a/live-build/ubuntu-cpc/hooks.d/base/initramfs-tools/modules_list.conf b/live-build/ubuntu-cpc/hooks.d/base/riscv64/initramfs-tools/modules_list.conf
similarity index 100%
rename from live-build/ubuntu-cpc/hooks.d/base/initramfs-tools/modules_list.conf
rename to live-build/ubuntu-cpc/hooks.d/base/riscv64/initramfs-tools/modules_list.conf



More information about the Neon-commits mailing list