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.
 
 
 

7 lines
175 B

#!/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