remove docker

This commit is contained in:
Pratham Patel 2023-10-05 05:49:59 +05:30
parent f1321da0b5
commit c25ed95419
No known key found for this signature in database

View File

@ -5,7 +5,6 @@ setenv verbosity "1"
setenv console "both" setenv console "both"
setenv bootlogo "false" setenv bootlogo "false"
setenv rootfstype "ext4" setenv rootfstype "ext4"
setenv docker_optimizations "on"
setenv earlycon "off" setenv earlycon "off"
setenvrootdev setenvrootdev
setenvunamer setenvunamer
@ -40,8 +39,6 @@ if test "${devtype}" = "mmc"; then part uuid mmc ${devnum}:1 partuuid; fi
setenv bootargs "root=${rootdev} rootwait rootfstype=${rootfstype} ${consoleargs} consoleblank=0 loglevel=${verbosity} ubootpart=${partuuid} usb-storage.quirks=${usbstoragequirks} ${extraargs} ${extraboardargs}" setenv bootargs "root=${rootdev} rootwait rootfstype=${rootfstype} ${consoleargs} consoleblank=0 loglevel=${verbosity} ubootpart=${partuuid} usb-storage.quirks=${usbstoragequirks} ${extraargs} ${extraboardargs}"
if test "${docker_optimizations}" = "on"; then setenv bootargs "${bootargs} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1"; fi
load ${devtype} ${devnum} ${ramdisk_addr_r} ${prefix}uInitrd-${unamer} load ${devtype} ${devnum} ${ramdisk_addr_r} ${prefix}uInitrd-${unamer}
load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}vmlinuz-${unamer} load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}vmlinuz-${unamer}