move wifi to networking

This commit is contained in:
Malin Freeborn 2020-01-09 13:31:03 +01:00
parent ead8fcad79
commit e280823a4c
2 changed files with 14 additions and 0 deletions

13
distros/void/install.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
[ -z $1 ] && X=a || X=$1
ls /dev/sd"$X"2 || exit 1
mount /dev/sd"X"1 /mnt
mkdir /mnt/boot
for dir in dev proc sys; do
mkdir /mnt/$dir
mount --rbind /$dir /mnt/$dir
done
xbps-install -Sy -r /mnt base-system grub vim

View File

@ -1,6 +1,7 @@
# Netstat Stuff
Stats on local net usage within domain.
> iftop -p -n
> whois domain.com