void [mini-]info

This commit is contained in:
Marc Beninca 2023-11-05 21:56:45 +01:00
parent 6b80fe6bfc
commit 62f0556e01
2 changed files with 62 additions and 34 deletions

View file

@ -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}"
}