readme,to_ram
This commit is contained in:
parent
4f563bcc20
commit
2ab2f2032e
6 changed files with 159 additions and 74 deletions
|
@ -23,6 +23,10 @@ function debsquash {
|
|||
echo
|
||||
echo 'linux'
|
||||
echo "${linux_path}"
|
||||
toram='toram'
|
||||
if [ "${to_ram}" == 'enforce' ] ; then
|
||||
toram="${toram}=${sfs}"
|
||||
fi
|
||||
linux \
|
||||
"${linux_path}" \
|
||||
boot="live" \
|
||||
|
@ -30,7 +34,7 @@ elevator="deadline" \
|
|||
ip="frommedia" \
|
||||
live-media-path="${lmp}" \
|
||||
live-media-uuid="${data_uuid}" \
|
||||
toram="${sfs}"
|
||||
"${toram}"
|
||||
#
|
||||
echo
|
||||
echo 'initrd'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue