Skip to content

Commit

Permalink
SPDX stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
macmpi committed May 12, 2023
1 parent a518b2d commit 5193a92
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LICENSE.spdx
Original file line number Diff line number Diff line change
@@ -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 modified headless.apkovl.tar.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions make.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT

chmod 600 overlay/etc/ssh/ssh_host_*_key
chmod +x overlay/etc/local.d/headless.start
tar czvf headless.apkovl.tar.gz -C overlay etc --owner=0 --group=0
3 changes: 3 additions & 0 deletions overlay/etc/local.d/headless.start
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT

VERSION="0.6"

# Redirect stdout and errors to console as rc.local does not log anything
Expand Down
3 changes: 3 additions & 0 deletions overlay/etc/modprobe.d/g_ether.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT

# 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
3 changes: 3 additions & 0 deletions overlay/etc/modules-load.d/g_ether.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT

# added to support USB-Ethernet gadget mode at boot for Pi devices
# also requires dtoverlay=dwc2 is added to usercfg.txt or config.txt

Expand Down
3 changes: 3 additions & 0 deletions sample_interfaces
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT

# Sample network interfaces file

auto lo
Expand Down
3 changes: 3 additions & 0 deletions sample_unattended.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#/bin/sh

# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT

## collection of few code snippets as sample unnatteded actions some may find usefull


Expand Down
3 changes: 3 additions & 0 deletions sample_wpa_supplicant.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT

# Sample wpa_supplicant.conf
country=FR

Expand Down

0 comments on commit 5193a92

Please sign in to comment.