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
Use PERSISTENCE_PATH with a trailing "/".
[debian-live-boot.git]
/
backend
/
initramfs-tools
/
live.script
blob
ff2915af5e6144a694d2805d85cda81a245599c7
1
#!/bin/sh
2
3
#set -e
4
5
.
/
bin
/
live-boot
6
7
.
/
script
s
/
functions
8
9
mountroot
()
10
{
11
# initramfs-tools entry point for live-boot is mountroot(); function
12
Live
13
}