matrob
Results
2
comments of
matrob
Thanks for the working information. After correcting the small typo I could successfully start from /dev/sdc1. ``` mount -o rw /dev/sdc1 /mnt/root 2>&1 >/dev/null if [ -h /mnt/root/sbin/init -o -e...
I have also evaluated another approach that is more flexible and does not rely on hard-coded /dev/sdX1 drive specifications. After further testing I will hopefully be able to release it...