initial commit of file from CVS for smeserver-thinclient on Sat Sep 7 21:08:43 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:08:43 +10:00
parent d26600661b
commit 137c6dfb87
17 changed files with 2107 additions and 2 deletions

View File

@@ -0,0 +1 @@
32 bit EFI

View File

@@ -0,0 +1 @@
arch

View File

@@ -0,0 +1 @@
64 bit EFI

View File

@@ -0,0 +1 @@
arch

View File

@@ -0,0 +1 @@
default

View File

@@ -0,0 +1,3 @@
{
$DB = esmith::ConfigDB->open(${DB_FILENAME});
}

View File

@@ -0,0 +1,5 @@
{
my $default = $DB->get("default") or return;
$default->delete;
}