mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-18 03:50:55 +00:00
remove systemctl enable for qemu compat
This commit is contained in:
@@ -159,7 +159,9 @@ actions:
|
|||||||
action: |-
|
action: |-
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eux
|
set -eux
|
||||||
systemctl enable grow-rootfs.service
|
mkdir -p /etc/systemd/system/local-fs.target.wants
|
||||||
|
ln -sf /etc/systemd/system/grow-rootfs.service \
|
||||||
|
/etc/systemd/system/local-fs.target.wants/grow-rootfs.service
|
||||||
|
|
||||||
# Create default user (ps5/ps5)
|
# Create default user (ps5/ps5)
|
||||||
useradd -m -G wheel,seat -s /bin/bash ps5
|
useradd -m -G wheel,seat -s /bin/bash ps5
|
||||||
|
|||||||
Reference in New Issue
Block a user