1 |
--- e-smith-base-4.18.1/root/etc/e-smith/templates/etc/inittab/12tty2.xenfix 2008-03-26 10:49:00.000000000 -0600 |
2 |
+++ e-smith-base-4.18.1/root/etc/e-smith/templates/etc/inittab/12tty2 2008-09-13 11:51:35.000000000 -0600 |
3 |
@@ -1 +1 @@ |
4 |
-{ -d "/proc/xen" && ! -f "/proc/xen/xsd_kva" ? "#" : "" }2:23457:respawn:/sbin/mingetty tty2 |
5 |
+{ -f "/proc/xen/xenbus" && ! -f "/proc/xen/xsd_kva" ? "#" : "" }2:23457:respawn:/sbin/mingetty tty2 |
6 |
--- e-smith-base-4.18.1/root/etc/e-smith/templates/etc/inittab/13tty3.xenfix 2008-03-26 10:49:00.000000000 -0600 |
7 |
+++ e-smith-base-4.18.1/root/etc/e-smith/templates/etc/inittab/13tty3 2008-09-13 11:51:43.000000000 -0600 |
8 |
@@ -1 +1 @@ |
9 |
-{ -d "/proc/xen" && ! -f "/proc/xen/xsd_kva" ? "#" : "" }3:23457:respawn:/sbin/mingetty tty3 |
10 |
+{ -f "/proc/xen/xenbus" && ! -f "/proc/xen/xsd_kva" ? "#" : "" }3:23457:respawn:/sbin/mingetty tty3 |
11 |
--- e-smith-base-4.18.1/root/etc/e-smith/templates/etc/inittab/70tty1.xenfix 2008-03-26 10:49:00.000000000 -0600 |
12 |
+++ e-smith-base-4.18.1/root/etc/e-smith/templates/etc/inittab/70tty1 2008-09-13 11:51:54.000000000 -0600 |
13 |
@@ -1,7 +1,7 @@ |
14 |
|
15 |
# Run gettys in standard runlevels |
16 |
{ |
17 |
- if ( -d "/proc/xen" && ! -f "/proc/xen/xsd_kva" ) |
18 |
+ if ( -f "/proc/xen/xenbus" && ! -f "/proc/xen/xsd_kva" ) |
19 |
{ |
20 |
"co:123457:respawn:/sbin/agetty xvc0 9600 vt100-nav"; |
21 |
} |