diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-07-07 17:20:03 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-07-07 17:20:03 +0300 |
commit | 93c65c31fb92128a55345f5e659a6830dbae31ce (patch) | |
tree | b4c4c15bdf13a4c214d8ee8c9b1741754af7f308 | |
parent | b9c00dc373e13d465bd91214adc6aa0d26d66ca4 (diff) | |
download | live-93c65c31fb92128a55345f5e659a6830dbae31ce.tar.gz |
Install ntp2015-07-07/netinst
-rwxr-xr-x | install | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -94,6 +94,7 @@ profiles = [ # Some packages may be absent, they will be skipped: 'packages' : '''locales vim bash-completion mc sudo lynx mutt wget curl openssh-server inetutils-ping inetutils-traceroute host less + ntp '''.split(), }, { @@ -104,7 +105,7 @@ profiles = [ xorg xfce4 xfce4-terminal dbus curl wget transmission-gtk xarchiver xfce4-screenshooter xfce4-clipman-plugin gksu libgtk2-perl xfce4-xkb-plugin gnupg-agent openssh-client inetutils-ping inetutils-traceroute host less - xfonts-terminus + xfonts-terminus ntp '''.split(), }, ] |