Pleae find attached my modified files

>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/3760d4c4-6585-4906-b606-60fe394efc30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: packertest.json
Description: application/json

#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512

# Firewall configuration
firewall --disabled --ssh --service=ssh

# USE CDROM installation media
cdrom

#Use graphical install
graphical

#Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=sda

 # Reboot after installation
 reboot


#Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'

#System language
lang en_US.UTF-8


#Network Information
network --bootproto=static --device=eno16780032 --gateway=*** --ip=*** 
--nameserver=**** --netmask=255.255.252.0 --noipv6 --activate 
--hostname=host.ibm.com

# Root password
rootpw "testing"

#System timezone
timezone --isUtc America/Los_Angeles

#System bootloader configuration
bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
autopart --type=lvm

#partition clearing information
clearpart --all --initlabel --drives=sda

%packages
@^minimal
@core
%end

Reply via email to