Sugar on a Stick/Linux: Difference between revisions
Line 84: | Line 84: | ||
udevadm info $* | udevadm info $* | ||
* Watch out for errors in the output of the script, the script seams to ignore them!(and say all is fine on the last line). | * Watch out for errors in the output of the script, the script seams to ignore them!(and say all is fine on the last line). | ||
===Transcript=== | |||
$ sudo ./livecd-iso-to-disk.sh --overlay-size-mb 300 --home-size-mb 160 --delete-home --unencrypted-home Soas2-200906211228.iso /dev/sdb1 | |||
Verifying image... | |||
/home/walter/Desktop/Soas2-200906211228.iso: 9f1aa3c7a19dd9c68d1047d681f703c6 | |||
Fragment sums: f5ddb7deb26b6474bd59be9f57b6c7abcd624e1ccc682ddf664ba73da4ed | |||
Fragment count: 20 | |||
Checking: 100.0% | |||
The media check is complete, the result is: PASS. | |||
It is OK to use this media. | |||
Copying live image to USB stick | |||
Updating boot config file | |||
Initializing persistent overlay file | |||
300+0 records in | |||
300+0 records out | |||
314572800 bytes (315 MB) copied, 88.7551 s, 3.5 MB/s | |||
Initializing persistent /home | |||
160+0 records in | |||
160+0 records out | |||
167772160 bytes (168 MB) copied, 48.1191 s, 3.5 MB/s | |||
Formatting unencrypted /home | |||
mke2fs 1.41.4 (27-Jan-2009) | |||
Filesystem label= | |||
OS type: Linux | |||
Block size=1024 (log=0) | |||
Fragment size=1024 (log=0) | |||
40960 inodes, 163840 blocks | |||
8192 blocks (5.00%) reserved for the super user | |||
First data block=1 | |||
Maximum filesystem blocks=67371008 | |||
20 block groups | |||
8192 blocks per group, 8192 fragments per group | |||
2048 inodes per group | |||
Superblock backups stored on blocks: | |||
8193, 24577, 40961, 57345, 73729 | |||
Writing inode tables: done | |||
Creating journal (4096 blocks): done | |||
Writing superblocks and filesystem accounting information: done | |||
This filesystem will be automatically checked every 28 mounts or | |||
180 days, whichever comes first. Use tune2fs -c or -i to override. | |||
tune2fs 1.41.4 (27-Jan-2009) | |||
Setting maximal mount count to -1 | |||
Setting interval between checks to 0 seconds | |||
Installing boot loader | |||
USB stick set up as live image! | |||
== What's next? == | == What's next? == |