mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-14 03:55:06 +00:00
Don't run splash on RAM boot, run on DVD boot
removed access log
This commit is contained in:
parent
f9dd08e10e
commit
5465fba708
6 changed files with 5 additions and 3173 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -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)
|
||||||
|
|
|
@ -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"))
|
||||||
// {
|
// {
|
||||||
|
|
BIN
src/ZSplash.CC
BIN
src/ZSplash.CC
Binary file not shown.
|
@ -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/*
|
||||||
|
|
Loading…
Reference in a new issue