Обновить Makefile

This commit is contained in:
dedal.qq 2024-05-10 19:17:49 +03:00
parent bb03e9afea
commit 73416bde41

View File

@ -46,13 +46,13 @@ install-jupiter:
jupiter-3.5/steamdeck-dsp \ jupiter-3.5/steamdeck-dsp \
jupiter-3.5/alsa-ucm-conf \ jupiter-3.5/alsa-ucm-conf \
jupiter-3.5/alsa-card-profiles \ jupiter-3.5/alsa-card-profiles \
jupiter-3.5/bluez \
jupiter-3.5/bluez-plugins \
jupiter-3.5/bluez-libs \
jupiter-3.5/bluez-utils \
jupiter-3.5/vpower \ jupiter-3.5/vpower \
jupiter-3.5/vulkan-radeon \ jupiter-3.5/vulkan-radeon \
jupiter-3.5/lib32-vulkan-radeon \ jupiter-3.5/lib32-vulkan-radeon \
# jupiter-3.5/bluez \
# jupiter-3.5/bluez-plugins \
# jupiter-3.5/bluez-libs \
# jupiter-3.5/bluez-utils \
install-steam: install-steam:
pacstrap -K -C ./pacman.conf $(MNT-PATH) \ pacstrap -K -C ./pacman.conf $(MNT-PATH) \
@ -61,7 +61,7 @@ install-steam:
configure: configure:
genfstab -U $(MNT-PATH) >> $(MNT-PATH)/etc/fstab genfstab -U $(MNT-PATH) >> $(MNT-PATH)/etc/fstab
echo steam-deck > $(MNT-PATH)/etc/hostname echo steam-deck > $(MNT-PATH)/etc/hostname
arch-chroot $(MNT-PATH) systemctl enable NetworkManager sshd gdm arch-chroot $(MNT-PATH) systemctl enable NetworkManager bluetooth sshd gdm
arch-chroot $(MNT-PATH) ln -sf /usr/share/zoneinfo/$(TIME-ZONE) /etc/localtime arch-chroot $(MNT-PATH) ln -sf /usr/share/zoneinfo/$(TIME-ZONE) /etc/localtime
#arch-chroot $(MNT-PATH) hwclock --systohc #arch-chroot $(MNT-PATH) hwclock --systohc
arch-chroot $(MNT-PATH) sed -i "s/#ru_RU.UTF-8 UTF-8/ru_RU.UTF-8 UTF-8/g" /etc/locale.gen arch-chroot $(MNT-PATH) sed -i "s/#ru_RU.UTF-8 UTF-8/ru_RU.UTF-8 UTF-8/g" /etc/locale.gen