mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Delete no longer accurate comments
This commit is contained in:
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…
x
Reference in New Issue
Block a user