OSDN Git Service

[fix] : Use fullpath in syslinux config
authorhayao <hayao@fascode.net>
Sat, 27 Mar 2021 14:08:30 +0000 (23:08 +0900)
committerhayao <hayao@fascode.net>
Sat, 27 Mar 2021 14:08:38 +0000 (23:08 +0900)
syslinux/archiso_pxe_nosplash.cfg
syslinux/archiso_pxe_splash.cfg
syslinux/archiso_select.cfg
syslinux/archiso_sys_nosplash.cfg
syslinux/archiso_sys_rescue.cfg
syslinux/archiso_sys_splash.cfg

index 5660a5d..5f4ab56 100644 (file)
@@ -5,35 +5,35 @@
 # (c) 2019-2021 Fascode Network.
 #
 
-LABEL arch_%ARCH%_nbd
+LABEL alter_%ARCH%_nbd
 TEXT HELP
 Boot the %OS_NAME% (%ARCH%) live medium (Using NBD).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%) (NBD)
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify
 SYSAPPEND 3
 
-LABEL arch_%ARCH%_nfs
+LABEL alter_%ARCH%_nfs
 TEXT HELP
 Boot the %OS_NAME% (%ARCH%) live medium (Using NFS).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%) (NFS)
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify
 SYSAPPEND 3
 
-LABEL arch_%ARCH%_http
+LABEL alter_%ARCH%_http
 TEXT HELP
 Boot the %OS_NAME% (%ARCH%) live medium (Using HTTP).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%) (HTTP)
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify
 SYSAPPEND 3
\ No newline at end of file
index 94122a1..5606552 100644 (file)
@@ -5,35 +5,35 @@
 # (c) 2019-2021 Fascode Network.
 #
 
-LABEL arch_%ARCH%_nbd
+LABEL alter_%ARCH%_nbd
 TEXT HELP
 Boot the %OS_NAME% (%ARCH%) live medium (Using NBD).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%) (NBD)
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 checksum verify
 SYSAPPEND 3
 
-LABEL arch_%ARCH%_nfs
+LABEL alter_%ARCH%_nfs
 TEXT HELP
 Boot the %OS_NAME% (%ARCH%) live medium (Using NFS).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%) (NFS)
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 checksum verify
 SYSAPPEND 3
 
-LABEL arch_%ARCH%_http
+LABEL alter_%ARCH%_http
 TEXT HELP
 Boot the %OS_NAME% (%ARCH%) live medium (Using HTTP).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%) (HTTP)
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 checksum verify
 SYSAPPEND 3
\ No newline at end of file
index e7ab66e..09c8864 100644 (file)
@@ -5,5 +5,5 @@
 # (c) 2019-2021 Fascode Network.
 #
 
-DEFAULT arch_%ARCH%
+DEFAULT alter_%ARCH%
 TIMEOUT 100
index 68f087b..21aca35 100644 (file)
@@ -5,12 +5,12 @@
 # (c) 2019-2021 Fascode Network.
 #
 
-LABEL arch_%ARCH%
+LABEL alter_%ARCH%
 TEXT HELP
 Boot the %OS_NAME% (%ARCH%) live medium.
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%)
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index 8fcbd21..dd28f05 100644 (file)
@@ -11,8 +11,8 @@ Disable KMS. Try it if you are having problems with graphics.
 Specifically, add nomodeset to the kernel parameters.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%) with safe graphics
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset
 
 LABEL rescue
@@ -21,6 +21,6 @@ Start with minimal of prompts. do not use systemd.
 Please use it in the environment where GUI cannot be started.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%) without GUI
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target nomodeset
index af19fec..8db1ac3 100644 (file)
@@ -5,22 +5,22 @@
 # (c) 2019-2021 Fascode Network.
 #
 
-LABEL arch_%ARCH%
+LABEL alter_%ARCH%
 TEXT HELP
 Boot the %OS_NAME% (%ARCH%) live medium.
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%)
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
-LABEL arch_%ARCH%_res
+LABEL alter_%ARCH%_res
 TEXT HELP
 Boot the %OS_NAME% (%ARCH%) live medium.
 This allows %OS_NAME% to boot without boot splash.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (%ARCH%) without boot splash
-LINUX boot/%ARCH%/%KERNEL_FILENAME%
-INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
+LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
+INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%