diff --git a/Kun.txt b/Kun.txt new file mode 100644 index 0000000..3518e18 --- /dev/null +++ b/Kun.txt @@ -0,0 +1 @@ +Příliš žluťoučký kůň úpěl ďábelské ódy \ No newline at end of file diff --git a/artix_scripts/after-chroot.sh b/artix_scripts/after-chroot.sh index c6346b5..9ccff60 100755 --- a/artix_scripts/after-chroot.sh +++ b/artix_scripts/after-chroot.sh @@ -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_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-mkconfig -o /boot/grub/grub.cfg +grub-mkconfig -o /boot/grub/grub.cfg && \ #services -yes | pacman -S haveged haveged-openrc && \ +pacman -S haveged haveged-openrc && \ rc-update add haveged default && \ -yes | pacman -S cronie cronie-openrc && \ +pacman -S cronie cronie-openrc && \ rc-update add cronie default && \ #user