Don't run splash on RAM boot, run on DVD boot

removed access log
This commit is contained in:
VoidNV 2020-04-22 23:46:41 -05:00
parent f9dd08e10e
commit 5465fba708
6 changed files with 5 additions and 3173 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
Ed("/Doc/ChangeLog.DD"); Ed("/Doc/ChangeLog.DD");
In("CC\n\n1\n\n7\n\n\n"); In("CC\n\n1\n\n5\n\n\n");
BootHDIns; BootHDIns;
"\n\nSuccessful? "; "\n\nSuccessful? ";
if(YorN) if(YorN)

View file

@ -21,6 +21,7 @@ U0 Tmp()
} }
break; break;
case BOOT_SRC_DVD: case BOOT_SRC_DVD:
PopUpRunFile("::/ZSplash.CC");
"\nIf you answer 'No' you can play with\n" "\nIf you answer 'No' you can play with\n"
"the live CD without installing.\n\n" "the live CD without installing.\n\n"
"Install onto hard drive "; "Install onto hard drive ";
@ -39,11 +40,11 @@ U0 Tmp()
} }
} }
break; break;
case BOOT_SRC_RAM:
case BOOT_SRC_HARDDRIVE: case BOOT_SRC_HARDDRIVE:
PopUpRunFile("::/ZSplash.CC");
case BOOT_SRC_RAM:
"$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n"; "$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n";
TipOfDay; TipOfDay;
PopUpRunFile("::/ZSplash.CC");
// Type("::/Doc/Customize.DD"); // Type("::/Doc/Customize.DD");
// if (FileFind("::/Misc/Tour")) // if (FileFind("::/Misc/Tour"))
// { // {

Binary file not shown.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
sudo modprobe nbd sudo modprobe nbd
sudo qemu-nbd -c dev/nbd0 ~/VirtualBox\ VMs/ZenithOS/ZenithOS.qcow sudo qemu-nbd -c dev/nbd0 ~/VirtualBox\ VMs/ZenithOS/ZenithOS.vmdk
sudo mount /dev/nbd0p1 /mnt sudo mount /dev/nbd0p1 /mnt
rm -rf src/* rm -rf src/*