[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [atomic] Atomic Centos PXE Installation
- From: Jonathan Lebon <jlebon redhat com>
- To: Dusty Mabe <dusty dustymabe com>
- Cc: "atomic projectatomic io" <atomic projectatomic io>, atomic-devel <atomic-devel projectatomic io>
- Subject: Re: [atomic] Atomic Centos PXE Installation
- Date: Thu, 24 May 2018 09:09:01 -0400
On Wed, May 23, 2018 at 5:09 PM, Dusty Mabe <dusty dustymabe com> wrote:
> Jonathan, Can you share how you copied the files from the ISO and also
> what your pxelinux.cfg is ?
Nothing too special. I mounted the install ISO and copied vmlinuz and initrd
in `images/pxeboot` to the PXE directory.
pxelinux.cfg/default:
---
default menu.c32
prompt 0
timeout 5
ONTIMEOUT linux
MENU TITLE PXE Menu
LABEL linux
kernel vmlinuz
append initrd=initrd.img
ks=http://192.168.122.1:35001/centos-atomic.ks ip=dhcp
inst.stage2=http://192.168.122.1:35000/
---
The port 35000 webserver is rooted at the mounted ISO.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]