mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 15:09:46 -05:00
9p automounting
This commit is contained in:
committed by
Eric Dubé
parent
b145e30a90
commit
979bd06d70
@@ -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
|
||||
|
||||
@@ -5,6 +5,7 @@ description="Run Essential Boot Scripts"
|
||||
start() {
|
||||
ebegin "Running Essential Boot Scripts"
|
||||
mount / -o remount,rw
|
||||
mount /puter
|
||||
eend $?
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
+1
-1
Submodule submodules/v86 updated: e4da330672...e6d85599d1
Reference in New Issue
Block a user