Browse Source

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.
master
freesource 22 years ago
parent
commit
8c8fd921db
  1. 5
      BootRoot/BootRoot.pm

5
BootRoot/BootRoot.pm

@ -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) {

Loading…
Cancel
Save