-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/multi platform #1866
Merged
Merged
Feature/multi platform #1866
Changes from 49 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
dce575b
wip
dr-bonez 1ca46d1
wip
dr-bonez 5916ef8
wip
dr-bonez ab4d74b
wip
dr-bonez 48e2278
wip
dr-bonez a659b6e
wip
dr-bonez 594667d
remove debian dir
dr-bonez 145a62f
lazy env and git hash
dr-bonez 6ed7476
remove env and git hash on clean
dr-bonez 70c4621
don't leave project dir
dr-bonez e75fb3e
use docker for native builds
dr-bonez f5f66a8
start9 rust
dr-bonez 0925a69
correctly mount registry
dr-bonez 26b61f0
remove systemd config
dr-bonez 1ac4b33
switch to /usr/bin
dr-bonez 5c79e3f
disable sound for now
dr-bonez ad4a3ff
wip
dr-bonez 4aad843
change disk list
dr-bonez 5656040
multi-arch images
dr-bonez 4749681
multi-arch system images
dr-bonez e4e3b39
default aarch64
dr-bonez ae06790
edition 2021
dr-bonez e0afd24
dynamic wifi interface name
dr-bonez 84e8163
use wifi interface from config
dr-bonez f1f9ee4
bugfixes
dr-bonez e2b8640
add beep based sound
dr-bonez f39b87e
wip
dr-bonez 175fc61
wip
dr-bonez 7dc8ba3
wip
dr-bonez 7e5cbf5
separate out raspberry pi specific files
dr-bonez ade1ebf
fixes
dr-bonez 93355f2
use new initramfs always
dr-bonez 5c78ff1
switch journald conf to sed script
dr-bonez 8afe09f
fixes
dr-bonez 3bd29a1
fix permissions
dr-bonez 62988ef
talking about kernel modules not scripts
dr-bonez 7d38328
fix
dr-bonez cc176e4
fix
dr-bonez 8877a10
switch to MBR
dr-bonez a05fc2b
install to /usr/lib
dr-bonez b4e4cd5
fixes
dr-bonez 2ba7b68
fixes
dr-bonez bb75534
fixes
dr-bonez d42a224
fixes
dr-bonez 401ebd4
add media config to cfg path
dr-bonez a5959fa
fixes
dr-bonez 7680bde
fixes
dr-bonez 81ffa30
fixes
dr-bonez f4d764a
raspi image fixes
dr-bonez 75a0dce
fix test
dr-bonez f9273f0
fix workflow
dr-bonez cc94e6d
sync boot partition
dr-bonez b5c25cc
gahhhhh
dr-bonez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -15,4 +15,5 @@ secrets.db | |
/cargo-deps/**/* | ||
/ENVIRONMENT.txt | ||
/GIT_HASH.txt | ||
/eos.tar.gz | ||
/embassyos-*.tar.gz | ||
/*.deb |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Aiden McClelland <me@drbonez.dev>"] | ||
description = "The core of the Start9 Embassy Operating System" | ||
documentation = "https://docs.rs/embassy-os" | ||
edition = "2018" | ||
edition = "2021" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 Woot |
||
keywords = [ | ||
"self-hosted", | ||
"raspberry-pi", | ||
|
@@ -42,7 +42,7 @@ path = "src/bin/avahi-alias.rs" | |
|
||
[features] | ||
avahi = ["avahi-sys"] | ||
default = ["avahi", "sound", "metal", "js_engine"] | ||
default = ["avahi", "metal", "sound", "js_engine"] | ||
dev = [] | ||
metal = [] | ||
sound = [] | ||
|
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍