Advertisement
quantim

kickstart_pre_script

Sep 5th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. %pre --erroronfail --interpreter=/usr/bin/bash
  2. #!/usr/bin/bash
  3. read -p "What is the static ip?" ip
  4. echo $ip
  5. sleep 3
  6.  
  7. # %include ftp://192.168.1.217/pub/get_ip.sh
  8.  
  9. %end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement