summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/lxde-openrc/packages.both1
-rw-r--r--configs/profile-openrc/packages.both1
-rw-r--r--configs/profile/packages.both1
-rw-r--r--configs/talkingparabola/packages.both1
-rwxr-xr-xparabolaiso/mkparabolaiso3
5 files changed, 5 insertions, 2 deletions
diff --git a/configs/lxde-openrc/packages.both b/configs/lxde-openrc/packages.both
index b1510bd..5adb951 100644
--- a/configs/lxde-openrc/packages.both
+++ b/configs/lxde-openrc/packages.both
@@ -49,6 +49,7 @@ testdisk
usb_modeswitch
vpnc
wget
+wireless-regdb
wireless_tools
wpa_actiond
wpa_supplicant-openrc
diff --git a/configs/profile-openrc/packages.both b/configs/profile-openrc/packages.both
index b4686f6..a724920 100644
--- a/configs/profile-openrc/packages.both
+++ b/configs/profile-openrc/packages.both
@@ -48,6 +48,7 @@ testdisk
usb_modeswitch
vpnc
wget
+wireless-regdb
wireless_tools
wpa_actiond
wpa_supplicant-openrc
diff --git a/configs/profile/packages.both b/configs/profile/packages.both
index 1e625a3..6a6cecc 100644
--- a/configs/profile/packages.both
+++ b/configs/profile/packages.both
@@ -48,6 +48,7 @@ testdisk
usb_modeswitch
vpnc
wget
+wireless-regdb
wireless_tools
wpa_actiond
wpa_supplicant
diff --git a/configs/talkingparabola/packages.both b/configs/talkingparabola/packages.both
index f6189d1..68db094 100644
--- a/configs/talkingparabola/packages.both
+++ b/configs/talkingparabola/packages.both
@@ -53,6 +53,7 @@ testdisk
usb_modeswitch
vpnc
wget
+wireless-regdb
wireless_tools
wpa_actiond
wpa_supplicant
diff --git a/parabolaiso/mkparabolaiso b/parabolaiso/mkparabolaiso
index ab81a67..0b1ccef 100755
--- a/parabolaiso/mkparabolaiso
+++ b/parabolaiso/mkparabolaiso
@@ -273,8 +273,7 @@ command_pkglist () {
_show_config pkglist
_msg_info "Creating a list of installed packages on live-enviroment..."
- pacman -Sl --sysroot "${work_dir}/airootfs" | \
- awk '/\[installed\]$/ {print $1 "/" $2 "-" $3}' > \
+ pacman -Q --sysroot "${work_dir}/airootfs" > \
"${work_dir}/iso/${install_dir}/pkglist.${arch}.txt"
_msg_info "Done!"