File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ rootfs: base.tar
4949
5050base.tar :
5151 @echo -e ' \e[1;31mExporting base.tar using docker...\e[m'
52- docker run --net=host --name soluswsl silkeh/solus:ypkg /bin/bash -c " eopkg up -y; eopkg it -y apparmor bzip2 cmake dialog dos2unix efivar elfutils elfutils-devel libelf-devel iptables iproute2 keychain lolcat openssh rsync socat sqlite3 wget xdg-utils; eopkg dc; mkdir -p /usr/local/bin; git clone https://github.com/cmatsuoka/figlet.git; cd figlet; make && make install; cd && rm -rf /figlet; git clone https://github.com/acmel/dwarves.git; cd dwarves; mkdir build && cd build; cmake -DCMAKE_INSTALL_PREFIX=/usr -D__LIB=lib ..; make install; cd && rm -rf dwarves; git clone https://github.com/wslutilities/wslu; cd wslu; make; make install; cd && rm -rf wslu; touch /usr/share/defaults/etc/profile.d/custom.sh; echo 'export BROWSER=wslview' | tee -a /usr/share/defaults/etc/profile.d/custom.sh > /dev/null ; touch /etc/environment; rm /usr/share/defaults/etc/profile.d/10-path.sh; mkdir -p /usr/lib/wsl; systemctl mask systemd-firstboot"
52+ docker run --net=host --name soluswsl silkeh/solus:ypkg /bin/bash -c " eopkg up -y; eopkg it -y apparmor bzip2 cmake dialog dos2unix efivar elfutils elfutils-devel libelf-devel iptables iproute2 keychain lolcat openssh rsync socat sqlite3 wget xdg-utils; eopkg dc; mkdir -p /usr/local/bin; git clone https://github.com/cmatsuoka/figlet.git; cd figlet; make && make install; cd && rm -rf /figlet; git clone https://github.com/acmel/dwarves.git; cd dwarves; mkdir build && cd build; cmake -DCMAKE_INSTALL_PREFIX=/usr -D__LIB=lib ..; make install; cd && rm -rf dwarves; touch /usr/share/defaults/etc/profile.d/custom.sh; touch /etc/environment; rm /usr/share/defaults/etc/profile.d/10-path.sh; mkdir -p /usr/lib/wsl; systemctl mask systemd-firstboot"
5353 docker export --output=base.tar soluswsl
5454 docker rm -f soluswsl
5555
You can’t perform that action at this time.
0 commit comments