RHEL: minimal Desktop w Altera Tools - alex-aleyan/linux_wiki GitHub Wiki
Installing RHEL: minimal Desktop w Altera Tools
Allocate 8 GB of disk space and install CenOS7 Minimal with all default settings.
Don't worry about space since we will add an LVM Volume and mount it at /opt where all the tools will be installed and user data will be stored.
Setup repos:
Mount the CentOS7-x86_74-Everything-1908.iso but remember to disable CD-DRIVE boot option in the VirtualBox.
Before booting, add more storage to copy the rpms to.
add and mount the lvm at /opt (see Creating LVM Logical Volumes here) and mount it at /opt
Mount the DVD containing the repos: mount /dev/cdrom /media
As a root user, copy the repos to a local directory: mkdir /opt/repos; cp -rpv /media/* /opt/repos
install createrepo, yum-config-manager (see Add Repohere)
make sure to disable all repos except the just added local one.
Install VirtualBox Guest Additions in Guest OS (CentOS7).
Mount the VBoxGuestAdditions_<Version here must match the VM's Version>.iso as Controller: SATA CDROMmkdir /media/guestadditions; mount /dev/sr1 /media/guestadditions
Run the VBoxLinuxAdditions.run to install the GuestAdditions; it may require these utilities to be installed first:
yum install kernel-devel bzip2 gcc make perl
In Oracle VM VirtualBox Manager, add the shared folders (set the checkmark for auto-mount).
Configure Proxy for webaccess by adding these lines to /etc/enviroment: