forked from ungleich-public/cdist
get iso to boot into kernel + initramfs
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
59d81ddd4b
commit
a1f003bd9c
5 changed files with 48 additions and 1 deletions
10
hacking/all.sh
Executable file
10
hacking/all.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
dir=./iso
|
||||
iso=preos.iso
|
||||
|
||||
./filelist_from_package.sh | ./filelist_to_dir.sh "$dir"
|
||||
./add_kernel_isolinux.sh "$dir"
|
||||
./create_iso.sh "$dir" "$iso"
|
||||
Loading…
Add table
Add a link
Reference in a new issue