From 7917e73830283614522e7242698b62820ddc319b Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 12 Jan 2015 11:04:18 +0000 Subject: [PATCH] tglsplice: allow a file system to be attached --- Kernel/tools/tglsplice | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Kernel/tools/tglsplice b/Kernel/tools/tglsplice index 91414643..ea11da12 100755 --- a/Kernel/tools/tglsplice +++ b/Kernel/tools/tglsplice @@ -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 -- 2.34.1