forked from ungleich-public/cdist
can generate initramfs from busybox
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
f51a444012
commit
7ba6c0a44a
10 changed files with 119 additions and 29 deletions
8
hacking/v3-busybox/all.sh
Executable file
8
hacking/v3-busybox/all.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -rf preos
|
||||
mkdir -p preos/boot
|
||||
|
||||
./generate.sh > preos/boot/initramfs
|
||||
./add_kernel_isolinux.sh preos
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue