Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
refs #9782 - SUSE: usage of mediapath in PXELinux
  • Loading branch information
mmoll committed May 20, 2015
1 parent 504f959 commit 4730691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoyast/PXELinux.erb
Expand Up @@ -6,4 +6,4 @@ DEFAULT linux

LABEL linux
KERNEL <%= @kernel %>
APPEND initrd=<%= @initrd %> ramdisk_size=65536 install=<%= media_path %> autoyast=<%= foreman_url('provision') %> textmode=1
APPEND initrd=<%= @initrd %> ramdisk_size=65536 install=<%= @host.os.medium_uri(@host) %> autoyast=<%= foreman_url('provision') %> textmode=1

0 comments on commit 4730691

Please sign in to comment.