diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-06 12:49:15 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-06 12:49:15 +0400 |
commit | b3e59805552534723aa8d54fe472a782083c2a04 (patch) | |
tree | da135630b3d043487f9ae58227a01bc5b234d54d | |
parent | fcb44c74f9a7193248bb7f7ea8a3ba8eb65d7d85 (diff) | |
download | illumos-packaging-b3e59805552534723aa8d54fe472a782083c2a04.tar.gz |
Install /etc/iu.ap (otherwise you will see some funny things on console)
-rw-r--r-- | uts/debian/illumos-kernel.install | 2 | ||||
-rw-r--r-- | uts/debian/iu.ap | 17 |
2 files changed, 19 insertions, 0 deletions
diff --git a/uts/debian/illumos-kernel.install b/uts/debian/illumos-kernel.install index 8057e4c..21334c0 100644 --- a/uts/debian/illumos-kernel.install +++ b/uts/debian/illumos-kernel.install @@ -3,6 +3,8 @@ usr/share/illumos-kernel/etc/* boot/solaris/devicedb/master debian/sock2path/default etc/sock2path.d/ +debian/iu.ap /etc/ + etc/dacf.conf etc/name_to_sysnum etc/security/priv_names diff --git a/uts/debian/iu.ap b/uts/debian/iu.ap new file mode 100644 index 0000000..4a86599 --- /dev/null +++ b/uts/debian/iu.ap @@ -0,0 +1,17 @@ +# /dev/console and /dev/contty autopush setup +# +# major minor lastminor modules + + wc -1 0 ldterm ttcompat + asy -1 0 ldterm ttcompat + xencons 0 0 ldterm ttcompat + ptsl 0 47 ldterm ttcompat + usbsacm -1 0 ldterm ttcompat + usbser_edge -1 0 ldterm ttcompat + usbsprl -1 0 ldterm ttcompat + usbsksp -1 0 ldterm ttcompat + usbftdi -1 0 ldterm ttcompat + ipsecesp -1 0 ipsecesp + ipsecah -1 0 ipsecah + pcser 0 255 ldterm ttcompat + |