mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Refactor build scripts
This commit is contained in:
8
scripts/package
Executable file
8
scripts/package
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
./package-rootfs
|
||||
./package-initrd
|
||||
./package-iso
|
Reference in New Issue
Block a user