tglsplice: allow a file system to be attached
authorAlan Cox <alan@linux.intel.com>
Mon, 12 Jan 2015 11:04:18 +0000 (11:04 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 12 Jan 2015 11:04:18 +0000 (11:04 +0000)
Kernel/tools/tglsplice

index 9141464..ea11da1 100755 (executable)
@@ -8,4 +8,6 @@ dd if=fuzix.bin bs=8192 skip=1 seek=2 of=6502.rom
 
 rm tmp_fuzix.b0 tmp_fuzix.v tmp_fuzix.b1
 
-
+if [ -e tgl_rootfs ] ; then
+       dd if=tgl_rootfs of=6502.rom bs=1 seek=65536 count=65536 conv=notrunc
+fi