Fixed paths for touchpad.conf

This commit is contained in:
TuDatTr
2020-05-24 07:04:35 +02:00
parent d5711a351b
commit dcec31eb68

View File

@@ -117,7 +117,10 @@ cp $CWD/etc/systemd/system/march.service /mnt/etc/systemd/system/march.service
cp $CWD/root/march-chroot.sh /mnt/root/march-chroot.sh
cp $CWD/root/march-reboot.sh /mnt/root/march-reboot.sh
chmod +x /mnt/root/march-chroot.sh
chmod +x /mnt/root/march-reboot.sh
mkdir -p /mnt/root/etc/systemd/system
mkdir -p /mnt/root/etc/X11/xorg.conf.d
mkdir -p /mnt/root/etc/iptables
cp $CWD/etc/systemd/system/suspend@.service /mnt/root/etc/systemd/system/suspend@.service
cp $CWD/etc/X11/xorg.conf.d/30-touchpad.conf /mnt/root/etc/X11/xorg.conf.d/30-touchpad.conf