diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-26 04:08:56 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-26 04:08:56 -0400 |
commit | 19fc3ad482a467dbfcd27c8366ba026107498f4f (patch) | |
tree | 215c1290167cd213ed0b82bd9a9d23ea6bac2778 /patchroot.sh | |
parent | c33cb424ef479a6947395391b3771cc56b2d6161 (diff) |
ejection script for cdrom duplication
included some necessary dependencies
Diffstat (limited to 'patchroot.sh')
-rwxr-xr-x | patchroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchroot.sh b/patchroot.sh index e211377..3efa8ec 100755 --- a/patchroot.sh +++ b/patchroot.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | pkgs='avahi-daemon git tmux btrfs-tools/jessie-backports sshfs' | 3 | pkgs='avahi-daemon git tmux btrfs-tools/jessie-backports sshfs eject' |
4 | pkgs="$pkgs $(cat initrd-dependencies.txt)" | 4 | pkgs="$pkgs $(cat initrd-dependencies.txt)" |
5 | pkgs="$pkgs linux-image-$(uname -r)" | 5 | pkgs="$pkgs linux-image-$(uname -r)" |
6 | 6 | ||