Aby nebolo treba postupne bootovat vsetky obrazy, staci si mountnut prislusnu particiu.
Kód: Vybrat vše
root@sf8008:/etc# cat issue
openpli 9.0-release moj \n \l
root@sf8008:/etc# mkdir /media/test
root@sf8008:/etc# mount /dev/mmcblk0p16 /media/test
root@sf8008:/etc# cd /media/test
root@sf8008:/media/test# ls -la
drwxr-xr-x 9 root root 4096 Feb 28 2023 .
drwxrwxrwt 8 root root 180 Apr 21 20:37 ..
drwxr-xr-x 15 root root 4096 Jan 10 21:49 linuxrootfs1
drwxr-xr-x 16 root root 4096 Jan 17 19:13 linuxrootfs2
drwxr-xr-x 16 root root 4096 Sep 5 2021 linuxrootfs3
drwxr-xr-x 16 root root 4096 Jan 1 1970 linuxrootfs4
drwx------ 2 root root 16384 Nov 15 2020 lost+found
root@sf8008:/media/test# cat linuxrootfs1/etc/issue
Tu je SAPRO 4.1 \n \l
root@sf8008:/media/test# cat linuxrootfs2/etc/issue
Welcome to OpenHDF \n \l
super openhdf 6.5 \n \l
root@sf8008:/media/test# cat linuxrootfs3/etc/issue
Welcome to OpenViX \n \l
openvix 5.4 \n \l
root@sf8008:/media/test# cat linuxrootfs4/etc/issue
openpli 9.0-release moj \n \l
root@sf8008:/media/test#