Skip to content

Instantly share code, notes, and snippets.

View anatol's full-sized avatar
💭
Жыве Беларусь!

Anatol Pomozov anatol

💭
Жыве Беларусь!
View GitHub Profile
@anatol
anatol / config.txt
Last active August 5, 2019 19:26
Building ChromeOS kernel without chroot
earlyprintk=ttyS0,115200n8
console=tty1
console=ttyS0,115200n8
loglevel=7
init=/sbin/init
cros_secure
oops=panic
panic=-1
root=PARTUUID=%U/PARTNROFF=1
rootwait
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=jiri-git
pkgver=r1423
pkgrel=1
pkgdesc='A tool for multi-repo development similar to Android repo'
arch=(i686 x86_64)
url='https://fuchsia.googlesource.com/jiri'
license=(MIT)
depends=()
-- Logs begin at Mon 2016-12-26 12:45:42 PST, end at Thu 2017-11-02 22:27:54 PDT. --
Oct 31 21:14:26 argo kernel: microcode: microcode updated early to revision 0xba, date = 2017-04-09
Oct 31 21:14:26 argo kernel: random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
Oct 31 21:14:26 argo kernel: Linux version 4.13.10-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Fri Oct 27 16:16:03 CEST 2017
Oct 31 21:14:26 argo kernel: Command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=UUID=8bb729d1-3512-49b9-968b-e2f67253da29:cryptroot root=/dev/mapper/cryptroot rw drm.debug=0xe log_bug_len=2M initrd=../intel-ucode.img,../initramfs-linux.img
Oct 31 21:14:26 argo kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 31 21:14:26 argo kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 31 21:14:26 argo kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 31 21:14:26 argo kernel: x86/fpu: Supporting XSAVE feature 0x00
$Id: PKGBUILD 256714 2017-09-09 22:42:50Z anatolik $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Guillaume ALAUX <guillaume@archlinux.org>
# Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
pkgbase=wireshark
pkgver=2.4.1
pkgrel=2
arch=('i686' 'x86_64')
license=('GPL2')
#!/bin/sh
set -e
package=$1
mkdir -p $package/{repos,trunk}
touch $package/trunk/PKGBUILD
svn add $package
svn propset svn:keywords "Id" $package/trunk/PKGBUILD
#!/usr/bin/ruby
# Android build system is ugly. It uses its own complicated Make-based system,
# mixes C and C++ in the project.
# This script generates a simple script to build the Android tools.
def expand(dir, files)
files.uniq.map{|f| File.join(dir,f)}
end
@anatol
anatol / build.rb
Created November 29, 2011 02:01
build tup PPA
#!/usr/bin/ruby
# directory git should contain 2 branches: origin/master and debian
system("rm -rf debian && mkdir debian")
Dir.chdir('git')
system('git remote update && git reset --hard origin/master')
version = `git describe`.chomp
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_EXPERT=y
CONFIG_LOCALVERSION="anatol"
Index: PKGBUILD
===================================================================
--- PKGBUILD (revision 237257)
+++ PKGBUILD (working copy)
@@ -8,17 +8,20 @@
arch=('i686' 'x86_64')
url="http://www.kernel.org/pub/software/network/tftp/tftp-hpa/"
license=('BSD')
+backup=('etc/tftpd.conf')
depends=('readline>=6.0.00')
Index: PKGBUILD
===================================================================
--- PKGBUILD (revision 130577)
+++ PKGBUILD (working copy)
@@ -6,7 +6,7 @@
pkgname=v8
# use http://omahaproxy.appspot.com/ to find stable v8 version
-pkgver=3.30.33.16
+pkgver=4.2.77.14