mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
License headers
This commit is contained in:
parent
4d95de08a0
commit
6074e77186
3 changed files with 10 additions and 1 deletions
|
|
@ -1,2 +1,6 @@
|
||||||
*
|
# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
|
||||||
!target
|
!target
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
FROM scratch as build
|
FROM scratch as build
|
||||||
ADD target/ /
|
ADD target/ /
|
||||||
RUN ["/bootstrap-seeds/POSIX/x86/kaem-optional-seed"]
|
RUN ["/bootstrap-seeds/POSIX/x86/kaem-optional-seed"]
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ you can run bootstap inside chroot.
|
||||||
# SPDX-FileCopyrightText: 2021 Melg Eight <public.melg8@gmail.com>
|
# SPDX-FileCopyrightText: 2021 Melg Eight <public.melg8@gmail.com>
|
||||||
# SPDX-FileCopyrightText: 2021-23 Samuel Tyler <samuel@samuelt.me>
|
# SPDX-FileCopyrightText: 2021-23 Samuel Tyler <samuel@samuelt.me>
|
||||||
# SPDX-FileCopyrightText: 2023-24 Gábor Stefanik <netrolller.3d@gmail.com>
|
# SPDX-FileCopyrightText: 2023-24 Gábor Stefanik <netrolller.3d@gmail.com>
|
||||||
|
# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue