Delete no longer accurate comments

This commit is contained in:
Steve Langasek 2018-11-13 11:21:19 -08:00
parent 75b9ab1664
commit 77c44167df
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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}