diff options
6 files changed, 5 insertions, 1 deletions
diff --git a/localfs/etc/sysconfig/network-scripts/.gitignore b/localfs/etc/sysconfig/network-scripts/.gitignore deleted file mode 100644 index d238de3..0000000 --- a/localfs/etc/sysconfig/network-scripts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -keys-* diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-Brueckengandalf b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-Brueckengandalf new file mode 100644 index 0000000..c8ed0b3 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-Brueckengandalf @@ -0,0 +1 @@ +WPA_PSK=some-funny-passphrase diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-dingeling b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-dingeling new file mode 100644 index 0000000..c8ed0b3 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-dingeling @@ -0,0 +1 @@ +WPA_PSK=some-funny-passphrase diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-hotspot b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-hotspot new file mode 100644 index 0000000..7f0a8d2 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-hotspot @@ -0,0 +1 @@ +WPA_PSK=30JahreUnsicherePasswoerter!!!einself diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-gtc b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-gtc new file mode 100644 index 0000000..daca446 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-gtc @@ -0,0 +1 @@ +IEEE_8021X_PASSWORD=your-password-obviously diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-mschapv2 b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-mschapv2 new file mode 100644 index 0000000..d4054f4 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-mschapv2 @@ -0,0 +1 @@ +IEEE_8021X_PASSWORD=your-password-here |