mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
Speed up build and run tests
This commit is contained in:
8
scripts/dev
Executable file
8
scripts/dev
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# help: For development, creates iso, kernel, initrd gzip compressed
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
./build
|
||||
./prepare
|
||||
COMPRESS="gzip -1" ROOTFS=0 ./package
|
Reference in New Issue
Block a user