Skip to content

Commit

Permalink
ERL-212: nemos-images-*: qemu-*: remove initrd link
Browse files Browse the repository at this point in the history
This link is not required as Grub automatically handles this.

Signed-off-by: Isaac True <isaac.true@canonical.com>
  • Loading branch information
IsaacJT committed Aug 16, 2023
1 parent e1cd5a8 commit dac38f0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 40 deletions.
5 changes: 0 additions & 5 deletions nemos-images-minimal-lunar/qemu-amd64/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

set -ex

#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-*-s32 /boot/initrd

#=======================================
# Force delete packages not needed/wanted
#---------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions nemos-images-minimal-lunar/qemu-arm64/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

set -ex

#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-* /boot/initrd

#=======================================
# Force delete packages not needed/wanted
#---------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions nemos-images-minimal-mantic/qemu-amd64/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

set -ex

#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-*-s32 /boot/initrd

#=======================================
# Force delete packages not needed/wanted
#---------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions nemos-images-minimal-mantic/qemu-arm64/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

set -ex

#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-* /boot/initrd

#=======================================
# Force delete packages not needed/wanted
#---------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions nemos-images-reference-lunar/qemu-amd64/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

set -ex

#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-* /boot/initrd

#=======================================
# Force delete packages not needed/wanted
#---------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions nemos-images-reference-lunar/qemu-arm64/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

set -ex

#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-* /boot/initrd

#=======================================
# Force delete packages not needed/wanted
#---------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions nemos-images-reference-mantic/qemu-amd64/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

set -ex

#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-* /boot/initrd

#=======================================
# Force delete packages not needed/wanted
#---------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions nemos-images-reference-mantic/qemu-arm64/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

set -ex

#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-* /boot/initrd

#=======================================
# Force delete packages not needed/wanted
#---------------------------------------
Expand Down

0 comments on commit dac38f0

Please sign in to comment.