Skip to content

Instantly share code, notes, and snippets.

View xairy's full-sized avatar

Andrey Konovalov xairy

View GitHub Profile
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.18.0-rc2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="Ubuntu clang version 12.0.0-3ubuntu1~21.04.2"
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_CLANG_VERSION=120000
CONFIG_AS_IS_LLVM=y
CONFIG_AS_VERSION=120000
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.18.0-rc2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="Ubuntu clang version 12.0.0-3ubuntu1~21.04.2"
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_CLANG_VERSION=120000
CONFIG_AS_IS_LLVM=y
CONFIG_AS_VERSION=120000
@xairy
xairy / ubutnu-bionic-gui.Vagrantfile
Last active December 8, 2020 15:44
Vagrantfile for VirtualBox-based custom Ubutu Bionic box with GUI
Vagrant.configure(2) do |config|
# VM name for vagrant management.
config.vm.define "my-vm"
# Base VM image.
config.vm.box = "ubuntu/bionic64"
# Enlarge disk (will also convert the format from VMDK to VDI).
# Requires: vagrant plugin install vagrant-disksize
config.disksize.size = "50GB"