Skip to content

Commit fa769ec

Browse files
committed
bob-common: use tdx-init dev branch, fix disk mount and support luks resize
1 parent 992bc27 commit fa769ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bob-common/mkosi.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ make_git_package \
3535
# Build tdx-init
3636
make_git_package \
3737
"tdx-init" \
38-
"v0.1.1" \
38+
"ilya/luks-resize-on-unlock" \
3939
"https://github.com/flashbots/tdx-init" \
4040
'go build -trimpath -ldflags "-s -w -buildid=" -o ./build/tdx-init' \
4141
"build/tdx-init:/usr/bin/tdx-init"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dev/disk/by-path/*nvme-2

0 commit comments

Comments
 (0)