You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
246 B

2 years ago
#!/bin/sh
a= . install2-init-functions
#Настрока grub
2 years ago
sed -i 's/#GRUB_HIDDEN_TIMEOUT=3/GRUB_HIDDEN_TIMEOUT=2/g' $destdir/etc/sysconfig/grub2
2 years ago
sed -i 's/#GRUB_HIDDEN_TIMEOUT_QUIET/GRUB_HIDDEN_TIMEOUT_QUIET/g' $destdir/etc/sysconfig/grub2