mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
add licenses
This commit is contained in:
parent
3ef06654b7
commit
fd1aa8f042
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2023 Max Hearnden <max@hearnden.org.uk>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
set -ex
|
||||
|
||||
PATH=./${ARCH_DIR}/bin
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
/* SPDX-FileCopyrightText: 2023 Max Hearnden <max@hearnden.org.uk> */
|
||||
/* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
|
||||
|
||||
#define CLONE_NEWUSER 0x10000000
|
||||
#define CLONE_NEWNS 0x00020000
|
||||
#define MS_BIND 4096
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue