Skip to content

Commit

Permalink
Fixes #36677 - Added BOOTIF-parameter to autoinstall kernel_options
Browse files Browse the repository at this point in the history
  • Loading branch information
jtruestedt authored and sbernhard committed Aug 22, 2023
1 parent 9bb4bc7 commit 811b95d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ test_on:
options << "ip=[#{iface.ip6}]::[#{subnet6.gateway}]:[#{subnet6.mask}]:#{hostname}:#{iface.identifier}:none:[#{subnet6.dns_servers.join(']:[')}]"
end

options << "BOOTIF=#{mac}" if mac
options << 'ramdisk_size=1500000'
options << 'fsck.mode=skip'
options << 'autoinstall'
Expand Down

0 comments on commit 811b95d

Please sign in to comment.