diff --git a/mainboards/aeeon/i11/Makefile b/mainboards/aeeon/i11/Makefile index 695014a..26dbe95 100644 --- a/mainboards/aeeon/i11/Makefile +++ b/mainboards/aeeon/i11/Makefile @@ -209,6 +209,7 @@ cpu.cpio.lzma: cpu.cpio cpu.cpio: Makefile u-root -build=bb -o cpu.cpio \ + -initcmd=cpud \ -files ~/.ssh/cpu_rsa.pub:key.pub \ github.com/u-root/cpu/cmds/cpud \ github.com/u-root/u-root/cmds/exp/console \ diff --git a/mainboards/aeeon/i11/cpuflash-5.4.65.config b/mainboards/aeeon/i11/cpuflash-5.4.65.config index 3d8eaec..974a270 100644 --- a/mainboards/aeeon/i11/cpuflash-5.4.65.config +++ b/mainboards/aeeon/i11/cpuflash-5.4.65.config @@ -448,8 +448,8 @@ CONFIG_LEGACY_VSYSCALL_EMULATE=y # CONFIG_LEGACY_VSYSCALL_XONLY is not set # CONFIG_LEGACY_VSYSCALL_NONE is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="ip=dhcp console=tty0 earlyprintk=pciserial,force,1:0.0,115200" -CONFIG_CMDLINE_OVERRIDE=y +CONFIG_CMDLINE="console=tty0 earlyprintk=pciserial,force,1:0.0,115200" +# CONFIG_CMDLINE_OVERRIDE is not set CONFIG_MODIFY_LDT_SYSCALL=y CONFIG_HAVE_LIVEPATCH=y # end of Processor type and features diff --git a/mainboards/aeeon/i11/cpuflash.config b/mainboards/aeeon/i11/cpuflash.config index 0ee64b1..5519809 100644 --- a/mainboards/aeeon/i11/cpuflash.config +++ b/mainboards/aeeon/i11/cpuflash.config @@ -434,7 +434,7 @@ CONFIG_LEGACY_VSYSCALL_EMULATE=y # CONFIG_LEGACY_VSYSCALL_XONLY is not set # CONFIG_LEGACY_VSYSCALL_NONE is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="ip=dhcp console=tty0 earlyprintk=pciserial,force,1:0.0,115200" +CONFIG_CMDLINE="console=tty0 earlyprintk=pciserial,force,1:0.0,115200" CONFIG_CMDLINE_OVERRIDE=y # CONFIG_MODIFY_LDT_SYSCALL is not set CONFIG_HAVE_LIVEPATCH=y