repo.or.cz
/
debian-live-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 4.0~alpha21.
[debian-live-boot.git]
/
frontend
/
live-boot
blob
32d0a3be98a42f3d7c7873b458d75af85c8ca54e
1
#!/bin/sh
2
3
# set -e
4
5
# Reading configuration file from filesystem and live-media
6
for
_FILE
in
/
etc
/
live
/
boot.conf
/
etc
/
live
/
boot
/*
7
do
8
if
[
-e
"
${_FILE}
"
]
9
then
10
.
"
${_FILE}
"
11
fi
12
done
13
14
for
_COMONENT
in
/
lib
/
live
/
boot
/
????
-*
15
do
16
if
[
-e
"
${_COMONENT}
"
]
17
then
18
.
${_COMONENT}
19
fi
20
done