[archiso] Update kernel image name for linux-3.0
Also rename kernel from vmlinuz-linux to vmlinuz to make filename ISO9660 friendly. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
27e472451e
commit
b3f918ee60
@ -40,9 +40,9 @@ make_boot() {
|
|||||||
mkinitcpio \
|
mkinitcpio \
|
||||||
-c ./mkinitcpio.conf \
|
-c ./mkinitcpio.conf \
|
||||||
-b ${work_dir}/root-image \
|
-b ${work_dir}/root-image \
|
||||||
-k /boot/vmlinuz26 \
|
-k /boot/vmlinuz-linux \
|
||||||
-g ${work_dir}/iso/${install_dir}/boot/${arch}/archiso.img
|
-g ${work_dir}/iso/${install_dir}/boot/${arch}/archiso.img
|
||||||
cp ${work_dir}/root-image/boot/vmlinuz26 ${work_dir}/iso/${install_dir}/boot/${arch}
|
cp ${work_dir}/root-image/boot/vmlinuz-linux ${work_dir}/iso/${install_dir}/boot/${arch}/vmlinuz
|
||||||
: > ${work_dir}/build.${FUNCNAME}
|
: > ${work_dir}/build.${FUNCNAME}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ TIMEOUT 300
|
|||||||
|
|
||||||
LABEL arch
|
LABEL arch
|
||||||
MENU LABEL Arch Linux
|
MENU LABEL Arch Linux
|
||||||
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz26
|
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz
|
||||||
INITRD /%INSTALL_DIR%/boot/%ARCH%/archiso.img
|
INITRD /%INSTALL_DIR%/boot/%ARCH%/archiso.img
|
||||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
||||||
|
|
||||||
|
@ -57,9 +57,9 @@ make_boot() {
|
|||||||
mkinitcpio \
|
mkinitcpio \
|
||||||
-c ./mkinitcpio.conf \
|
-c ./mkinitcpio.conf \
|
||||||
-b ${_src} \
|
-b ${_src} \
|
||||||
-k /boot/vmlinuz26 \
|
-k /boot/vmlinuz-linux \
|
||||||
-g ${_dst_boot}/${arch}/archiso.img
|
-g ${_dst_boot}/${arch}/archiso.img
|
||||||
mv ${_src}/boot/vmlinuz26 ${_dst_boot}/${arch}
|
mv ${_src}/boot/vmlinuz-linux ${_dst_boot}/${arch}/vmlinuz
|
||||||
cp ${_src}/boot/memtest86+/memtest.bin ${_dst_boot}/memtest
|
cp ${_src}/boot/memtest86+/memtest.bin ${_dst_boot}/memtest
|
||||||
cp ${_src}/usr/share/licenses/common/GPL2/license.txt ${_dst_boot}/memtest.COPYING
|
cp ${_src}/usr/share/licenses/common/GPL2/license.txt ${_dst_boot}/memtest.COPYING
|
||||||
: > ${work_dir}/build.${FUNCNAME}
|
: > ${work_dir}/build.${FUNCNAME}
|
||||||
|
@ -4,7 +4,7 @@ Boot the Arch Linux (i686) live medium. It allows you to install Arch Linux or
|
|||||||
perform system maintenance.
|
perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (i686)
|
MENU LABEL Boot Arch Linux (i686)
|
||||||
LINUX /%INSTALL_DIR%/boot/i686/vmlinuz26
|
LINUX /%INSTALL_DIR%/boot/i686/vmlinuz
|
||||||
INITRD /%INSTALL_DIR%/boot/i686/archiso.img
|
INITRD /%INSTALL_DIR%/boot/i686/archiso.img
|
||||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
||||||
# Next line should be uncommented when prepare enviroment to boot from PXE.
|
# Next line should be uncommented when prepare enviroment to boot from PXE.
|
||||||
|
@ -4,7 +4,7 @@ Boot the Arch Linux (x86_64) live medium. It allows you to install Arch Linux or
|
|||||||
perform system maintenance.
|
perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (x86_64)
|
MENU LABEL Boot Arch Linux (x86_64)
|
||||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz26
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz
|
||||||
INITRD /%INSTALL_DIR%/boot/x86_64/archiso.img
|
INITRD /%INSTALL_DIR%/boot/x86_64/archiso.img
|
||||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
||||||
# Next line should be uncommented when prepare enviroment to boot from PXE.
|
# Next line should be uncommented when prepare enviroment to boot from PXE.
|
||||||
|
@ -33,7 +33,7 @@ Boot the Arch Linux live medium. It allows you to install Arch Linux or
|
|||||||
perform system maintenance.
|
perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux
|
MENU LABEL Boot Arch Linux
|
||||||
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz26
|
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz
|
||||||
INITRD /%INSTALL_DIR%/boot/%ARCH%/archiso.img
|
INITRD /%INSTALL_DIR%/boot/%ARCH%/archiso.img
|
||||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
||||||
# Next line should be uncommented when prepare enviroment to boot from PXE.
|
# Next line should be uncommented when prepare enviroment to boot from PXE.
|
||||||
|
Loading…
Reference in New Issue
Block a user