2022/07/05 14:37 (UTC)
15/36
Installing Slackware on the RockPro64
SlackDocs - https://docs.slackware.com/
/boot will reside on the Micro SD card and is automatically configured by the Slackware
Installer
Open fdisk against the /dev/sda block device. In this guide, /dev/sda will be your primary storage, and
in this guide is the SSD connected to the USB adapter.
fdisk /dev/sda
Clear an existing partition table: Press 'o' to clear the partition table
Create the Swap partition:
Type 'n' for new partition:
Type 'p' for primary partition type:
Press ENTER for the 'First sector'
Type '+4G' for the 'Last Sector'/size:
Change the partition type to 'Swap'. Type 't' then hex code '82':
Create the partition for the root filesystem ('/'):
Type 'n' for new partition. Press ENTER to accept the defaults - this will create partition 2 as the
maximum size available.