Difference between revisions of "Ubuntu 12 04 modifications"

From RobotinoWiki
(Created page with "==/etc/init/failsafe.conf== comment sleep to bring up the system quickly even on failure ==/boot/grub/grub.cfg== recordfail set timeout to 2 seconds. That allows grub to boot...")
 
(/boot/grub/grub.cfg)
Line 4: Line 4:
 
==/boot/grub/grub.cfg==
 
==/boot/grub/grub.cfg==
 
recordfail set timeout to 2 seconds. That allows grub to boot after accidential system shutdown.
 
recordfail set timeout to 2 seconds. That allows grub to boot after accidential system shutdown.
 +
 +
==/etc/udev/rules.d/70-persistent-net.rules
 +
remove hardware address from eth0 and wlan0 lines. This allos the usage of different COM express modules and wlan adapters

Revision as of 16:53, 8 November 2013

/etc/init/failsafe.conf

comment sleep to bring up the system quickly even on failure

/boot/grub/grub.cfg

recordfail set timeout to 2 seconds. That allows grub to boot after accidential system shutdown.

==/etc/udev/rules.d/70-persistent-net.rules remove hardware address from eth0 and wlan0 lines. This allos the usage of different COM express modules and wlan adapters