add gdisk to install image (#811083)
Add gdisk and related tools to the install image.
This commit is contained in:
parent
23650163a6
commit
cf1c3a8d66
@ -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/*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user