Skip to content

Instantly share code, notes, and snippets.

@knotdevel
knotdevel / deboot.sh
Last active April 27, 2024 15:16
script to build Ubuntu rootfs (for arm64, armhf, powerpc, ppc64el)
#!/bin/bash
#
# deboot.sh
# script to build Ubuntu rootfs (for arm64, armhf, powerpc, ppc64el)
#
# Copyright 2017 knotdevel
# Released under the MIT license
# http://opensource.org/licenses/mit-license.php
#
#
@knotdevel
knotdevel / cross.sh
Last active February 24, 2024 16:42
script to build cross compilers and canadian cross compilers
#!/bin/bash
#
# cross.sh
# Building cross compilers and canadian cross compilers
# (i686, x86_64, arm, aarch64, powerpc, powerpc64)
#
# Copyright 2017 knotdevel
# Released under the MIT license
# http://opensource.org/licenses/mit-license.php
#