mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Core 76: Fix sed command.
There was a syntax error in one of the sed commands, which produced the following error: sed: -e expression #1, char 34: unknown option to `s'.
This commit is contained in:
@@ -267,7 +267,7 @@ sed -i -e "s/tty1 9600$/tty1 9600 --noclear/g" /etc/inittab
|
||||
sed -i -e "s/^proc/#proc/g" /etc/fstab
|
||||
sed -i -e "s/^sysfs/#sysfs/g" /etc/fstab
|
||||
sed -i -e "s/^devpts/#devpts/g" /etc/fstab
|
||||
sed -i -e "s|^none\s/var/run|#none /var/run|/g" /etc/fstab
|
||||
sed -i -e "s|^none\s/var/run|#none /var/run|g" /etc/fstab
|
||||
|
||||
# Convert udev persistent network rules
|
||||
sed -i -e "s/SYSFS{/ATTR{/g" /etc/udev/rules.d/30-persistent-network.rules
|
||||
|
||||
Reference in New Issue
Block a user