Sugar on a Stick/Linux/Installation: Difference between revisions
update terminal listing examples for sudo df -Th and sudo blkid |
update installation transcript |
||
Line 44: | Line 44: | ||
: The operating system will occupy ~960 MB, and the overlay and home size arguments, '''500''' and '''500''', were selected to fit in a 2 GB device. These may be adjusted depending on your preferences and device capacity (see [[LiveOS image]]). On a 4 GB device, one might use '''1000''' and '''1600''' for the size arguments. | : The operating system will occupy ~960 MB, and the overlay and home size arguments, '''500''' and '''500''', were selected to fit in a 2 GB device. These may be adjusted depending on your preferences and device capacity (see [[LiveOS image]]). On a 4 GB device, one might use '''1000''' and '''1600''' for the size arguments. | ||
{{Show| The installation transcript should look something like the following: | {{Show| The installation transcript should look something like the following: | ||
|<pre> | |<pre style="white-space: pre;"> | ||
[<user>@<system> <working directory>]$ sudo livecd-iso-to-disk --reset-mbr --overlay-size-mb 500 --home-size-mb 500 --unencrypted-home /<path to>/Fedora-SoaS-Live-x86_64- | [<user>@<system> <working directory>]$ sudo /run/soas/LiveOS/livecd-iso-to-disk --reset-mbr --overlay-size-mb 500 --home-size-mb 500 --unencrypted-home /<path to>/Fedora-SoaS-Live-x86_64-30-1.2.iso /dev/sdc1 | ||
Verifying image... | Verifying image... | ||
/<path to>/Fedora-SoaS-Live-x86_64- | /<path to>/Fedora-SoaS-Live-x86_64-30-1.2.iso: bac65eaf45ad370f6e9ddf793f436e33 | ||
Fragment sums: | Fragment sums: 82358a8de12fab19be3e83c22431837827fbe4b8be6d9be46695f853676f | ||
Fragment count: 20 | Fragment count: 20 | ||
Supported ISO: no | Supported ISO: no | ||
Line 60: | Line 60: | ||
Copying LiveOS image to target device... | Copying LiveOS image to target device... | ||
squashfs.img | squashfs.img | ||
887,312,384 100% 379.28MB/s 0:00:02 (xfr#1, to-chk=0/1) | |||
Syncing filesystem writes to disc. | Syncing filesystem writes to disc. | ||
Line 69: | Line 69: | ||
500+0 records in | 500+0 records in | ||
500+0 records out | 500+0 records out | ||
524288000 bytes (524 MB, 500 MiB) copied, 0. | 524288000 bytes (524 MB, 500 MiB) copied, 0.354372 s, 1.5 GB/s | ||
Initializing persistent /home | Initializing persistent /home | ||
500+0 records in | 500+0 records in | ||
500+0 records out | 500+0 records out | ||
524288000 bytes (524 MB, 500 MiB) copied, 0. | 524288000 bytes (524 MB, 500 MiB) copied, 0.346354 s, 1.5 GB/s | ||
Formatting unencrypted home.img | Formatting unencrypted home.img | ||
mke2fs 1.44. | mke2fs 1.44.6 (5-Mar-2019) | ||
Creating filesystem with 512000 1k blocks and 128016 inodes | Creating filesystem with 512000 1k blocks and 128016 inodes | ||
Filesystem UUID: | Filesystem UUID: b32a4987-627e-4131-a863-7f6c9bcc2178 | ||
Superblock backups stored on blocks: | Superblock backups stored on blocks: | ||
8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409 | 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409 | ||
Line 86: | Line 86: | ||
Writing superblocks and filesystem accounting information: done | Writing superblocks and filesystem accounting information: done | ||
tune2fs 1.44. | tune2fs 1.44.6 (5-Mar-2019) | ||
Setting maximal mount count to -1 | Setting maximal mount count to -1 | ||
Setting interval between checks to 0 seconds | Setting interval between checks to 0 seconds |