Add 'tmux' to runtime image
Having tmux would let us set things up so we can run all our 'terminals' (shell, log output, etc) inside one terminal. Useful for headless stuff.
This commit is contained in:
parent
9d90760f93
commit
c03ac93997
@ -50,7 +50,7 @@ remove /etc/logrotate.d
|
||||
removepkg avahi-autoipd coreutils-libs curl dash db4-utils diffutils file
|
||||
removepkg fipscheck genisoimage gnome-python2 info iptables isomd5sum
|
||||
removepkg jasper-libs libIDL libXt libXxf86misc libXxf86vm
|
||||
removepkg libasyncns libdaemon libevent libhbaapi libhbalinux
|
||||
removepkg libasyncns libdaemon libhbaapi libhbalinux
|
||||
removepkg libmcpp libpcap libtiff libutempter linux-atm-libs
|
||||
removepkg lvm2-libs m4 mailx makebootfat mcpp
|
||||
removepkg mingetty mobile-broadband-provider-info pkgconfig ppp pth
|
||||
|
@ -4,6 +4,7 @@
|
||||
## anaconda package
|
||||
installpkg anaconda anaconda-widgets
|
||||
## anaconda deps that aren't in the RPM
|
||||
installpkg tmux
|
||||
installpkg firstboot
|
||||
installpkg iscsi-initiator-utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user