tests: guests: Add a text syslog file to the phony Debian guest.

This commit is contained in:
Richard W.M. Jones
2014-06-14 11:52:01 +01:00
parent 2d996df66c
commit 026342a7ee
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Jun 14 11:48:55 debian.invalid NetworkManager[2392]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jun 14 11:48:55 debian.invalid NetworkManager[2392]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jun 14 11:48:55 debian.invalid NetworkManager[2392]: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) complete.
Jun 14 11:49:00 debian.invalid dbus[2367]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
Jun 14 11:49:00 debian.invalid dbus[2367]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'

View File

@@ -76,6 +76,7 @@ mkdir /bin
mkdir /etc
mkdir-p /var/lib/dpkg
mkdir /var/lib/urandom
mkdir /var/log
upload fstab.tmp.$$ /etc/fstab
write /etc/debian_version "5.0.1"
@@ -85,6 +86,8 @@ upload $SRCDIR/guest-aux/debian-packages /var/lib/dpkg/status
upload $SRCDIR/../data/bin-x86_64-dynamic /bin/ls
upload $SRCDIR/guest-aux/debian-syslog /var/log/syslog
mkdir /boot/grub
touch /boot/grub/grub.conf
EOF