• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

bootable/newinstaller


Commit MetaInfo

Révision46058ab5a6d334df4e9b67d80498047151b7ec07 (tree)
l'heure2018-06-11 18:29:39
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

Add a boot entry to skip Setup Wizard

Change Summary

Modification

--- a/boot/isolinux/isolinux.cfg
+++ b/boot/isolinux/isolinux.cfg
@@ -32,6 +32,11 @@ menu begin advanced
3232 menu label ^Advanced options...
3333 menu title Advanced options
3434
35+label nosetup
36+ menu label Live CD - No ^Setup Wizard
37+ kernel /kernel
38+ append initrd=/initrd.img CMDLINE quiet SETUPWIZARD=0 SRC= DATA=
39+
3540 label vesa
3641 menu label Live CD ^VESA mode - No GPU hardware acceleration
3742 kernel /kernel
--- a/install/grub2/efi/boot/android.cfg
+++ b/install/grub2/efi/boot/android.cfg
@@ -61,6 +61,7 @@ if [ -s ($android)$kdir/install.img ]; then
6161 fi
6262
6363 submenu "Advanced options -> " {
64+ add_entry "$live - No Setup Wizard" quiet SETUPWIZARD=0
6465 add_entry "$live - No Hardware Acceleration" quiet nomodeset HWACCEL=0
6566 if [ -s ($android)$kdir/install.img ]; then
6667 add_entry "Auto Install to specified harddisk" AUTO_INSTALL=0