kernel:kiss
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kernel:kiss [2025/11/11 14:34] – [2.0] marlonivo | kernel:kiss [2025/11/13 09:50] (current) – [5.0] marlonivo | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Then activate ssh and remove change some settings: | Then activate ssh and remove change some settings: | ||
| < | < | ||
| - | sed -i ' | + | vim / |
| + | --- | ||
| + | PermitRootLogin yes | ||
| </ | </ | ||
| Line 14: | Line 16: | ||
| </ | </ | ||
| - | And from the laptop | + | And from the device |
| < | < | ||
| - | ssh root@192.168.1.42 <- enter the live ISO pw | + | ssh root@192.168.1.10 <- enter the live ISO pw |
| </ | </ | ||
| Line 35: | Line 37: | ||
| And parition it as `mkfs.ext4` | And parition it as `mkfs.ext4` | ||
| < | < | ||
| - | sudo mkfs.ext4 /dev/sda1 | + | sudo mkfs.ext4 /dev/sdaX |
| </ | </ | ||
| Line 130: | Line 132: | ||
| reboot | reboot | ||
| </ | </ | ||
| + | |||
| + | ====5.0==== | ||
| + | Read more: | ||
| + | https:// | ||
| + | https:// | ||
| + | |||