rootfs-freesa-changes-1.patch
| fsanfs/etc/fstab 2007-01-06 14:46:46.000000000 -0600 | ||
|---|---|---|
| 2 | 2 |
# |
| 3 | 3 |
# <file system> <mount point> <type> <options> <dump> <pass> |
| 4 | 4 |
proc /proc proc defaults 0 0 |
| 5 |
/dev/sda1 / ext3 defaults,noatime,nodiratime,acl,user_xattr,errors=remount-ro 0 1 |
|
| 6 |
/dev/sda2 none swap sw 0 0 |
|
| 5 |
192.168.236.5:/tmp/fsanfs / nfs defaults 0 0 |
|
| 7 | 6 |
none /tmp tmpfs defaults 0 0 |
| fsanfs/etc/inittab 2007-01-06 15:03:58.000000000 -0600 | ||
|---|---|---|
| 60 | 60 |
|
| 61 | 61 |
# Example how to put a getty on a serial line (for a terminal) |
| 62 | 62 |
# |
| 63 |
T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100 |
|
| 63 |
#T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100 |
|
| 64 | 64 |
#T1:23:respawn:/sbin/getty -L ttyS1 115200 vt100 |
| 65 | 65 |
|
| 66 | 66 |
# Example how to put a getty on a modem line. |
| 67 | 67 |
# |
| fsanfs/etc/network/interfaces 2007-01-06 14:51:22.000000000 -0600 | ||
|---|---|---|
| 4 | 4 |
auto lo |
| 5 | 5 |
iface lo inet loopback |
| 6 | 6 |
|
| 7 |
auto eth0 |
|
| 8 |
iface eth0 inet static |
|
| 9 |
address 192.168.111.177 |
|
| 10 |
netmask 255.255.255.192 |
|
| 11 |
gateway 192.168.111.129 |
|
| 12 |
|
|
| 13 |
auto eth0.1 |
|
| 14 |
iface eth0.1 inet static |
|
| 15 |
hw_mac_address 00:15:F2:6A:E8:34 |
|
| 16 |
address 192.168.111.178 |
|
| 17 |
netmask 255.255.255.192 |
|
| 18 |
network 192.168.111.128 |
|
| 19 |
broadcast 192.168.111.191 |
|
| 7 |
#auto eth0 |
|
| 8 |
#iface eth0 inet static |
|
| 9 |
# address 192.168.111.177 |
|
| 10 |
# netmask 255.255.255.192 |
|
| 11 |
# gateway 192.168.111.129 |
|
| 12 |
# |
|
| 13 |
#auto eth0.1 |
|
| 14 |
#iface eth0.1 inet static |
|
| 15 |
# hw_mac_address 00:15:F2:6A:E8:34 |
|
| 16 |
# address 192.168.111.178 |
|
| 17 |
# netmask 255.255.255.192 |
|
| 18 |
# network 192.168.111.128 |
|
| 19 |
# broadcast 192.168.111.191 |
|
| fsanfs/etc/shadow 2007-01-06 14:49:01.000000000 -0600 | ||
|---|---|---|
| 1 |
root:$1$MYhJEKbj$sM8Cjwhoz0hoiJfZPokJC/:13326:0:99999:7::: |
|
| 1 |
root::13326:0:99999:7::: |
|
| 2 | 2 |
daemon:*:10957:0:99999:7::: |
| 3 | 3 |
bin:*:10957:0:99999:7::: |
| 4 | 4 |
sys:*:10957:0:99999:7::: |
| fsanfs/root/.ssh/authorized_keys 2007-01-06 14:56:34.000000000 -0600 | ||
|---|---|---|
| 1 |
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAt64sQlLomj/By9lXlzvnIFkJgYMQ9+pBzkv+ynScF7srRR8/7XE10+VfP80FH4gG4xY1f0A+HSoH2TOwfH2X+6OMHC7TZjUM3B8siO0QMrpIoGjZaxHDDAQclspq8NlI8qE3lH6m62NH/LyuQAvfHUbSz0sW8tzQ9NX7aFoF8ts= random@xyzzy.rnd.cx |
|