Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. %pre
  2. cd /tmp
  3. rpm2cpio /run/install/repo/Packages/redhat-virtualization-host-image-update*|cpio -ivd
  4. squashfs=$(find / |grep -E 'redhat.+squashfs.img$')
  5. ln -s $squashfs /tmp/squashfs
  6. %end
  7. text
  8. lang en_US.UTF-8
  9. timezone America/New_York --isUtc
  10. keyboard --vckeymap=us --xlayouts='us'
  11. liveimg --url=file:///tmp/squashfs
  12. ignoredisk --only-use=vda
  13. autopart --type=thinp
  14. rootpw --iscrypted $6$asd123$3I7zmHvKJld58FuvPez0J3P9XBHibk2uhpvp6UKcN3pnABvNChn1pMGRUU9JcvFOa9wWNx/7GWSOXIGJW9Z8P0
  15. clearpart --all --initlabel
  16. network --bootproto=dhcp --device=eth0 --activate
  17. reboot
  18. eula --agreed
  19. %post --erroronfail
  20. imgbase layout --init
  21. %end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement