mirror of
https://github.com/rancher/os.git
synced 2025-09-11 11:41:35 +00:00
Add version string to the initrd file so we can have 2 modern initrd's on the disk
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -10,7 +10,7 @@ source $(dirname $0)/version
|
||||
|
||||
cd $(dirname $0)/../tests
|
||||
|
||||
if [ ! -e ../dist/artifacts/initrd ]; then
|
||||
if [ ! -e "$INITRD" ]; then
|
||||
../scripts/dev
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user