-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|