void [mini-]info
This commit is contained in:
parent
6b80fe6bfc
commit
62f0556e01
2 changed files with 62 additions and 34 deletions
|
@ -9,6 +9,9 @@ function debsquash {
|
|||
initrd_path="(squash)/initrd.img"
|
||||
loopback "squash" "${lmp}/${sfs}"
|
||||
fi
|
||||
#
|
||||
echo 'linux'
|
||||
echo "${linux_path}"
|
||||
linux \
|
||||
"${linux_path}" \
|
||||
boot="live" \
|
||||
|
@ -17,5 +20,10 @@ ip="frommedia" \
|
|||
live-media-path="${lmp}" \
|
||||
live-media-uuid="${data_uuid}" \
|
||||
toram="${sfs}"
|
||||
#
|
||||
echo
|
||||
#
|
||||
echo 'initrd'
|
||||
echo "${initrd_path}"
|
||||
initrd "${initrd_path}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue