Bugfix: Enable swap partition on emulator
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 21 Mar 2013 05:32:26 +0000 (14:32 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 21 Mar 2013 05:32:26 +0000 (14:32 +0900)
Change-Id: If87b06eaaf599f4907df165bc9d4e25c163f0289
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
filesystem/usr/lib/systemd/system/emul-legacy-start.service

index 7d4b4e5..99cb594 100644 (file)
@@ -9,4 +9,7 @@ Type=oneshot
 
 # W/A for alarm-service
 ExecStartPre=/bin/touch /dev/rtc1
+# Enable swap partition
+ExecStartPre=/sbin/swapon /dev/vdb
+
 ExecStart=/etc/rc.d/rc.emul