This commit is contained in:
git
2024-06-11 17:48:41 +02:00
parent 42f11e1ca7
commit 6e6aedfb13
2 changed files with 4 additions and 3 deletions

1
Kun.txt Normal file
View File

@@ -0,0 +1 @@
Příliš žluťoučký kůň úpěl ďábelské ódy

View File

@@ -37,12 +37,12 @@ sed -i "s/quiet/quiet resume=UUID=`blkid -s UUID -o value /dev/lvmSystem/volSwap
sed -i "s/GRUB_CMDLINE_LINUX=\"\"/GRUB_CMDLINE_LINUX=\"cryptdevice=UUID=`blkid -s UUID -o value $DISK\2`:lvm-system\"/g" /etc/default/grub && \ sed -i "s/GRUB_CMDLINE_LINUX=\"\"/GRUB_CMDLINE_LINUX=\"cryptdevice=UUID=`blkid -s UUID -o value $DISK\2`:lvm-system\"/g" /etc/default/grub && \
sed -i "s/#GRUB_ENABLE_CRYPTODISK/GRUB_ENABLE_CRYPTODISK/g" /etc/default/grub && \ sed -i "s/#GRUB_ENABLE_CRYPTODISK/GRUB_ENABLE_CRYPTODISK/g" /etc/default/grub && \
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=artix --recheck $DISK && \ grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=artix --recheck $DISK && \
grub-mkconfig -o /boot/grub/grub.cfg grub-mkconfig -o /boot/grub/grub.cfg && \
#services #services
yes | pacman -S haveged haveged-openrc && \ pacman -S haveged haveged-openrc && \
rc-update add haveged default && \ rc-update add haveged default && \
yes | pacman -S cronie cronie-openrc && \ pacman -S cronie cronie-openrc && \
rc-update add cronie default && \ rc-update add cronie default && \
#user #user