Kun
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user