+some tools / updates for preos

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
remotes/origin/4.0-pre-not-stable
Nico Schottelius 10 years ago
parent 909c58de4e
commit a0aba11e77
  1. 3
      hacking/README
  2. 4
      hacking/bin_to_pkg.sh
  3. 7
      hacking/recursive-ldd.sh

@ -0,0 +1,3 @@
- Target:
- get working iso
- have it configured and gathered by cdist?

@ -0,0 +1,4 @@
#!/bin/sh
abspath=$(command -v "$1")
pacman -Qoq "$abspath"

@ -6,10 +6,13 @@
PATH=/bin:/sbin:/usr/bin:/usr/sbin
bin_list="fdisk
pkg="
for command in command_list;
bin_list="fdisk mount"
for bin in command_list; do
done
exit 0

Loading…
Cancel
Save