stuff
This commit is contained in:
parent
6fb1ad7bce
commit
5011ba465a
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = ""; # [managed by install.sh]
|
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
gfxmodeEfi = "1920x1080";
|
gfxmodeEfi = "1920x1080";
|
||||||
};
|
};
|
||||||
|
|
|
@ -142,7 +142,7 @@ install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
reboot_on_consent() {
|
reboot_on_consent() {
|
||||||
printf "\n\nInstallation complete. Would you like to reboot?\n[y/n] >"
|
printf "\n\nWould you like to reboot?\n[y/n] > "
|
||||||
read -r do_reboot
|
read -r do_reboot
|
||||||
if [ "$do_reboot" = "y" ] || [ "$do_reboot" = "Y" ]; then
|
if [ "$do_reboot" = "y" ] || [ "$do_reboot" = "Y" ]; then
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|
Loading…
Add table
Reference in a new issue