mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 11:16:22 +03:00
Also enable grub-btrfs service at boot
This commit is contained in:
parent
acc5fd7809
commit
5e2acaf31d
3
vli.sh
3
vli.sh
@ -534,6 +534,9 @@ function finish_chroot {
|
||||
ln -s /etc/sv/dbus /etc/runit/runsvdir/default/
|
||||
ln -s /etc/sv/NetworkManager /etc/runit/runsvdir/default/
|
||||
|
||||
echo -e -n "\nEnabling grub snapshot service at first boot...\n"
|
||||
ln -s /etc/sv/grub-btrfs /etc/runit/runsvdir/default/
|
||||
|
||||
echo -e -n "\nReconfiguring every package...\n\n"
|
||||
read -n 1 -r -p "[Press any key to continue...]" key
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user