mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05:00
12 lines
181 B
Text
12 lines
181 B
Text
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
source $(dirname $0)/version
|
||
|
|
|
||
|
|
cd $(dirname $0)/../image
|
||
|
|
./build
|
||
|
|
|
||
|
|
cp ../bin/rio-full ../bin/rio
|
||
|
|
echo -n "_sqmagic_" >> ../bin/rio
|
||
|
|
cat main.squashfs >> ../bin/rio
|