Commit da3e0482 authored by Anton Midyukov's avatar Anton Midyukov

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

parent c14f1141
#!/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