4 lines
177 B
Plaintext
4 lines
177 B
Plaintext
|
#!/bin/bash
|
||
|
sudo plymouth-set-default-theme milis-plymouth -R
|
||
|
sudo dracut -N --force --xz --add 'dmsquash-live pollcdrom crypt' --omit systemd /boot/initramfs `ls /lib/modules`
|