1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

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

View File

@ -2224,8 +2224,11 @@ sub uml_box {
} # mtd preparations } # mtd preparations
############# #############
# The first argument is important
# to linuxrc, so just append new
# arguments.
if ( $entry_advanced[9] !~ m,mode=, ) { 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) { unless ($pid = fork) {