Verified Commit 8de71575 authored by Dan Johansen's avatar Dan Johansen
Browse files

add rockchipdrm, panel_simple and pwm_bl to mkinitcpio modules

parent 538c5713
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,6 +3,10 @@
        sed -i s/"#SuspendState=mem standby freeze"/"SuspendState=freeze"/g /etc/systemd/sleep.conf
    # Edit fstab
        echo "LABEL=BOOT_MNJRO  /boot   vfat    defaults        0       0" >> /etc/fstab
	# Edit mkinitcpio.conf
		sed -i s/"HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)"/"HOOKS=(base udev autodetect modconf block filesystems keyboard fsck bootsplash-manjaro)"/g /etc/mkinitcpio.conf
		sed -i s/"MODULES=()"/"HOOKS=(rockchipdrm panel_simple pwm_bl)"/g /etc/mkinitcpio.conf
		mkinitcpio -P
    # Enable services
        systemctl enable acpid.service
}