readme,to_ram

This commit is contained in:
Marc Beninca 2023-11-21 14:29:08 +01:00
parent 4f563bcc20
commit 2ab2f2032e
6 changed files with 159 additions and 74 deletions

View file

@ -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'