repo.or.cz
/
debian-live-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Releasing debian version 4.0.0-1.
[debian-live-boot.git]
/
debian
/
live-boot.bug-script
blob
e3f6d36cc3bb6c978f27a5e424f46c6285d6065f
1
#!/bin/sh
2
3
# Checking depends
4
dpkg
-l
busybox busybox-initramfs initramfs-tools udev
5
6
# Checking recommends
7
dpkg
-l
rsync uuid-runtime
8
9
# Checking suggests
10
dpkg
-l
curlftpfs cryptsetup httpfs2 unionfs-fuse wget
11
12
# Checking other packages
13
dpkg
-l
plymouth
14
15
exit
0