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~a7.
[debian-live-boot.git]
/
scripts
/
boot
/
0020-initramfs-tools
blob
c25144383212938fa3d87328e8ef5a2d036fbd6e
1
#!/bin/sh
2
3
#set -e
4
5
if
[
-e
/
script
s
/
functions
]
6
then
7
.
/
script
s
/
functions
8
fi
9
10
mountroot
()
11
{
12
# initramfs-tools entry point for live-boot is mountroot(); function
13
Main
14
}