add gdisk to install image (#811083)
From: "Brian C. Lane" <bcl@redhat.com>
Add gdisk and related tools to the install image.
---
share/runtime-cleanup.tmpl | 1 +
share/runtime-install.tmpl | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
index 865fd73..f208737 100644
--- a/share/runtime-cleanup.tmpl
+++ b/share/runtime-cleanup.tmpl
@@ -188,6 +188,7 @@ removefrom firstboot /lib/systemd/* /usr/sbin/* /usr/share/firstboot/*
removefrom firstboot /usr/share/locale/*
removefrom fontconfig /usr/bin/*
removefrom gawk /usr/bin/{igawk,pgawk} /usr/libexec/* /usr/share/*
+removefrom gdisk /usr/share/*
removefrom gdk-pixbuf2 /usr/share/locale*
removefrom gfs2-utils /usr/sbin/*
removefrom glib2 /etc/* /usr/bin/* /usr/share/locale/*
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl
index 05cfd1b..29c8565 100644
--- a/share/runtime-install.tmpl
+++ b/share/runtime-install.tmpl
@@ -107,6 +107,7 @@ installpkg fpaste
installpkg vim-minimal strace lsof dump xz less eject
installpkg wget rsync rsh bind-utils ftp mtr vconfig rdate
installpkg icfg spice-vdagent
+installpkg gdisk
## actually install all the requested packages
run_pkg_transaction
--
1.7.7.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|