+$(MAKE) $(KERNEL_MAKEOPTS) vmlinux find $(LINUX_DIR) $(STAGING_DIR_ROOT)/lib/modules -name \*.ko | \ xargs $(TARGET_CROSS)nm | \ awk '$$$$1 == "U" { print $$$$2 } ' | \ sort -u > $(KERNEL_BUILD_DIR)/mod_symtab.
Make a user in the operator group: ``` sudo useradd -m -s /bin/bash operator1 sudo usermod -aG users operator1 sudo usermod -aG operator operator1 ``` This may be enough, but on my install which didn't complete I had to add the sudo entry manually. ``` visudo ``` Add the...
config_host_data.set_quoted('CONFIG_QEMU_MODDIR', get_option('prefix') / qemu_moddir) config_host_data.set_quoted('CONFIG_SYSCONFDIR', get_option('prefix') / get_option('sysconfdir')) config_host_data.set('CONFIG_COCOA', cocoa.found()) ...