Skip to content

Commit

Permalink
feat(backend/custom): wip still figuring out why unsquash isn't working
Browse files Browse the repository at this point in the history
Co-authored-by: Cappy Ishihara <[email protected]>
  • Loading branch information
madonuko and korewaChino committed Jan 23, 2025
1 parent 7624219 commit 9cd2995
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 34 deletions.
178 changes: 166 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ serde_valid = { version = "0.24.0", features = ["toml"] }
os_pipe = "1.2.1"
tee_readwrite = "0.2.0"
nix = { version = "0.29.0", features = ["mount"] }
backhand = "0.18.0"
backhand = "0.20.0"
glob = "0.3.1"
enum_dispatch = "0.3.13"
scopeguard = "1.2.0"
Expand All @@ -53,6 +53,7 @@ ipc-channel = { version = "0.19.0", features = ["async"] }
which = "7.0.1"
freedesktop-desktop-entry = "0.7.7"
fs-more = "0.8.0"
dircpy = "0.3.19"

[dependencies.os-detect]
git = "https://github.com/FyraLabs/distinst"
Expand Down
5 changes: 4 additions & 1 deletion scripts/run-dev.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/bin/bash
# Run against the dev evnironment setup by setup-dev.sh

export READYMADE_LOG=trace
export READYMADE_LOG=trace,backhand=debug
export READYMADE_CONFIG=templates/ultramarine.toml
export REPART_COPY_SOURCE=$(pwd)/dev/install_root
# : ${REPART_COPY_SOURCE:=$(pwd)/dev/install_root}
# export REPART_COPY_SOURCE=$REPART_COPY_SOURCE
# export REPART_COPY_SOURCE=/home/mado/ドキュメント/images/beta/ultramarine-plasma-rdm2-41-live-x86_64/LiveOS/squashfs.img
export RUST_BACKTRACE=full
export READYMADE_DRY_RUN=0
export READYMADE_REPART_DIR=$(pwd)/templates
Expand Down
Loading

0 comments on commit 9cd2995

Please sign in to comment.