mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-14 14:22:20 +00:00
🐛 correctly copy artifacts
grub2 artifacts are expected in the grub2 directory
This commit is contained in:
committed by
GitHub
parent
086dbca453
commit
2309c0f175
@@ -299,7 +299,8 @@ tune2fs -L ${SYSTEM_LABEL} ${RECOVERY}/cOS/recovery.img
|
|||||||
|
|
||||||
# Install real grub config to recovery
|
# Install real grub config to recovery
|
||||||
cp -rfv /$model/grub/config/* $RECOVERY
|
cp -rfv /$model/grub/config/* $RECOVERY
|
||||||
cp -rfv /$model/grub/artifacts/* $RECOVERY
|
mkdir -p $RECOVERY/grub2
|
||||||
|
cp -rfv /$model/grub/artifacts/* $RECOVERY/grub2
|
||||||
|
|
||||||
sync
|
sync
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user