Commit 29f5c5e5 authored by Anton Midyukov's avatar Anton Midyukov Committed by Roman Alifanov

stage2: save cpe from /etc/os-release to .disk/cpe

parent 5ccb68f4
#!/bin/sh -ef
cd /.image
mkdir -p .disk
. /etc/os-release
[ -n "${CPE_NAME:-}" ] || exit 1
echo "${CPE_NAME:-}" > .disk/cpe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment