From: Alan Cox Date: Mon, 12 Jan 2015 11:04:18 +0000 (+0000) Subject: tglsplice: allow a file system to be attached X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7917e73830283614522e7242698b62820ddc319b;p=FUZIX.git tglsplice: allow a file system to be attached --- 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