summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-07-07 11:32:22 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-07-07 11:32:22 +0300
commit5fb8953d69b18b23d634a72ef47f399129118570 (patch)
treef2e40eb621122358da363c0ba0d7aecec0b788b6
parent14a2a8b0581ab8ced040e59ac3e9bdfb6434a735 (diff)
downloadlive-5fb8953d69b18b23d634a72ef47f399129118570.tar.gz
Use real packages, not virtual
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index a6571ec..570d272 100755
--- a/install
+++ b/install
@@ -93,7 +93,7 @@ profiles = [
'desc' : 'Basic system without X',
# Some packages may be absent, they will be skipped:
'packages' : '''locales vim bash-completion mc sudo lynx
- mutt wget curl openssh-server ping traceroute host less
+ mutt wget curl openssh-server inetutils-ping inetutils-traceroute host less
'''.split(),
},
{
@@ -103,7 +103,7 @@ profiles = [
sylpheed geany lightdm pidgin qpdfview sudo gimp midori stardict mirage
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 ping traceroute host less
+ gnupg-agent openssh-client inetutils-ping inetutils-traceroute host less
'''.split(),
},
]