+tools
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
8c97ad3d95
commit
9f3a8c0956
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
||||||
- Target:
|
- Target:
|
||||||
- get working iso
|
- get working iso
|
||||||
- have it configured and gathered by cdist?
|
- have it configured and gathered by cdist?
|
||||||
|
|
||||||
|
- boot process via ...?
|
||||||
|
- systemd?
|
||||||
|
|
||||||
|
- packaging via ...
|
||||||
|
- packages?
|
||||||
|
- binlist
|
||||||
|
- bootstrap of os
|
||||||
|
-> root permissions!
|
||||||
|
|
|
@ -8,7 +8,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||||
|
|
||||||
pkg="
|
pkg="
|
||||||
|
|
||||||
bin_list="fdisk mount"
|
bin_list="bash fdisk mount syslinux umount rm mv"
|
||||||
|
|
||||||
for bin in command_list; do
|
for bin in command_list; do
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue