From 2d3f07bb8b273701f44dd521b35029533fac3137 Mon Sep 17 00:00:00 2001 From: Leif Liddy Date: Dec 23 2022 18:25:08 +0000 Subject: [PATCH 1/3] Change mktemp dir to /var/tmp To allow building on systems that don't have enough memory to contain the image. --- diff --git a/make-asahi-installer-package.sh b/make-asahi-installer-package.sh index 1678b69..b4142fd 100755 --- a/make-asahi-installer-package.sh +++ b/make-asahi-installer-package.sh @@ -32,7 +32,7 @@ fi requireCommands 7z awk cat cp dd fdisk file mkdir mv stat wget -workdir="$(mktemp -d)" +workdir="$(mktemp -dp /var/tmp)" trap 'rm -rf "$workdir"' EXIT basedir="$PWD" From f0d80ee2d5dcb4e77c1ceaae15707f69546eaf6e Mon Sep 17 00:00:00 2001 From: Leif Liddy Date: Dec 23 2022 20:03:18 +0000 Subject: [PATCH 2/3] Create a minimal build profile The idea behind this was twofold: 1. to allow developers to quickly test the build process 2. to give users the option of installing minimalistic environment --- diff --git a/config.xml b/config.xml index edbbf2f..e39c67f 100644 --- a/config.xml +++ b/config.xml @@ -21,6 +21,7 @@ + diff --git a/platforms/minimal.xml b/platforms/minimal.xml new file mode 100644 index 0000000..f48539b --- /dev/null +++ b/platforms/minimal.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + From f74abb17b66c1dc730d831032b94f2e54b918173 Mon Sep 17 00:00:00 2001 From: Leif Liddy Date: Dec 23 2022 20:10:25 +0000 Subject: [PATCH 3/3] corrected minimal profile --- diff --git a/platforms/minimal.xml b/platforms/minimal.xml index f48539b..07967b2 100644 --- a/platforms/minimal.xml +++ b/platforms/minimal.xml @@ -1,23 +1,35 @@ - - - + + + + - - - + + + + + - - - - + + + + + + + + + + + + + - - - + + +