repo.or.cz
/
thunix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release version 0.5
[thunix.git]
/
configure
blob
976a2235187be7ffe348fa51ce8fcabf627b81dc
1
#!/bin/bash
2
3
#
4
# Stupid fake auto configuration
5
#
6
7
echo -n
"Checking if we are using SuSE linux..."
8
if
[
-e
/
etc
/
SuSE-release
];
then
9
sed
'/^romimage/s/$/, address=0xf0000/'
bochsrc.
in
>
bochsrc
10
echo
" Yes"
11
else
12
cp
bochsrc.
in
bochsrc
13
echo
" No"
14
fi