]> git.proxmox.com Git - dab.git/commitdiff
spawn getty on /dev/tty1
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 22 Oct 2012 09:32:08 +0000 (11:32 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 22 Oct 2012 09:33:34 +0000 (11:33 +0200)
DAB.pm
Makefile
changelog.Debian

diff --git a/DAB.pm b/DAB.pm
index 4d76e47a31beefa0e3dce217d145e551d58332b6..e4997e67c7649a187db55323c97d52a96291f12e 100644 (file)
--- a/DAB.pm
+++ b/DAB.pm
@@ -1306,6 +1306,8 @@ sub bootstrap {
     $self->ve_dpkg ('install', 'dpkg');
 
     $self->run_command ("ln -sf /usr/share/zoneinfo/UTC '$rootdir/etc/localtime'");
+    
+    $self->run_command ("ln -sf bash '$rootdir/bin/sh'");
 
     $self->ve_dpkg ('install', 'libc6');
     $self->ve_dpkg ('install', 'perl-base');
@@ -1382,7 +1384,7 @@ EOD
     }
 
     if (-f "$rootdir/etc/inittab") {
-       $self->run_command ("sed -i -e '/getty/d' '$rootdir/etc/inittab'");
+       $self->run_command ("sed -i -e '/getty\\s38400\\stty[23456]/d' '$rootdir/etc/inittab'");
     }
 
     # Link /etc/mtab to /proc/mounts, so df and friends will work:
index fe8ce9b9786f49755d8dbebe94d04d1368416400..d085ffd98ca7894de356995d6950b24f309c6650 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.1
+RELEASE=2.2
 
 VERSION=1.2
 PACKAGE=dab
-PKGREL=2
+PKGREL=3
 
 
 SCRIPTS=                                       \
index b43cfc08752b01e6beaefd67b6a5a84c181cc54b..b27238d2ba0b33119ebd9c9694972df85901aed1 100644 (file)
@@ -1,3 +1,11 @@
+dab (1.2-3) unstable; urgency=low
+
+  * spawn getty on /dev/tty1 (use new openvz console feature)
+
+  * ln /bin/sh to bash (else bash package fails to install)
+  
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 22 Oct 2012 10:00:56 +0200
+
 dab (1.2-2) unstable; urgency=low
 
   * add wheezy support