mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-01 04:55:49 +00:00
modified: .github/workflows/patch_v7.yml
This commit is contained in:
3
.github/workflows/patch_v7.yml
vendored
3
.github/workflows/patch_v7.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user