mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Imported 2.578
No reason for CPC update specified.
This commit is contained in:
parent
def06d26f7
commit
32609d380d
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.578) disco; urgency=medium
|
||||
|
||||
* Fix the sed script that Tobias had right in the first place and I
|
||||
mangled in the previous upload.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Sat, 13 Apr 2019 02:13:19 -0700
|
||||
|
||||
livecd-rootfs (2.577) disco; urgency=medium
|
||||
|
||||
[ Tobias Koch ]
|
||||
|
@ -448,7 +448,7 @@ _snap_post_process() {
|
||||
# Remove snap, assertions and entry in seed.yaml
|
||||
rm -f ${snaps_dir}/snapd_[0-9]*.snap
|
||||
rm -f ${assertions_dir}/snapd_[0-9]*.assert
|
||||
sed -i -e'/name: snapd/,+2d' $seed_yaml
|
||||
sed -i -e'N;/name: snapd/,+2d' $seed_yaml
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user