making_a_linux_installation_clonable
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | making_a_linux_installation_clonable [2010/12/03 23:31] (current) – created tkbletsc | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Introduction ===== | ||
| + | You might have to tweak some things to make Linux clone nicely. | ||
| + | |||
| + | ==== Taking the hostname from DHCP ==== | ||
| + | |||
| + | RHEL/Fedora does this by default. | ||
| + | |||
| + | ==== Turning off persistent eth devices ==== | ||
| + | |||
| + | Some Linux distributions try to keep track of which ethernet device is which by MAC address. | ||
| + | |||
| + | === Ubuntu/ | ||
| + | |||
| + | Edit "/ | ||
| + | |||
| + | < | ||
| + | # hack: turn ethernet persistance off | ||
| + | GOTO=" | ||
| + | </ | ||
| + | |||
| + | Next, edit "/ | ||
| + | |||
| + | < | ||
| + | # ifconfig | ||
| + | | ||
| + | inet addr: | ||
| + | inet6 addr: fe80:: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets: | ||
| + | TX packets:295 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes: | ||
| + | | ||
| + | # grep -ri ''' | ||
| + | </ | ||
making_a_linux_installation_clonable.txt · Last modified: by tkbletsc
