-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -44,7 +44,7 @@ USER_DATA_DIR=/.bottlerocket/bootstrap-containers/current | |
# This is the in-container view of where the host's `/var` can be accessed. | ||
HOST_VAR_DIR=/.bottlerocket/rootfs/var | ||
# The directory that'll be created by this bootstrap container | ||
MY_HOST_DIR=$VAR_DIR/lib/my_directory | ||
MY_HOST_DIR=$HOST_VAR_DIR/lib/my_directory | ||
# Create it! | ||
mkdir -p "$MY_HOST_DIR" | ||
# Write the user-data to stdout (to the journal) and to our new path: | ||
|
@@ -74,4 +74,4 @@ journalctl -u [email protected] | |
|
||
## Colophon | ||
|
||
This text was generated using [cargo-readme](https://crates.io/crates/cargo-readme), and includes the rustdoc from `src/main.rs`. | ||
This text was generated using [cargo-readme](https://crates.io/crates/cargo-readme), and includes the rustdoc from `src/main.rs`. |