get iso to boot into kernel + initramfs

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-13 09:24:55 +02:00
commit a1f003bd9c
5 changed files with 48 additions and 1 deletions

10
hacking/all.sh Executable file
View 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"