mirror of
https://github.com/rancher/os.git
synced 2025-06-20 12:11:56 +00:00
9 lines
168 B
Bash
Executable File
9 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
# help: For development, creates iso, kernel, initrd gzip compressed
|
|
|
|
cd $(dirname $0)
|
|
|
|
./build
|
|
./prepare
|
|
INSTALLER=0 COMPRESS="gzip -1" ROOTFS=0 ./package
|