Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-08 13:42:13 +02:00
parent 8c97ad3d95
commit 9f3a8c0956
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
- Target:
- get working iso
- have it configured and gathered by cdist?
- boot process via ...?
- systemd?
- packaging via ...
- packages?
- binlist
- bootstrap of os
-> root permissions!

View File

@ -8,7 +8,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
pkg="
bin_list="fdisk mount"
bin_list="bash fdisk mount syslinux umount rm mv"
for bin in command_list; do