search for: azvp

Displaying 3 results from an estimated 3 matches for "azvp".

Did you mean: avp
2016 Aug 19
2
Centos7 kickstart & pxe
...boot medium. If I'm correct people do unattended installs all the time, so I don't understand why all the tutorials I try fail on the same point. I must be doing something wrong. What I did on my last try was: Download Centos dvd to /tmp mount -o loop /path/to/centos-dvd.iso /mnt rsync -azvp /mnt/* /var/ftp/pub/ But subsequently I can't change anything in /var/ftp/pub because of read-only file system. Greetings, J. _______________________________________________ CentOS mailing list CentOS at centos.org https://lists.centos.org/mailman/listinfo/centos
2016 Aug 18
2
Centos7 kickstart & pxe
Hello All, I'm trying to get kickstart to work through pxe. So far I've set up dhcp server, tftp and so on. But it seems at some point I always get stuck because the iso file is write-protected. I've tried remounting it rw, and I 've dd the iso first, I then get EM not a block device. Any help would be appreciated. Greetings, J.
2016 Aug 19
0
Centos7 kickstart & pxe
...I'm correct people do unattended installs all the time, so I don't | understand why all the tutorials I try fail on the same point. | I must be doing something wrong. | | What I did on my last try was: | | Download Centos dvd to /tmp | mount -o loop /path/to/centos-dvd.iso /mnt | rsync -azvp /mnt/* /var/ftp/pub/ | | But subsequently I can't change anything in /var/ftp/pub because of read-only | file system. | | Greetings, J. Basically in order to boot from the network you need the contents of os/$arch/images/pxeboot/ for your system architecture. You can then use kickstart to...