From 1ea0ce6ef4b636456b9517bb855e1c0604466a3d Mon Sep 17 00:00:00 2001 From: Robin de Rooij Date: Fri, 14 May 2021 23:25:09 +0200 Subject: [PATCH] Remove unnecessary symlink (MR 2057) In the new initramfs creation for Nvidia blob files, we move the newly created blob to be the normal boot image. Therefore, no seperate boot image exists, it just overwrites the old one and does not need a seperate symlink. --- pmb/export/symlinks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pmb/export/symlinks.py b/pmb/export/symlinks.py index 8adb655c..3285554d 100644 --- a/pmb/export/symlinks.py +++ b/pmb/export/symlinks.py @@ -20,7 +20,6 @@ def symlinks(args, flavor, folder): info = { "boot.img-" + flavor: "Fastboot compatible boot.img file," " contains initramfs and kernel", - "blob-" + flavor: "Asus boot blob for TF101", "initramfs-" + flavor: "Initramfs", "initramfs-" + flavor + "-extra": "Extra initramfs files in /boot", "uInitrd-" + flavor: "Initramfs, legacy u-boot image format",