The addition of disk-image to series files in a prior commit required some explanation. Without comment support in series files that was not possible. This patch adds support for comments and adds those comments as well.ubuntu/disco
parent
00b995c7e2
commit
2fecd44890
@ -1,2 +1,3 @@
|
|||||||
|
# Include disk-image to ensure livecd.ubuntu-cpc.ext4 is consistent
|
||||||
depends disk-image
|
depends disk-image
|
||||||
base/create-root-dir.binary
|
base/create-root-dir.binary
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# Include disk-image to ensure livecd.ubuntu-cpc.ext4 is consistent
|
||||||
depends disk-image
|
depends disk-image
|
||||||
depends root-dir
|
depends root-dir
|
||||||
base/root-squashfs.binary
|
base/root-squashfs.binary
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# Include disk-image to ensure livecd.ubuntu-cpc.ext4 is consistent
|
||||||
depends disk-image
|
depends disk-image
|
||||||
depends root-dir
|
depends root-dir
|
||||||
base/root-xz.binary
|
base/root-xz.binary
|
||||||
|
Loading…
Reference in new issue