OSDN Git Service

[fix] : Fixed the problem that EFI boot cannot be performed with the rt-lts kernel.
authorhayao <shun819.mail@gmail.com>
Sun, 1 Mar 2020 06:39:55 +0000 (15:39 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 1 Mar 2020 06:40:02 +0000 (15:40 +0900)
syslinux/archiso_sys/archiso_pxe-rt-lts.cfg [deleted file]
syslinux/archiso_sys/archiso_sys-rt-lts.cfg [new file with mode: 0644]

diff --git a/syslinux/archiso_sys/archiso_pxe-rt-lts.cfg b/syslinux/archiso_sys/archiso_pxe-rt-lts.cfg
deleted file mode 100644 (file)
index d1b62b8..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-INCLUDE boot/syslinux/archiso_head.cfg
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
-
-INCLUDE boot/syslinux/archiso_tail.cfg
diff --git a/syslinux/archiso_sys/archiso_sys-rt-lts.cfg b/syslinux/archiso_sys/archiso_sys-rt-lts.cfg
new file mode 100644 (file)
index 0000000..32248a9
--- /dev/null
@@ -0,0 +1,13 @@
+INCLUDE boot/syslinux/archiso_head.cfg
+
+LABEL arch64
+TEXT HELP
+Boot the Alter Linux (x86_64) live medium.
+It allows you to install Alter Linux or perform system maintenance.
+ENDTEXT
+MENU LABEL Boot Alter Linux (x86_64)
+LINUX boot/x86_64/vmlinuz-linux-rt-lts
+INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
+
+INCLUDE boot/syslinux/archiso_tail.cfg