diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-10-05 12:27:42 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-10-05 12:27:42 +0200 |
commit | 077e81e4585a2490f4fa9251a9f3602c9ed4ce02 (patch) | |
tree | 7048ada46d2fe08c2c3b61ba5e92d79c9f9720d8 /configs | |
parent | 99ae5779460a23f5d2751777dd13dc009f63cfbe (diff) | |
download | archiso32-077e81e4585a2490f4fa9251a9f3602c9ed4ce02.tar.xz |
Add rfkill to the live system
Some wireless devices need to be enabled before use which is easier using rfkill.
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/releng/packages.i686 | 1 | ||||
-rw-r--r-- | configs/releng/packages.x86_64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686 index b300c60..032b666 100644 --- a/configs/releng/packages.i686 +++ b/configs/releng/packages.i686 @@ -42,6 +42,7 @@ partclone parted partimage pptpclient +rfkill rp-pppoe rsync smartmontools diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 4d93c78..21ab1c8 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -45,6 +45,7 @@ parted partimage pptpclient refind-efi +rfkill rp-pppoe rsync smartmontools |