Skip to content

Commit

Permalink
Merge pull request #26 from jlxip/master
Browse files Browse the repository at this point in the history
Fix root remount
  • Loading branch information
Sweets committed Sep 10, 2023
2 parents dafea1c + 58b2822 commit a52eb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/hummingbird/fs
Expand Up @@ -21,6 +21,6 @@

mkdir -p -m0755 /dev/pts /dev/shm /run/lock

mount remount,rw /
mount -o remount,rw /
mount -a
swapon -a

0 comments on commit a52eb1b

Please sign in to comment.