[read-only][issue #25] supression du changement de /boot en ro (pas besoin)
This commit is contained in:
parent
fe52e877c8
commit
b61667080d
1 changed files with 0 additions and 5 deletions
|
|
@ -208,11 +208,6 @@ rm /etc/resolv.conf
|
|||
ln -s /tmp/dhcpcd.resolv.conf /etc/resolv.conf
|
||||
|
||||
# Make edits to fstab
|
||||
# make / ro
|
||||
# tmpfs /var/log tmpfs nodev,nosuid 0 0
|
||||
# tmpfs /var/tmp tmpfs nodev,nosuid 0 0
|
||||
# tmpfs /tmp tmpfs nodev,nosuid 0 0
|
||||
replace /etc/fstab "vfat\s*defaults\s" "vfat defaults,ro "
|
||||
replace /etc/fstab "ext4\s*defaults,noatime\s" "ext4 defaults,noatime,ro "
|
||||
cat << EOF >> /etc/fstab
|
||||
tmpfs /var/log tmpfs nodev,nosuid 0 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue