Skip to content

Commit abfe657

Browse files
authored
Update create_release_arm.yml
1 parent 90d96f4 commit abfe657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create_release_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ jobs:
150150
}
151151
{ print }
152152
' $PACKAGE/grub/grub.cfg > $PACKAGE/grub/grub.cfg.tmp && mv $PACKAGE/grub/grub.cfg.tmp $PACKAGE/grub/grub.cfg
153-
154153
sed -i '/menuentry "MOS" {/a\ # If necessary uncomment the following line and add your device tree file to the root from your boot device\n #devicetree /rk3588-orangepi-5-plus.dtb' $PACKAGE/grub/grub.cfg
154+
sed -i 's|\initrd /microcode /rootfs|initrd /rootfs|' $PACKAGE/grub/grub.cfg
155155
156156
# Create zip archive from package directory
157157
cd $PACKAGE

0 commit comments

Comments
 (0)