Changes

Jump to navigation Jump to search
no edit summary
Line 74: Line 74:  
* The <code>--delete-home</code> option is used to avoid an error message while requesting both a new home (with <code>--home-size-mb</code>) and a persistent home (indirectly with <code>--unencrypted-home</code>). You wouldn't use the --delete-home option on an upgrade of the operation system only.
 
* The <code>--delete-home</code> option is used to avoid an error message while requesting both a new home (with <code>--home-size-mb</code>) and a persistent home (indirectly with <code>--unencrypted-home</code>). 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</code> and <code>--home-size-mb</code> values (example, for 1 GB stick, use 200 for each).
 
Depending on the size of your USB stick, you may have to decrease <code>--overlay-size-mb</code> and <code>--home-size-mb</code> values (example, for 1 GB stick, use 200 for each).
 
+
* 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:
 +
#!/bin/bash
 +
udevadm info $*
    
== What's next? ==
 
== What's next? ==
273

edits

Navigation menu