linux-browser-installer icon indicating copy to clipboard operation
linux-browser-installer copied to clipboard

Delete links in /etc/fstab

Open yeti01 opened this issue 3 years ago • 2 comments

If you run ./linux-browser-installer chroot delete, corresponding links in /etc/fstab should be deleted, too.

yeti01 avatar Sep 10 '22 05:09 yeti01

Hi Ulrich,

linux-browser-installer does not modify /etc/fstab. All required filesystems are mounted via /etc/rc.d/ubuntu.

mrclksr avatar Sep 11 '22 10:09 mrclksr

Hi and thanks for the response.

A problem occurs if you delete chroot by your script when links to chroot are still in fstab. You are not able to reboot again because the folder does not exist anymore.

So my idea is to delete links to chroot in fstab when deleting chroot.

yeti01 avatar Sep 11 '22 11:09 yeti01