File: live-boot.bug-script

package info (click to toggle)
live-boot 2.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 600 kB
  • ctags: 59
  • sloc: sh: 3,024; makefile: 140
file content (15 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Checking depends
dpkg -l busybox file initramfs-tools sudo udev user-setup

# Checking recommends
dpkg -l eject uuid-runtime wget

# Checking suggests
dpkg -l loop-aes-utils curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools

# Checking other packages
dpkg -l cryptsetup plymouth

exit 0