modified: .github/workflows/patch_v7.yml

This commit is contained in:
elseif
2026-08-31 05:57:47 +08:00
parent 6f9b747f25
commit 30a2ac1979

View File

@@ -517,7 +517,7 @@ jobs:
LABEL alpine
MENU LABEL Boot Alpine Linux
KERNEL vmlinuz
APPEND initrd=initramfs.xz debug
APPEND initrd=initramfs.xz
EOF
sudo mount -o loop $BUILD_DIR/new_iso/efiboot.img $BUILD_DIR/efiboot
python3 patch.py kernel $BUILD_DIR/efiboot/linux.x86_64 -O $BUILD_DIR/new_iso/isolinux/linux
@@ -541,7 +541,6 @@ jobs:
menuentry "Alpine Linux" {
loader /vmlinuz
initrd /initramfs.xz
options "debug"
}
default_selection /EFI/BOOT/BOOTX64.EFI
EOF