Skip to content

Commit 69c3be1

Browse files
author
Keith Chambers
committed
restructured repo to simplify a bit
1 parent dd1bbcd commit 69c3be1

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

src/CentOS-7-x86_64.json renamed to CentOS-7-x86_64.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"ssh_wait_timeout": "10000s",
1414
"http_directory": ".",
1515
"boot_wait": "10s",
16-
"boot_command": [ "<up><tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/src/ks.cfg<enter>"],
16+
"boot_command": [ "<up><tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/kickstarts/ks.cfg<enter>"],
1717
"shutdown_command": "/sbin/halt -h -p",
1818
"disk_size": 20480,
1919
"vboxmanage": [["modifyvm", "{{.Name}}", "--memory", "1024"]]
2020
}],
2121
"provisioners": [{
2222
"type": "shell",
2323
"execute_command": "bash '{{.Path}}'",
24-
"scripts": [ "src/scripts/vagrant.sh",
25-
"src/scripts/virtualbox-guest-additions.sh",
26-
"src/scripts/clean.sh"]
24+
"scripts": [ "scripts/vagrant.sh",
25+
"scripts/virtualbox-guest-additions.sh",
26+
"scripts/clean.sh"]
2727
}],
2828
"post-processors": [{
2929
"type": "vagrant",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: build
22

33
build:
4-
packer build -force ./src/CentOS-7-x86_64.json
4+
packer build -force CentOS-7-x86_64.json
55

66
install:
77
vagrant box add CentOS-7-x86_64-virtualbox.box --name CentOS-7-x86_64
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)