+some tools / updates for preos

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-05 13:53:19 +02:00
commit a0aba11e77
3 changed files with 12 additions and 2 deletions

View file

@ -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