From 77c44167df387caec54cdfc146354d262db106e5 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 13 Nov 2018 11:21:19 -0800 Subject: [PATCH] Delete no longer accurate comments --- live-build/auto/build | 1 - live-build/functions | 1 - 2 files changed, 2 deletions(-) diff --git a/live-build/auto/build b/live-build/auto/build index c875d66e..dd59c30a 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -550,7 +550,6 @@ if [ "$PROJECT" = "ubuntu-touch" ] || [ "$PROJECT" = "ubuntu-touch-custom" ]; th fi # '--initramfs none' produces different manifest names. -# NB! we want stdout appended to the manifest, yet stderr to be printed on stdout if [ -e "binary/$INITFS/filesystem.packages" ]; then ./config/snap-seed-parse "chroot/" "binary/${INITFS}/filesystem.packages" ln "binary/$INITFS/filesystem.packages" "$PREFIX.manifest" diff --git a/live-build/functions b/live-build/functions index 84c35702..2cbe3e02 100644 --- a/live-build/functions +++ b/live-build/functions @@ -43,7 +43,6 @@ create_empty_disk_image() { dd if=/dev/zero of="$1" bs=1 count=0 seek="${imagesize}" } -# NB! we want stdout appended to the manifest, yet stderr to be printed on stdout create_manifest() { local chroot_root=${1} local target_file=${2}