Sugar on a Stick/Linux: Difference between revisions
No edit summary |
No edit summary |
||
Line 75: | Line 75: | ||
::* The {{Code|--delete-home}} option is used to avoid an error message while requesting both a new home (with {{Code|--home-size-mb}}) and a persistent home (indirectly with {{Code|--unencrypted-home}}). You wouldn't use the --delete-home option on an upgrade of the operation system only. | ::* The {{Code|--delete-home}} option is used to avoid an error message while requesting both a new home (with {{Code|--home-size-mb}}) and a persistent home (indirectly with {{Code|--unencrypted-home}}). You wouldn't use the --delete-home option on an upgrade of the operation system only. | ||
:Depending on the size of your USB stick, you may have to decrease {{Code|--overlay-size-mb}} and {{Code|--home-size-mb}} values (for example, for a 1-GB stick, use 200 for each). | :Depending on the size of your USB stick, you may have to decrease {{Code|--overlay-size-mb}} and {{Code|--home-size-mb}} values (for example, for a 1-GB stick, use 200 for each). | ||
:: If you have sufficient capacity on your target device, you may avoid the | :: If you have sufficient capacity on your target device, and format it with an ext[234] filesystem to overcome the 2048-MB fat32 file size limit, you may avoid the SquashFS compression by including the {{Code|--skipcompress}} option in the script command line. | ||
<!--:* If you get an error about udevinfo, you have the new version of udev where "udevadm info" is the proper command. | <!--:* If you get an error about udevinfo, you have the new version of udev where "udevadm info" is the proper command. | ||
:*:Create an executable file called udevinfo somewhere in your path with the following contents: | :*:Create an executable file called udevinfo somewhere in your path with the following contents: |