Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Powalowski
archiso
Commits
8ba28708
Verified
Commit
8ba28708
authored
Dec 01, 2020
by
nl6720
Browse files
configs/releng/syslinux/archiso_pxe-linux.cfg: add missing /boot to initrd file path
Fixes
https://bugs.archlinux.org/task/68803
.
parent
c10004df
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/releng/syslinux/archiso_pxe-linux.cfg
View file @
8ba28708
...
...
@@ -19,7 +19,7 @@ It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Arch Linux install medium (x86_64, NFS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/
boot/
amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify
SYSAPPEND 3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment