Skip to content

Commit

Permalink
Update config.ipxe
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-d authored Jul 1, 2022
1 parent 3910052 commit 3b95bba
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ipxe_config/config.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ choose --default rocky8 --timeout 5000 action && goto ${action}

# doc: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/performing_an_advanced_rhel_installation/kickstart-and-advanced-boot-options_installing-rhel-as-an-experienced-user

set bootdev net0
isset ${product} && iseq ${product} RS700A-E11-RS12U && set bootdev net2 ||
#set bootdev net0
#isset ${product} && iseq ${product} RS700A-E11-RS12U && set bootdev net2 ||

echo bootdev: ${bootdev}
dhcp ${bootdev}
#echo bootdev: ${bootdev}
#dhcp ${bootdev}
ifstat
ifconf --timeout 8000

sleep 2

Expand Down

0 comments on commit 3b95bba

Please sign in to comment.