diff options
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 3efa8ec..4f05de6 100755 --- a/patchroot.sh +++ b/patchroot.sh | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | pkgs='avahi-daemon git tmux btrfs-tools/jessie-backports sshfs eject' | 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)/jessie-backports" |
6 | 6 | ||
7 | default_sources_list() | 7 | default_sources_list() |
8 | { | 8 | { |