mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Adjust paths for suse installer
This commit is contained in:
parent
4b630e95a9
commit
8d6b1eab9e
1 changed files with 2 additions and 3 deletions
|
|
@ -70,8 +70,7 @@ set dir ${opensuse_base_dir}/${version}/repo/oss
|
|||
iseq ${version} tumbleweed && set dir ${version}/repo/oss ||
|
||||
|
||||
# Check if version needs live ISO boot method (16.0 and later)
|
||||
iseq ${version} 16.0 && set dir distribution/leap/${version}/offline && set use_live_iso true ||
|
||||
|
||||
iseq ${version} 16.0 && set dir distribution/leap/${version}/repo/oss && set iso_dir distribution/leap/${version}/offline && set use_live_iso true ||
|
||||
|
||||
imgfree
|
||||
set kernel_url boot/${os_arch}/loader
|
||||
|
|
@ -81,7 +80,7 @@ iseq ${os_arch} aarch64 && set kernel_url boot/${os_arch} ||
|
|||
isset ${use_live_iso} && goto opensuse_live_boot || goto opensuse_standard_boot
|
||||
|
||||
:opensuse_live_boot
|
||||
kernel ${opensuse_mirror}/${dir}/${kernel_url}/linux root=live:${opensuse_mirror}/${dir}/Leap-${version}-online-installer-${os_arch}.install.iso ${netsetup} ${params} {{ kernel_params }}
|
||||
kernel ${opensuse_mirror}/${dir}/${kernel_url}/linux root=live:${opensuse_mirror}/${iso_dir}/Leap-${version}-online-installer-${os_arch}.install.iso ${netsetup} ${params} {{ kernel_params }}
|
||||
initrd ${opensuse_mirror}/${dir}/${kernel_url}/initrd
|
||||
goto boot_os
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue