summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-08-01 20:57:31 -0400
committerDavid P <megver83@parabola.nu>2018-08-01 20:57:31 -0400
commit1cdf9a108b2fba6995c1ac429992e9c61c0e01ee (patch)
treef67d92348e9cde5af861349ff89f5fe37b682b73
parenta242d8f29a1b3a6c24f6e2dffbd9f78571bb1a69 (diff)
Release parabolaiso-v37v37
Signed-off-by: David P <megver83@parabola.nu>
-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!"