From dac38f0020e3b3a830180df69652e1df129a206e Mon Sep 17 00:00:00 2001 From: Isaac True Date: Wed, 16 Aug 2023 16:15:09 +0200 Subject: [PATCH] ERL-212: nemos-images-*: qemu-*: remove initrd link This link is not required as Grub automatically handles this. Signed-off-by: Isaac True --- nemos-images-minimal-lunar/qemu-amd64/pre_disk_sync.sh | 5 ----- nemos-images-minimal-lunar/qemu-arm64/pre_disk_sync.sh | 5 ----- nemos-images-minimal-mantic/qemu-amd64/pre_disk_sync.sh | 5 ----- nemos-images-minimal-mantic/qemu-arm64/pre_disk_sync.sh | 5 ----- nemos-images-reference-lunar/qemu-amd64/pre_disk_sync.sh | 5 ----- nemos-images-reference-lunar/qemu-arm64/pre_disk_sync.sh | 5 ----- nemos-images-reference-mantic/qemu-amd64/pre_disk_sync.sh | 5 ----- nemos-images-reference-mantic/qemu-arm64/pre_disk_sync.sh | 5 ----- 8 files changed, 40 deletions(-) diff --git a/nemos-images-minimal-lunar/qemu-amd64/pre_disk_sync.sh b/nemos-images-minimal-lunar/qemu-amd64/pre_disk_sync.sh index 6c0dd03..4ed535d 100755 --- a/nemos-images-minimal-lunar/qemu-amd64/pre_disk_sync.sh +++ b/nemos-images-minimal-lunar/qemu-amd64/pre_disk_sync.sh @@ -3,11 +3,6 @@ set -ex -#======================================= -# Create initrd link -#--------------------------------------- -ln -sr /boot/initrd-*-s32 /boot/initrd - #======================================= # Force delete packages not needed/wanted #--------------------------------------- diff --git a/nemos-images-minimal-lunar/qemu-arm64/pre_disk_sync.sh b/nemos-images-minimal-lunar/qemu-arm64/pre_disk_sync.sh index c542944..7d35c57 100755 --- a/nemos-images-minimal-lunar/qemu-arm64/pre_disk_sync.sh +++ b/nemos-images-minimal-lunar/qemu-arm64/pre_disk_sync.sh @@ -3,11 +3,6 @@ set -ex -#======================================= -# Create initrd link -#--------------------------------------- -ln -sr /boot/initrd-* /boot/initrd - #======================================= # Force delete packages not needed/wanted #--------------------------------------- diff --git a/nemos-images-minimal-mantic/qemu-amd64/pre_disk_sync.sh b/nemos-images-minimal-mantic/qemu-amd64/pre_disk_sync.sh index 6c0dd03..4ed535d 100755 --- a/nemos-images-minimal-mantic/qemu-amd64/pre_disk_sync.sh +++ b/nemos-images-minimal-mantic/qemu-amd64/pre_disk_sync.sh @@ -3,11 +3,6 @@ set -ex -#======================================= -# Create initrd link -#--------------------------------------- -ln -sr /boot/initrd-*-s32 /boot/initrd - #======================================= # Force delete packages not needed/wanted #--------------------------------------- diff --git a/nemos-images-minimal-mantic/qemu-arm64/pre_disk_sync.sh b/nemos-images-minimal-mantic/qemu-arm64/pre_disk_sync.sh index c542944..7d35c57 100755 --- a/nemos-images-minimal-mantic/qemu-arm64/pre_disk_sync.sh +++ b/nemos-images-minimal-mantic/qemu-arm64/pre_disk_sync.sh @@ -3,11 +3,6 @@ set -ex -#======================================= -# Create initrd link -#--------------------------------------- -ln -sr /boot/initrd-* /boot/initrd - #======================================= # Force delete packages not needed/wanted #--------------------------------------- diff --git a/nemos-images-reference-lunar/qemu-amd64/pre_disk_sync.sh b/nemos-images-reference-lunar/qemu-amd64/pre_disk_sync.sh index 2be4569..4644242 100755 --- a/nemos-images-reference-lunar/qemu-amd64/pre_disk_sync.sh +++ b/nemos-images-reference-lunar/qemu-amd64/pre_disk_sync.sh @@ -3,11 +3,6 @@ set -ex -#======================================= -# Create initrd link -#--------------------------------------- -ln -sr /boot/initrd-* /boot/initrd - #======================================= # Force delete packages not needed/wanted #--------------------------------------- diff --git a/nemos-images-reference-lunar/qemu-arm64/pre_disk_sync.sh b/nemos-images-reference-lunar/qemu-arm64/pre_disk_sync.sh index 2be4569..4644242 100755 --- a/nemos-images-reference-lunar/qemu-arm64/pre_disk_sync.sh +++ b/nemos-images-reference-lunar/qemu-arm64/pre_disk_sync.sh @@ -3,11 +3,6 @@ set -ex -#======================================= -# Create initrd link -#--------------------------------------- -ln -sr /boot/initrd-* /boot/initrd - #======================================= # Force delete packages not needed/wanted #--------------------------------------- diff --git a/nemos-images-reference-mantic/qemu-amd64/pre_disk_sync.sh b/nemos-images-reference-mantic/qemu-amd64/pre_disk_sync.sh index 2be4569..4644242 100755 --- a/nemos-images-reference-mantic/qemu-amd64/pre_disk_sync.sh +++ b/nemos-images-reference-mantic/qemu-amd64/pre_disk_sync.sh @@ -3,11 +3,6 @@ set -ex -#======================================= -# Create initrd link -#--------------------------------------- -ln -sr /boot/initrd-* /boot/initrd - #======================================= # Force delete packages not needed/wanted #--------------------------------------- diff --git a/nemos-images-reference-mantic/qemu-arm64/pre_disk_sync.sh b/nemos-images-reference-mantic/qemu-arm64/pre_disk_sync.sh index 2be4569..4644242 100755 --- a/nemos-images-reference-mantic/qemu-arm64/pre_disk_sync.sh +++ b/nemos-images-reference-mantic/qemu-arm64/pre_disk_sync.sh @@ -3,11 +3,6 @@ set -ex -#======================================= -# Create initrd link -#--------------------------------------- -ln -sr /boot/initrd-* /boot/initrd - #======================================= # Force delete packages not needed/wanted #---------------------------------------