mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
Merge branch 'master' of noisytoot/lbmk into master
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Generic script for downloading programs used by the build system
|
# Generic script for downloading programs used by the build system
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# helper script: build coreboot images with various payloads
|
# helper script: build coreboot images with various payloads
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: create ROM images for a given mainboard
|
# helper script: create ROM images for a given mainboard
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: clean the dependencies that were built in coreboot
|
# helper script: clean the dependencies that were built in coreboot
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: clean the crossgcc builds
|
# helper script: clean the crossgcc builds
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: clean the dependencies that were built in flashrom
|
# helper script: clean the dependencies that were built in flashrom
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: clean the dependencies that were built in GRUB
|
# helper script: clean the dependencies that were built in GRUB
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: clean the dependencies that were built in memtest86+
|
# helper script: clean the dependencies that were built in memtest86+
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: nothing to see here, forks!
|
# helper script: nothing to see here, forks!
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: delete the ROM images
|
# helper script: delete the ROM images
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: clean the dependencies that were built in seabios
|
# helper script: clean the dependencies that were built in seabios
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (C) 2020 Leah Rowe <info@minifree.org>
|
# Copyright (C) 2020 Leah Rowe <info@minifree.org>
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# arch script: installs build dependencies for Arch Linux
|
# arch script: installs build dependencies for Arch Linux
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# ubuntu2004 script: installs build dependencies for Ubuntu 20.04
|
# ubuntu2004 script: installs build dependencies for Ubuntu 20.04
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: build various coreboot utilities
|
# helper script: build various coreboot utilities
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: builds flashrom source code
|
# helper script: builds flashrom source code
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: builds GRUB2 source code
|
# helper script: builds GRUB2 source code
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: builds memtest86+ source code
|
# helper script: builds memtest86+ source code
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# generate GRUB ELF files (coreboot payload) and configuration files
|
# generate GRUB ELF files (coreboot payload) and configuration files
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: builds SeaBIOS source code
|
# helper script: builds SeaBIOS source code
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: builds Tianocore source code
|
# helper script: builds Tianocore source code
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# helper script: generate release archive (ROM images)
|
# helper script: generate release archive (ROM images)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# helper script: generate release archive (source code)
|
# helper script: generate release archive (source code)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: download coreboot
|
# helper script: download coreboot
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: downloads flashrom and patches it
|
# helper script: downloads flashrom and patches it
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: Downloads GRUB and patches it.
|
# helper script: Downloads GRUB and patches it.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: downloads ich9utils
|
# helper script: downloads ich9utils
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# helper script: Downloads MemTest86+ and patches it
|
# helper script: Downloads MemTest86+ and patches it
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015, 2016, 2021 Leah Rowe <info@minifree.org>
|
# Copyright (C) 2015, 2016, 2021 Leah Rowe <info@minifree.org>
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020 Leah Rowe <info@minifree.org>
|
# Copyright (C) 2020 Leah Rowe <info@minifree.org>
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (C) 2021 Leah Rowe <info@minifree.org>
|
# Copyright (C) 2021 Leah Rowe <info@minifree.org>
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# helper script: update coreboot configs (run make oldconfig)
|
# helper script: update coreboot configs (run make oldconfig)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# helper script: update coreboot configs (run make oldconfig)
|
# helper script: update coreboot configs (run make oldconfig)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# helper script: update coreboot configs (run make oldconfig)
|
# helper script: update coreboot configs (run make oldconfig)
|
||||||
|
|||||||
Reference in New Issue
Block a user