Difference between revisions of "Ubuntu 12 04 modifications"

From RobotinoWiki
(/boot/grub/grub.cfg)
Line 5: Line 5:
 
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
+
==/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
 
remove hardware address from eth0 and wlan0 lines. This allos the usage of different COM express modules and wlan adapters
 +
 +
==/etc/lighttpd/conf-enabled==
 +
rename to /etc/lighttpd/conf-enabled.old. Configuration is read from the lighttpd.conf which is installed by the robotino-daemons package.

Revision as of 17:16, 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

/etc/lighttpd/conf-enabled

rename to /etc/lighttpd/conf-enabled.old. Configuration is read from the lighttpd.conf which is installed by the robotino-daemons package.