瀏覽代碼

Update debi.sh

Bohan Yang 5 年之前
父節點
當前提交
6c7a752ed9
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      debi.sh

+ 8 - 1
debi.sh

@@ -534,7 +534,7 @@ EOF
 
 
 [ "$power_off" = true ] && echo 'd-i debian-installer/exit/poweroff boolean true' | $save_preseed
 [ "$power_off" = true ] && echo 'd-i debian-installer/exit/poweroff boolean true' | $save_preseed
 
 
-save_grub_cfg='cat'
+save_grub_cfg='cat 1>&2'
 if [ "$dry_run" != true ]; then
 if [ "$dry_run" != true ]; then
     if [ -z "$architecture" ]; then
     if [ -z "$architecture" ]; then
         architecture=amd64
         architecture=amd64
@@ -565,6 +565,13 @@ if [ "$dry_run" != true ]; then
 
 
     cd ..
     cd ..
 
 
+    mkdir -p /etc/default/grub.d
+    tee /etc/default/grub.d/zz-debi.cfg 1>&2 << 'EOF'
+GRUB_DEFAULT=0
+GRUB_TIMEOUT=5
+GRUB_TIMEOUT_STYLE=menu
+EOF
+
     if command_exists update-grub; then
     if command_exists update-grub; then
         grub_cfg=/boot/grub/grub.cfg
         grub_cfg=/boot/grub/grub.cfg
         update-grub
         update-grub