Skip to content
Discussion options

You must be logged in to vote

Ok I got pass the first issue. @reyesj2 reply pointed me to the right direction. The theory is salt was being impatient and not waiting for salt to fully start. So needed to insert "sleep 120" somewhere in soup. The caveat is /sbin/soup is guarded by salt so I can't just tweak it so here is the process that I did.

  1. Run the first phase of 'soup -y -f /dev/sr0'. This process updates the /sbin/soup file to the latest. '/dev/sr0' is my media drive where the latest iso.
  2. copy the latest /sbin/soup /home/admin
    I copied mine to /home/admin/
  3. vim /home/admin/soup and insert "sleep 120" (for mine 120 seconds was enough)
  4. Run the second phase soup using the edited soup file: /home/admin/soup -y -f /d…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by TotieBash
Comment options

You must be logged in to vote
4 replies
@TotieBash
Comment options

@TotieBash
Comment options

@TotieBash
Comment options

@TotieBash
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants