File: live-boot.bug-script

package info (click to toggle)
live-boot 1%3A20170112
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 732 kB
  • ctags: 78
  • sloc: sh: 3,217; makefile: 152
file content (15 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Checking depends
dpkg -l busybox busybox-initramfs initramfs-tools udev

# Checking recommends
dpkg -l rsync uuid-runtime

# Checking suggests
dpkg -l curlftpfs cryptsetup httpfs2 wget

# Checking other packages
dpkg -l plymouth

exit 0