File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -750,13 +750,13 @@ def configGrub(self):
750750 gfd .write ('\n ' )
751751 cli_nw = 'rd.neednet=1 ' + 'ip=' + vmParser .args .host_ip + '::' + vmParser .args .host_gw + ':' + vmParser .args .host_netmask + \
752752 ':' + vmParser .args .host_name + '::none' + ' nameserver=' + vmParser .confparser (vmParser .domain , 'DNS' )
753- strLnx = ' linux ' + httppath + httplinux + cli_nw + \
753+ strLnx = ' linux ' + vmParser . netDir + '/boot/ppc64le/linux ' + cli_nw + \
754754 ' agama.install_url=http://' + vmParser .confparser ('repo' , 'RepoIP' ) + ':' + vmParser .confparser ('repo' , 'RepoPort' ) + \
755755 self .repoDir + '/install root=live:http://' + vmParser .confparser ('repo' , 'RepoIP' ) + ':' + vmParser .confparser ('repo' , 'RepoPort' ) + \
756756 self .repoDir + '/LiveOS/squashfs.img live.password=abc123' + \
757757 ' inst.auto=http://' + vmParser .confparser ('kshost' , 'Host' ) + self .ksinst + '\n '
758758 gfd .write (strLnx )
759- strInit = ' initrd ' + httppath + httpintrd + ' \n '
759+ strInit = ' initrd ' + vmParser . netDir + '/boot/ppc64le/initrd \n '
760760 gfd .write (strInit )
761761 gfd .write ('}' )
762762 gfd .close ()
You can’t perform that action at this time.
0 commit comments