We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206877e commit b627f36Copy full SHA for b627f36
2 files changed
alteriso5/work/boot/xorriso-pre.go
@@ -13,6 +13,7 @@ var xorrisoCommonArgs = &xorrisoArg{
13
"-joliet",
14
"-joliet-long",
15
"-rational-rock",
16
+ "-volid", "ALTERLINUX",
17
"--output", out,
18
o.fsDir,
19
}
profile/syslinux/archiso_sys-linux.cfg
@@ -6,5 +6,5 @@ ENDTEXT
6
MENU LABEL Arch Linux install medium (x86_64, BIOS)
7
LINUX /boot/x86_64/vmlinuz-linux
8
INITRD /boot/x86_64/initramfs-linux.img
9
-APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID%
+APPEND archisobasedir=alter archisolabel=ALTERLINUX arch=x86_64
10
0 commit comments