SPDX stuff
This commit is contained in:
parent
a518b2d421
commit
2c82439dd4
|
@ -0,0 +1,7 @@
|
||||||
|
SPDXVersion: SPDX-2.1
|
||||||
|
DataLicense: CC0-1.0
|
||||||
|
PackageName: alpine-linux-headless-bootstrap
|
||||||
|
PackageOriginator: macmpi
|
||||||
|
PackageHomePage: https://github.com/macmpi/alpine-linux-headless-bootstrap
|
||||||
|
PackageLicenseDeclared: MIT
|
||||||
|
|
Binary file not shown.
3
make.sh
3
make.sh
|
@ -1,3 +1,6 @@
|
||||||
|
# Copyright 2022 - 2023, macmpi
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
chmod 600 overlay/etc/ssh/ssh_host_*_key
|
chmod 600 overlay/etc/ssh/ssh_host_*_key
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Copyright 2022 - 2023, macmpi
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
VERSION="0.6"
|
VERSION="0.6"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Copyright 2022 - 2023, macmpi
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# added to support USB-Ethernet gadget mode at boot for Pi devices
|
# added to support USB-Ethernet gadget mode at boot for Pi devices
|
||||||
|
|
||||||
options g_ether dev_addr=ea:64:2f:e8:19:94 host_addr=f6:67:ce:b3:c0:ea
|
options g_ether dev_addr=ea:64:2f:e8:19:94 host_addr=f6:67:ce:b3:c0:ea
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Copyright 2022 - 2023, macmpi
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# added to support USB-Ethernet gadget mode at boot for Pi devices
|
# added to support USB-Ethernet gadget mode at boot for Pi devices
|
||||||
# also requires dtoverlay=dwc2 is added to usercfg.txt or config.txt
|
# also requires dtoverlay=dwc2 is added to usercfg.txt or config.txt
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Copyright 2022 - 2023, macmpi
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Sample network interfaces file
|
# Sample network interfaces file
|
||||||
|
|
||||||
auto lo
|
auto lo
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Copyright 2022 - 2023, macmpi
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#/bin/sh
|
#/bin/sh
|
||||||
|
|
||||||
## collection of few code snippets as sample unnatteded actions some may find usefull
|
## collection of few code snippets as sample unnatteded actions some may find usefull
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Copyright 2022 - 2023, macmpi
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Sample wpa_supplicant.conf
|
# Sample wpa_supplicant.conf
|
||||||
country=FR
|
country=FR
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue