Delete no longer accurate comments

sil2100/raspi-wpasupplicant
Steve Langasek 6 years ago
parent 75b9ab1664
commit 77c44167df

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

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

Loading…
Cancel
Save