This commit is contained in:
Ryan Savino 2025-08-11 16:29:23 -04:00 committed by GitHub
commit 5e6f6dd28d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,8 @@ dir /mnt 0755 0 0
file /init /usr/sbin/init.sh 0755 0 0
file /sbin/busybox /usr/bin/busybox 0755 0 0
file /sbin/veritysetup /usr/sbin/veritysetup.static 0755 0 0
slink /usr/bin /bin 755 0 0
slink /usr/sbin /sbin 755 0 0
slink /bin/sh /sbin/busybox 0755 0 0
slink /sbin/mount /sbin/busybox 0755 0 0
slink /bin/mkdir /sbin/busybox 0755 0 0