You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
175 B
8 lines
175 B
3 years ago
|
#!/bin/sh -efu
|
||
|
|
||
|
# remove rootfs entry
|
||
|
sed -i '/rootfs/d' /etc/fstab
|
||
|
|
||
|
echo "/dev/sda6 / ext4 relatime 1 1" >> /etc/fstab
|
||
|
echo "/dev/sda1 /boot ext4 defaults 1 2" >> /etc/fstab
|