Added part of section 7
parent
cdd3a25022
commit
1b06ae4c03
1 changed files with 20 additions and 1 deletions
|
@ -59,4 +59,23 @@ Additionally, you may clone the repo using:
|
|||
Complete source code including build files, source tarballs and binary packages are available for direct downloads [here](https://pktsurf.in/smlinux/downloads/)
|
||||
|
||||
### 6.3 Rsync and bulk downloads
|
||||
The rsync mirror is currently WIP
|
||||
The rsync mirror is currently WIP
|
||||
|
||||
## 7. Installation
|
||||
All SMLinux images can be used for offline/standalone installation. No pre-installation network setup is required. After downloading, decompress using the unzip utility. The x86_64 image can be dd'd onto a flash drive. This entire section assumes that /dev/sdb is your target storage device.
|
||||
|
||||
### 7.1 x86_64
|
||||
|
||||
> The x86_64 image does not support booting from UEFI yet. Support for UEFI coming soon.
|
||||
|
||||
The x86_64 image also has two partitions with the above partition layout. However, this image comes with a separate package directory /root/packages containing the packages that can be installed onto the target system. dd the x86_64 image to a flash drive of a size 4GB or larger:
|
||||
|
||||
`# dd if=smlinux-x86_64-1.0.img of=/dev/sdb`
|
||||
|
||||
> Once dd'd, please run sync to flush buffers to the flash drive.
|
||||
|
||||
Boot up the target system, select "Boot from USB" or equivalent BIOS boot up option for flash drives. Once SMLinux is initialized, at the end of the boot, at the tty1 login,
|
||||
|
||||
Username: **root**
|
||||
|
||||
Password: **smlinux**
|
Loading…
Reference in a new issue