mirror of
https://github.com/rancher/os.git
synced 2025-06-21 12:37:04 +00:00
10 lines
144 B
Bash
Executable File
10 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
# help: For development, creates iso, kernel, initrd gzip compressed
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./build
|
|
./prepare
|
|
ROOTFS=0 ./package
|