aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-12-02 19:45:44 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-12-02 19:45:44 +0200
commit71a8003da04e3d24d35601edc1c7468f5bb1bbbb (patch)
tree1c566ef8bc50e8476f458bd2755c10a8fc8d1cba /96boards-hikey.yaml
parentbecd8ba11632d250b2ee3512c964f6bf40dc12e7 (diff)
96boards-hikey: use basic.target to run resize-helper
Change-Id: I327ae62fe6eaaea70b6483300747cd1cf8a64d6e Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-hikey.yaml')
-rw-r--r--96boards-hikey.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/96boards-hikey.yaml b/96boards-hikey.yaml
index de58059311..720513a6c5 100644
--- a/96boards-hikey.yaml
+++ b/96boards-hikey.yaml
@@ -250,10 +250,10 @@
ExecStartPost=/bin/systemctl disable resize-helper.service
[Install]
- WantedBy=default.target
+ WantedBy=basic.target
EOF
- sudo mkdir -p rootfs/etc/systemd/system/default.target.wants
- (cd rootfs/etc/systemd/system/default.target.wants && sudo ln -sf /lib/systemd/system/resize-helper.service)
+ sudo mkdir -p rootfs/lib/systemd/system/basic.target.wants
+ (cd rootfs/lib/systemd/system/basic.target.wants && sudo ln -sf /lib/systemd/system/resize-helper.service)
sudo rm -rf rootfs/dev rootfs/var/lib/apt/lists rootfs/lib/modules/*-linaro-hikey
sudo mkdir rootfs/dev rootfs/var/lib/apt/lists rootfs/home/linaro/bin