Difference between revisions of "Ubuntu 12 04 modifications"

From RobotinoWiki
(/etc/udev/rules.d/70-persistent-net.rules)
Line 1: Line 1:
==/etc/init/failsafe.conf==
+
==Packages==
 +
<pre>
 +
apt-get install telnetd proftpd hostapd dhcp3-server cmake-curses-gui lighttpd
 +
</pre>
 +
 
 +
==Scripts==
 +
===/etc/init/failsafe.conf===
 
comment sleep to bring up the system quickly even on failure
 
comment sleep to bring up the system quickly even on failure
  
==/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==
+
===/etc/udev/rules.d/70-persistent-net.rules===
 
remove hardware address from eth0 and wlan0 lines. This allows the usage of different COM express modules and wlan adapters
 
remove hardware address from eth0 and wlan0 lines. This allows the usage of different COM express modules and wlan adapters
  
==/etc/lighttpd/conf-enabled==
+
===/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.
 
rename to /etc/lighttpd/conf-enabled.old. Configuration is read from the lighttpd.conf which is installed by the robotino-daemons package.
  
==/etc/default/rcS==
+
===/etc/default/rcS===
 
FSCKFIX=yes
 
FSCKFIX=yes
 
automatic repair of filesystem errors
 
automatic repair of filesystem errors

Revision as of 18:11, 19 November 2013

Packages

apt-get install telnetd proftpd hostapd dhcp3-server cmake-curses-gui lighttpd

Scripts

/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 allows 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.

/etc/default/rcS

FSCKFIX=yes automatic repair of filesystem errors