Skip to content

Commit

Permalink
base: Adding ntp
Browse files Browse the repository at this point in the history
As per issue 37, that's a good idea to get ntp on all roles.
  • Loading branch information
Erwan Velu committed Jan 29, 2014
1 parent ccd87df commit 532cc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/base.install
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ install_base_packages() {
# So let's copy the current one to insure the setup is good
cp -f /etc/resolv.conf "$target/etc/"
local packages=""
local cross_distro_packages="acpid bash curl dmidecode kbd lvm2 man openssh-server parted pciutils rsync rsyslog sudo wget"
local cross_distro_packages="acpid bash curl dmidecode kbd lvm2 man openssh-server parted pciutils rsync rsyslog sudo wget ntpdate"
local deb_packages="grub-pc ifenslave ifupdown isc-dhcp-client kexec-tools locales lsb-release lshw netbase net-tools vim"
local repository=$(add_main_repository $dist)
add_megacli_repository $dist $target
Expand Down

0 comments on commit 532cc68

Please sign in to comment.