Created
December 10, 2015 16:59
-
-
Save balamaci/17ec5d2536ec246b4590 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proc /proc proc defaults 0 0 | |
/dev/mmcblk0p1 /boot vfat defaults 0 2 | |
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1 | |
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that | |
none /var/run tmpfs size=1M,noatime,mode=0755 0 0 | |
none /var/log tmpfs size=1M,noatime,mode=0755 0 0 | |
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 | |
/dev/sda1 /mnt/storage ext4 defaults,nofail 0 2 | |
//openelec/WDBook/torrents/download /mnt/openelec/download cifs guest,uid=1000,iocharset=utf8 0 0 | |
//openelec/WDBook/poze /mnt/openelec/poze cifs guest,uid=1000,iocharset=utf8 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.1.30
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp