diff options
Diffstat (limited to 'polystrap/novena/packages')
-rw-r--r-- | polystrap/novena/packages/base | 18 | ||||
-rw-r--r-- | polystrap/novena/packages/helpful | 16 | ||||
-rw-r--r-- | polystrap/novena/packages/wireless | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/polystrap/novena/packages/base b/polystrap/novena/packages/base index 6c2dda9c8..17f4aa1e2 100644 --- a/polystrap/novena/packages/base +++ b/polystrap/novena/packages/base @@ -1,2 +1,20 @@ +file +screen +base-files +hostname +udev +apt +dialog fakeroot fakechroot +less +openssh-server +kmod +isc-dhcp-client +apt-utils +sudo +vim-tiny +locales +ifupdown +net-tools +firmware-linux-free diff --git a/polystrap/novena/packages/helpful b/polystrap/novena/packages/helpful new file mode 100644 index 000000000..5dea3a036 --- /dev/null +++ b/polystrap/novena/packages/helpful @@ -0,0 +1,16 @@ +manpages +man-db +i2c-tools +build-essential +wget +iproute +parted +dosfstools +iputils-ping +iptables +traceroute +dnsutils +lsof +ethtool +pciutils +git-core diff --git a/polystrap/novena/packages/wireless b/polystrap/novena/packages/wireless new file mode 100644 index 000000000..78abe2020 --- /dev/null +++ b/polystrap/novena/packages/wireless @@ -0,0 +1,5 @@ +iw +wireless-tools +wpasupplicant +hostapd +rfkill |