Skip to content

Commit

Permalink
move bootstrap to zos repo
Browse files Browse the repository at this point in the history
Signed-off-by: Ashraf Fouda <[email protected]>
  • Loading branch information
ashraffouda committed Feb 18, 2025
1 parent e88c507 commit ff6e3dd
Show file tree
Hide file tree
Showing 17 changed files with 2,521 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bootstrap/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
build:
cd ../cmds && make internet
cd bootstrap && make release

install: build
mkdir -p ${ROOT}/etc/zinit/
mkdir -p ${ROOT}/bin
mkdir -p ${ROOT}/sbin

# install interent
cp ../bin/internet ${ROOT}/bin

# install bootstrap
cp -a etc ${ROOT}
cp -a usr ${ROOT}
cp bootstrap/target/x86_64-unknown-linux-musl/release/bootstrap ${ROOT}/sbin/
2 changes: 2 additions & 0 deletions bootstrap/bootstrap/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
**/*.rs.bk
Loading

0 comments on commit ff6e3dd

Please sign in to comment.