mirror of
https://github.com/KDE/kde-linux.git
synced 2026-02-01 11:31:38 -05:00
debug--
This commit is contained in:
3
build.sh
3
build.sh
@@ -35,8 +35,6 @@ cat <<- EOF > mkosi.conf.d/00-outputdirectory.conf
|
||||
OutputDirectory=${PWD}
|
||||
EOF
|
||||
|
||||
env
|
||||
echo "from pathlib import Path; print(Path.cwd())" | python -
|
||||
mkosi \
|
||||
--distribution arch \
|
||||
--image-id "$NAME" \
|
||||
@@ -44,7 +42,6 @@ mkosi \
|
||||
"$@"
|
||||
|
||||
# NOTE: /efi must be empty so auto mounting can happen. As such we put our templates in a different directory
|
||||
ls -lah
|
||||
rm -rfv "${OUTPUT}/efi"
|
||||
[ -d "${OUTPUT}/efi" ] || mkdir --mode 0700 "${OUTPUT}/efi"
|
||||
[ -d "${OUTPUT}/efi-template" ] || mkdir --mode 0700 "${OUTPUT}/efi-template"
|
||||
|
||||
Reference in New Issue
Block a user