diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-07 23:55:31 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-05-16 15:39:01 -0700 |
commit | 70a33591e475b81df31c677d0f786d07dda52fd7 (patch) | |
tree | fd9b3dc918547cf5db7e7a882784e1b18fa3a8a0 | |
parent | targets: Reduce locales to C.UTF8 in stage builds (diff) | |
download | catalyst-70a33591e475b81df31c677d0f786d07dda52fd7.tar.gz catalyst-70a33591e475b81df31c677d0f786d07dda52fd7.tar.bz2 catalyst-70a33591e475b81df31c677d0f786d07dda52fd7.zip |
targets: Remove portdir entry from livecd's fstab
It was originally added in commit f325a622f17c (Forward-porting portage
tmpfs mounting ...) in 2005 without much explanation. Something about
the Gentoo installer, I think? Regardless, now all it does is trigger an
error message on boot since stagebase.py deletes the directory.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
(cherry picked from commit 3c91b38b9971e76c20acbbb92104818f50cc9876)
-rwxr-xr-x | targets/support/livecdfs-update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 2c551b42..023bb0f0 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -95,7 +95,6 @@ echo "####################################################" >> /etc/fstab # fstab tweaks echo "tmpfs / tmpfs defaults 0 0" >> /etc/fstab -echo "tmpfs ${clst_repo_basedir}/${clst_repo_name} tmpfs defaults 0 0" >> /etc/fstab # If /usr/lib/X11/xkb/compiled then make it tmpfs if [ -d /usr/lib/X11/xkb/compiled ] then |