aboutsummaryrefslogtreecommitdiffstats
path: root/tools/install_video_driver.sh
diff options
context:
space:
mode:
authorNeal Gompa <ngompa13@gmail.com>2020-01-04 17:52:35 -0500
committerNeal Gompa <ngompa13@gmail.com>2020-01-04 18:06:54 -0500
commitb4da22f2cf860bec7c185a57ba34dd253ac67b12 (patch)
treef2cac5a3ac46bfdd6b11d97fafb41cfb723ed083 /tools/install_video_driver.sh
parent3c6be8d7ad6c714e7fa60077c1906d3aabe4009a (diff)
downloadmageia4arm-b4da22f2cf860bec7c185a57ba34dd253ac67b12.tar
mageia4arm-b4da22f2cf860bec7c185a57ba34dd253ac67b12.tar.gz
mageia4arm-b4da22f2cf860bec7c185a57ba34dd253ac67b12.tar.bz2
mageia4arm-b4da22f2cf860bec7c185a57ba34dd253ac67b12.tar.xz
mageia4arm-b4da22f2cf860bec7c185a57ba34dd253ac67b12.zip
Initial conversion to use DNF
This change makes it so that the ARM image creation script uses DNF instead of urpmi. This affords several advantages: 1. Mageia images can be created from non-Mageia systems 2. Mageia images can be created from within Mock 3. ARM images can be created from x86_64 hosts 4. Image building can rely on pre-installed repo configurations This also brings us in line with the Docker image creation process, which also uses DNF.
Diffstat (limited to 'tools/install_video_driver.sh')
-rwxr-xr-xtools/install_video_driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_video_driver.sh b/tools/install_video_driver.sh
index 97d7619..3b98020 100755
--- a/tools/install_video_driver.sh
+++ b/tools/install_video_driver.sh
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-/usr/sbin/urpmi --auto --no-verify-rpm x11-driver-video-fbdev xinit xclock xorg-x11 xorg-x11-75dpi-fonts drakconf
+/usr/bin/dnf --nogpgcheck --assumeyes install x11-driver-video-fbdev xinit xclock xorg-x11 xorg-x11-75dpi-fonts drakconf
systemctl enable display-manager.service
#echo "#!/bin/sh