Skip to content

Commit

Permalink
ramdisk: fix
Browse files Browse the repository at this point in the history
Signed-off-by: AuxXxilium <[email protected]>
  • Loading branch information
AuxXxilium committed Aug 31, 2024
1 parent 45f5b80 commit eb48f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/initrd/opt/arc/ramdisk-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ gzip -dc "${LKMS_PATH}/rp-${PLATFORM}-${KVERP}-${LKM}.ko.gz" >"${RAMDISK_PATH}/u

# Addons
echo "Create addons.sh" >"${LOG_FILE}"
rm -rf "${RAMDISK_PATH}/addons" >/dev/null 2>&1 || true
mkdir -p "${RAMDISK_PATH}/addons"
echo "#!/bin/sh" >"${RAMDISK_PATH}/addons/addons.sh"
echo 'echo "addons.sh called with params ${@}"' >>"${RAMDISK_PATH}/addons/addons.sh"
Expand Down

0 comments on commit eb48f87

Please sign in to comment.