]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-50-MULTINIC/test.sh: add selinux=0
authorHarald Hoyer <harald@redhat.com>
Tue, 6 Oct 2009 16:09:18 +0000 (18:09 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 6 Oct 2009 17:09:21 +0000 (19:09 +0200)
test/TEST-50-MULTINIC/test.sh

index 0d9460bf7411e152047165a1495f3d9980e4c5fe..0348a9bff4ea0b2832532d59426cc1e8c73eb62a 100755 (executable)
@@ -15,7 +15,7 @@ run_server() {
        -net socket,mcast=230.0.0.1:1234 \
        -serial udp:127.0.0.1:9999 \
        -kernel /boot/vmlinuz-$KVERSION \
-       -append "root=/dev/sda rw quiet console=ttyS0,115200n81" \
+       -append "selinux=0 root=/dev/sda rw quiet console=ttyS0,115200n81" \
        -initrd initramfs.server -pidfile server.pid -daemonize || return 1
     sudo chmod 644 server.pid || return 1
 
@@ -48,7 +48,7 @@ client_test() {
        -net nic,macaddr=52:54:00:12:34:$mac3,model=e1000 \
        -net socket,mcast=230.0.0.1:1234 \
        -kernel /boot/vmlinuz-$KVERSION \
-       -append "$cmdline $DEBUGFAIL ro quiet console=ttyS0,115200n81 rdcopystate" \
+       -append "$cmdline $DEBUGFAIL ro quiet console=ttyS0,115200n81 selinux=0 rdshell rdcopystate" \
        -initrd initramfs.testing
 
     if [[ $? -ne 0 ]] || ! grep -m 1 -q OK client.img; then