diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 19:14:23 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:27 +0100 |
commit | f6f3b5de7d49571348881578b8f7e05ce7a46d3b (patch) | |
tree | a67b80d91a34f33229b43666faad7b2c28873d76 /debian/live-boot.bug-script | |
parent | 5f5c851555483178b7c7321cb8be63781d91aafe (diff) | |
download | live-boot-f6f3b5de7d49571348881578b8f7e05ce7a46d3b.tar.gz live-boot-f6f3b5de7d49571348881578b8f7e05ce7a46d3b.zip |
Exiting with 0 in live-boot bug script (Closes: #595262).
Diffstat (limited to 'debian/live-boot.bug-script')
-rw-r--r-- | debian/live-boot.bug-script | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/live-boot.bug-script b/debian/live-boot.bug-script index d56b035..4f327b1 100644 --- a/debian/live-boot.bug-script +++ b/debian/live-boot.bug-script @@ -11,3 +11,5 @@ dpkg -l loop-aes-utils curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools # Checking other packages dpkg -l cryptsetup splashy usplash + +exit 0 |