nvidia_offline_fix
This commit is contained in:
parent
35ff43d93f
commit
197d107cbe
2 changed files with 5 additions and 2 deletions
|
@ -362,7 +362,7 @@ function installation {
|
|||
fi
|
||||
|
||||
echo ""
|
||||
if [ "${version}" == "libre" ] || [ "${offline}" == "n" ] || [ "${version}" == "manjaro" ]; then
|
||||
if [ "${version}" == "libre" ] || [ "${version}" == "manjaro" ]; then
|
||||
echo "MODULES=\"i915 radeon ata_generic ata_piix nls_cp437 vfat ext4 btrfs\"" > ${mountpoint}/etc/mkinitcpio.conf
|
||||
echo "HOOKS=\"${parameter}\"" >> ${mountpoint}/etc/mkinitcpio.conf
|
||||
echo "COMPRESSION=\"lz4\"" >> ${mountpoint}/etc/mkinitcpio.conf
|
||||
|
@ -1207,7 +1207,7 @@ if [ "${name}" != "noinstall" ] && [ -z "${installationsfehler}" ]; then
|
|||
arch-chroot ${mountpoint} chfn -f "${name}" user1
|
||||
arch-chroot ${mountpoint} passwd user1
|
||||
|
||||
if [ -f /usr/bin/lightdm ]; then
|
||||
if [ -f ${mountpoint}/usr/bin/lightdm ]; then
|
||||
mkdir -p ${mountpoint}/etc/lightdm/
|
||||
cp /opt/${repo}/Xsession /opt/${repo}/keys.conf /opt/${repo}/lightdm-gtk-greeter.conf /opt/${repo}/lightdm.conf /opt/${repo}/users.conf ${mountpoint}/etc/lightdm/
|
||||
if [ "${autostart}" == "n" ]; then
|
||||
|
|
3
base.txt
3
base.txt
|
@ -25,11 +25,14 @@ grub
|
|||
htop
|
||||
intel-ucode
|
||||
iw
|
||||
lib32-nvidia-utils
|
||||
links
|
||||
mkinitcpio-nfs-utils
|
||||
nbd
|
||||
networkmanager
|
||||
ntp
|
||||
nvidia
|
||||
nvidia-utils
|
||||
openssh
|
||||
openvpn
|
||||
os-prober
|
||||
|
|
Loading…
Reference in a new issue