We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb2ccd commit 2af6ab6Copy full SHA for 2af6ab6
1 file changed
build.sh
@@ -360,8 +360,7 @@ ln -sf /usr/lib/systemd/system/pacman-init.service \
360
361
# ── customize_airootfs.sh ─────────────────────────────────────────────────
362
mkdir -p "${AIROOTFS}/root"
363
-# customize_airootfs.sh is built in two heredoc passes so we can inject the
364
-cat > "${AIROOTFS}/root/customize_airootfs.sh" << 'CUSTOMIZE_PART1'
+cat > "${AIROOTFS}/root/customize_airootfs.sh" << 'CUSTOMIZE'
365
#!/usr/bin/env bash
366
set -e
367
0 commit comments