mirror of
https://github.com/rancher/os.git
synced 2025-06-21 20:47:04 +00:00
9 lines
86 B
Bash
Executable File
9 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./package-rootfs
|
|
./package-initrd
|
|
./package-iso
|