Skip to content

Commit

Permalink
ERL-270: nemos-images-*: s32g274ardb2: fix symlink path
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac True <isaac.true@canonical.com>
  • Loading branch information
IsaacJT committed Sep 11, 2023
1 parent 9887fb3 commit 1e1a4fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nemos-images-minimal-lunar/s32g274ardb2/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex
#=======================================
# Create initrd link
#---------------------------------------
ln -svr /boot/initrd-* /boot/initrd
ln -svr /boot/initrd* /boot/initrd

#=======================================
# Copy bootloader files to /boot so they can be deleted from root later
Expand Down
2 changes: 1 addition & 1 deletion nemos-images-minimal-mantic/s32g274ardb2/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex
#=======================================
# Create initrd link
#---------------------------------------
ln -svr /boot/initrd-* /boot/initrd
ln -svr /boot/initrd* /boot/initrd

#=======================================
# Copy bootloader files to /boot so they can be deleted from root later
Expand Down
2 changes: 1 addition & 1 deletion nemos-images-reference-lunar/s32g274ardb2/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex
#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-* /boot/initrd
ln -svr /boot/initrd* /boot/initrd

#=======================================
# Copy bootloader files to /boot so they can be deleted from root later
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex
#=======================================
# Create initrd link
#---------------------------------------
ln -sr /boot/initrd-* /boot/initrd
ln -svr /boot/initrd* /boot/initrd

#=======================================
# Copy bootloader files to /boot so they can be deleted from root later
Expand Down

0 comments on commit 1e1a4fa

Please sign in to comment.