mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 12:10:07 +09:00
parent
84a6c79380
commit
de8a8dadae
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ raspi-config (20200109) UNRELEASED; urgency=medium
|
||||
* Fix VNC options
|
||||
* Install required packages when changing GL settings
|
||||
* Add warning when enabling SSH
|
||||
* OverlayFS - try loading module from rootfs
|
||||
|
||||
-- Serge Schneider <serge@raspberrypi.org> Thu, 09 Jan 2020 14:38:50 +0000
|
||||
|
||||
|
@ -1921,7 +1921,7 @@ local_mount_root()
|
||||
mount -r ${ROOTFLAGS} ${ROOT} /lower
|
||||
fi
|
||||
|
||||
modprobe overlay
|
||||
modprobe overlay || insmod "/lower/lib/modules/$(uname -r)/kernel/fs/overlayfs/overlay.ko"
|
||||
|
||||
# Mount a tmpfs for the overlay in /upper
|
||||
mount -t tmpfs tmpfs /upper
|
||||
|
Loading…
Reference in New Issue
Block a user