OSDN Git Service

Add a boot entry to skip Setup Wizard
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 11 Jun 2018 09:29:39 +0000 (17:29 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 11 Jun 2018 09:29:39 +0000 (17:29 +0800)
boot/isolinux/isolinux.cfg
install/grub2/efi/boot/android.cfg

index 01ff90e..35670da 100644 (file)
@@ -32,6 +32,11 @@ menu begin advanced
 menu label ^Advanced options...
 menu title Advanced options
 
+label nosetup
+       menu label Live CD - No ^Setup Wizard
+       kernel /kernel
+       append initrd=/initrd.img CMDLINE quiet SETUPWIZARD=0 SRC= DATA=
+
 label vesa
        menu label Live CD ^VESA mode - No GPU hardware acceleration
        kernel /kernel
index 75e88c7..192d410 100644 (file)
@@ -61,6 +61,7 @@ if [ -s ($android)$kdir/install.img ]; then
 fi
 
 submenu "Advanced options -> " {
+       add_entry "$live - No Setup Wizard" quiet SETUPWIZARD=0
        add_entry "$live - No Hardware Acceleration" quiet nomodeset HWACCEL=0
        if [ -s ($android)$kdir/install.img ]; then
                add_entry "Auto Install to specified harddisk" AUTO_INSTALL=0