mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Code cleaning attempts (#2925)
* Move function run_on_sdcard to more appropriate location * Focus on bash headers, unify, adjust (c) * Adjust (c) to range * Cleanup compile.sh * Cleaning main * Build all, main configs * fine tunning * Improve readme
This commit is contained in:
@@ -1,21 +1,25 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com
|
||||
# Copyright (c) 2013-2021 Igor Pecovnik, igor.pecovnik@gma**.com
|
||||
#
|
||||
# This file is licensed under the terms of the GNU General Public
|
||||
# License version 2. This program is licensed "as is" without any
|
||||
# warranty of any kind, whether express or implied.
|
||||
|
||||
#
|
||||
# This file is a part of the Armbian build script
|
||||
# https://github.com/armbian/build/
|
||||
|
||||
# Functions:
|
||||
|
||||
# create_chroot
|
||||
# chroot_prepare_distccd
|
||||
# chroot_build_packages
|
||||
# chroot_installpackages_local
|
||||
# chroot_installpackages
|
||||
|
||||
|
||||
|
||||
|
||||
# create_chroot <target_dir> <release> <arch>
|
||||
#
|
||||
create_chroot()
|
||||
|
||||
Reference in New Issue
Block a user