This adds a new c program skas-or-tt mostly from uml code which

automates the recognition of whether or not the host kernel has the
skas patch applied.  Makefile edits itself, and all gui is automated.
This commit is contained in:
freesource
2003-01-03 19:35:49 +00:00
parent b7d2a338d7
commit 8c8fd921db
+4 -1
View File
@@ -2224,8 +2224,11 @@ sub uml_box {
} # mtd preparations
#############
# The first argument is important
# to linuxrc, so just append new
# arguments.
if ( $entry_advanced[9] !~ m,mode=, ) {
$entry_advanced[9] = "mode=" . skas_or_tt() . " " . $entry_advanced[9];
$entry_advanced[9] = $entry_advanced[9] . " mode=" . skas_or_tt();
}
unless ($pid = fork) {