index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 12:58:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 12:58:40 +0100 |
commit | b5e66ba7bf57c8d012ce22e220c30057577ba021 (patch) | |
tree | 34b09bc827274a52acb19e08cff218c4aabeab42 /build_stage3.sh | |
parent | c8daadccefa390907f500ca3a2621312e2a2dcb6 (diff) |
-rwxr-xr-x | build_stage3.sh | 10 |
diff --git a/build_stage3.sh b/build_stage3.sh index d05d831..ce219d4 100755 --- a/build_stage3.sh +++ b/build_stage3.sh @@ -67,12 +67,9 @@ re2c python2 ninja python-pip-bootstrap python-pip python-pyparsing python-packaging python-appdirs python-six python-setuptools meson +gperf systemd dbus " -# meson needs python-setuptools, python-setuptools itself -# can not be built from packages, so we need another shim -# here. - # gyp used for mozilla sub certs, continue to use shim? # ca-certificates-cacerts ca-certificates @@ -106,6 +103,7 @@ meson #~ pkg-config: glib2 #~ linux build full with mkinitcpio and modules +#~ mkinitcpio: awk mkinitcpio-busybox kmod util-linux libarchive coreutils bash findutils grep filesystem gzip systemd #~ linux #~ <libedit> openssh @@ -121,7 +119,7 @@ meson #~ cryptsetup: device-mapper popt libutil-linux # ldns/unbound-cyrcle -#~ ldns: openssl dnssec-anchors +#~ ldns: openssl dnssec-anchors libpcal #~ dnssec-anchors: unbound #~ unbound: ldns #~ openssh: ldns @@ -145,8 +143,6 @@ meson #~ dhcpcd: glibc sh udev libsystemd #~ util-linux: systemd, python -#~ mkinitcpio: awk mkinitcpio-busybox kmod util-linux libarchive coreutils bash findutils grep filesystem gzip systemd - # lvm2, device-mapper: systemd, thin-povisioning-tools #~ thin-provisioning-tools: expat gcc-libs libaio boost # boost: we can build a non-python version |