[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:hardware:arm:raspberrypi3_network [2018/08/26 10:19 (UTC)] – [Network Install on Raspberry Pi 3] bifferoshowtos:hardware:arm:raspberrypi3_network [2024/03/11 10:33 (UTC)] (current) – avoid saving the host key for the installer in the first place j12i
Line 3: Line 3:
 ===== Introduction ===== ===== Introduction =====
  
-This is an abridged version of the SARPi installation guide dealing with the 'headless' install case for installing Slackware 14.2.  There is nothing wrong with the original guide, it is **very** complete, but it will be somewhat wordy for people with prior Slackware installation experience, includes many screenshots familiar to users of Slackware and I found myself wanting to see just the differences between Intel and RPi install instead of the whole shebang.+This is an abridged version of the SARPi (http://sarpi.co.uk/installation guide dealing with the 'headless' install case for installing Slackware 14.2.  There is nothing wrong with the original guide, it is **very** complete, but it will be somewhat wordy for people with prior Slackware installation experience, includes many screenshots familiar to users of Slackware and I found myself wanting to see just the differences between Intel and RPi install instead of the whole shebang.
  
 ===== Requirements ===== ===== Requirements =====
Line 35: Line 35:
 In this case the IP address of the Pi is 172.17.0.71. In this case the IP address of the Pi is 172.17.0.71.
  
-ssh into the Pi as root (<enter> for password).+ssh into the Pi as root 
 +(disabling strict host key checking because the host key will change inevitably after installation): 
 + 
 +<code># ssh -o StrictHostKeyChecking=no root@172.17.0.71</code> 
 + 
 +Press <enter> for password.
  
 Set the date: Set the date:
Line 82: Line 87:
 <code># mount /dev/mmcblk0p1 /mnt/boot</code> <code># mount /dev/mmcblk0p1 /mnt/boot</code>
  
-Remove the ramdisk:+To free up some space, remove the ramdisk image:
  
-<code># rm /mnt/boot/config.gz</code>+<code># rm /mnt/boot/initrd.gz </code>
  
-Assuming your rootfs is mounted at /mnt, install extra packages:+Now, assuming your rootfs is mounted at /mnt, and boot partion at /mnt/boot install extra packages:
  
 <code># ROOT=/mnt installpkg /rpi-extra/kernel* /rpi-extra/sarpi*</code> <code># ROOT=/mnt installpkg /rpi-extra/kernel* /rpi-extra/sarpi*</code>
Line 103: Line 108:
 <code># chmod 755 /etc/rc.d/rc.ntpd <code># chmod 755 /etc/rc.d/rc.ntpd
 # /etc/rc.d/rc.ntpd start</code> # /etc/rc.d/rc.ntpd start</code>
- 
- 
 ====== Sources ====== ====== Sources ======
 +  * Much information taken from the [[http://sarpi.co.uk | SARPi website]]
 +  * Page written by [[wiki:user:bifferos | User bifferos]]
  
-<!-- Authors are allowed to give credit to themselves! --> +{{tag>howtos RPi raspberry arm author_bifferos}}
-<!-- * Originally written by [[wiki:user:bifferos | User bifferos]] --> +
- +
-<!-- Please do not modify anything below, except adding new tags.--> +
-<!-- You must remove the tag-word "template" below before saving your new page --> +
-{{tag>howtos raspberry}}+
 howtos:hardware:arm:raspberrypi3_network ()