commit
This commit is contained in:
21
Makefile
21
Makefile
@ -10,9 +10,9 @@ mount:
|
||||
mkdir -p $(MNT-PATH)/boot
|
||||
mount $(BOOT-DEV) $(MNT-PATH)/boot
|
||||
|
||||
install: install-base install-jupiter install-gnome install-steam
|
||||
install-packages: install-base install-jupiter install-gnome install-steam
|
||||
|
||||
system: install configure update-pacman-config user move-conn
|
||||
system: install-packages configure update-pacman-config user move-conn
|
||||
|
||||
install-base:
|
||||
pacstrap -K -C ./pacman.conf $(MNT-PATH) \
|
||||
@ -24,10 +24,13 @@ install-base:
|
||||
extra/zsh \
|
||||
extra/vim \
|
||||
extra/noto-fonts \
|
||||
extra/pipewire \
|
||||
extra/wireplumber \
|
||||
extra/pipewire-pulse \
|
||||
extra/noise-suppression-for-voice \
|
||||
|
||||
install-gnome:
|
||||
pacstrap -K -C ./pacman.conf $(MNT-PATH) \
|
||||
extra/pipewire-jack \
|
||||
extra/gnome \
|
||||
extra/gnome-extra \
|
||||
|
||||
@ -38,15 +41,20 @@ install-jupiter:
|
||||
jupiter-3.5/jupiter-legacy-support \
|
||||
jupiter-3.5/jupiter-fan-control \
|
||||
jupiter-3.5/jupiter-hw-support \
|
||||
jupiter-3.5/steamdeck-dsp \
|
||||
jupiter-3.5/alsa-ucm-conf \
|
||||
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/vulkan-radeon \
|
||||
jupiter-3.5/lib32-vulkan-radeon \
|
||||
|
||||
install-steam:
|
||||
pacstrap -K -C ./pacman.conf $(MNT-PATH) \
|
||||
jupiter-3.5/steam-jupiter-stable \
|
||||
jupiter-3.5/vulkan-radeon \
|
||||
jupiter-3.5/lib32-vulkan-radeon \
|
||||
|
||||
configure:
|
||||
genfstab -U $(MNT-PATH) >> $(MNT-PATH)/etc/fstab
|
||||
@ -61,6 +69,7 @@ configure:
|
||||
|
||||
update-pacman-config:
|
||||
cat valve-repos >> $(MNT-PATH)/etc/pacman.conf
|
||||
echo 'Server = https://mirror.yandex.ru/archlinux/$$repo/os/$$arch' > $(MNT-PATH)/etc/pacman.d/mirrorlist
|
||||
|
||||
user:
|
||||
arch-chroot $(MNT-PATH) /bin/bash -c "echo "root:$(ROOT-PASSWORD)" | chpasswd"
|
||||
@ -72,7 +81,7 @@ efiloader:
|
||||
efibootmgr \
|
||||
--disk /dev/nvme0n1 \
|
||||
--part 9 \
|
||||
--create --label "Arch Linux qq 2" \
|
||||
--create --label "Arch Linux" \
|
||||
--loader /vmlinuz-linux-neptune-61 \
|
||||
--unicode 'root=UUID=$(ROOT_UUID) rw initrd=\initramfs-linux-neptune-61.img $(KERNEL_ARGS)' \
|
||||
--verbose
|
||||
|
Reference in New Issue
Block a user