9p automounting

This commit is contained in:
ProgrammerIn-wonderland
2024-10-09 02:04:54 -04:00
committed by Eric Dubé
parent b145e30a90
commit 979bd06d70
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -73,6 +73,7 @@ RUN echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
# CLI Configuration
# -- install powerlevel10k
RUN mkdir /puter
RUN mkdir /repos
# RUN git clone --depth=1 https://github.com/romkatv/powerlevel10k.git /repos/powerlevel10k
# RUN echo "source /repos/powerlevel10k/powerlevel10k.zsh-theme" >> /root/.zshrc
+1
View File
@@ -5,6 +5,7 @@ description="Run Essential Boot Scripts"
start() {
ebegin "Running Essential Boot Scripts"
mount / -o remount,rw
mount /puter
eend $?
}
+3
View File
@@ -0,0 +1,3 @@
/dev/cdrom /media/cdrom iso9660 noauto,ro 0 0
/dev/usbdisk /media/usb vfat noauto,ro 0 0
puterfs /puter 9p defaults 0 0