1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Started separating out the kernel modules from initrd, but there are some details that will delay it

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-12-06 10:33:10 +10:00
parent cc78ff7bd1
commit f5193d065a
6 changed files with 62 additions and 17 deletions

View File

@@ -37,6 +37,7 @@ BUILD_ID=
HERE
# need to make relative links to the os-release file
mkdir -p ${INITRD_DIR}/usr/lib
cd ${INITRD_DIR}/usr/lib
ln -s ../share/rancher/os-release os-release
cd $(dirname $0)/..