Fix missing trailing newline in sources.list
Re-implement MR #49 by Diederik de Haas.
This commit is contained in:
parent
433100f5cb
commit
b339942ca4
|
@ -49,11 +49,11 @@ steps:
|
||||||
unless: rootfs_unpacked
|
unless: rootfs_unpacked
|
||||||
|
|
||||||
- create-file: /etc/apt/sources.list
|
- create-file: /etc/apt/sources.list
|
||||||
trailing-newline: '1'
|
contents: |+
|
||||||
contents: |
|
|
||||||
deb http://deb.debian.org/debian __RELEASE__ main contrib non-free
|
deb http://deb.debian.org/debian __RELEASE__ main contrib non-free
|
||||||
deb http://security.debian.org/debian-security __SECURITY_SUITE__ main contrib non-free
|
deb http://security.debian.org/debian-security __SECURITY_SUITE__ main contrib non-free
|
||||||
__BACKPORTS__
|
__BACKPORTS__
|
||||||
|
|
||||||
unless: rootfs_unpacked
|
unless: rootfs_unpacked
|
||||||
|
|
||||||
- copy-file: /etc/initramfs-tools/hooks/rpi-resizerootfs
|
- copy-file: /etc/initramfs-tools/hooks/rpi-resizerootfs
|
||||||
|
|
Loading…
Reference in New Issue