I just installed proxmox on zfs raid1 configuration with 2 1tb ssd on a laptop.
How do i put the screen to off after one minute of booting automatically.
the grub method dont work as root zfs use systemmd-boot
i got this snippet of code from somewhere on internet that is turning off screen through command line
could anyone point a direction
How do i put the screen to off after one minute of booting automatically.
the grub method dont work as root zfs use systemmd-boot
i got this snippet of code from somewhere on internet that is turning off screen through command line
Code:
setterm -term linux -blank 1 -powersave powerdown -powerdown 1 </dev/tty1 >/dev/tty1
could anyone point a direction