Skip to content

Commit 2af6ab6

Browse files
authored
Update build.sh
1 parent efb2ccd commit 2af6ab6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,7 @@ ln -sf /usr/lib/systemd/system/pacman-init.service \
360360

361361
# ── customize_airootfs.sh ─────────────────────────────────────────────────
362362
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'
363+
cat > "${AIROOTFS}/root/customize_airootfs.sh" << 'CUSTOMIZE'
365364
#!/usr/bin/env bash
366365
set -e
367366

0 commit comments

Comments
 (0)