Skip to content

Commit

Permalink
taking back one change
Browse files Browse the repository at this point in the history
  • Loading branch information
xxcosita3czxx committed Aug 14, 2024
1 parent cd9c340 commit 626b142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INITRAM/init_functions
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ mount_setup() {
mount -t proc proc /proc -o nosuid,noexec,nodev
mount -t sysfs sys /sys -o nosuid,noexec,nodev
mount -t devtmpfs dev /dev -o mode=0755,nosuid
# mount -t tmpfs run /run -o nosuid,nodev,mode=0755
mount -t tmpfs run /run -o nosuid,nodev,mode=0755
mkdir -m755 /run/initramfs

if [ -e /sys/firmware/efi ]; then
Expand Down

0 comments on commit 626b142

Please sign in to comment.