D3D Live ISO: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The D3D Thesis project aims to provide participants a Live ISO. This is an operating system that resides on a CD, DVD or USB stick that can run on all common computers, indepe...") |
No edit summary |
||
Line 30: | Line 30: | ||
Wrote ISO to USB stick | Wrote ISO to USB stick | ||
sudo dd if=Porteus-KDE4-v3.1-x86_64.iso of=/dev/sdc | sudo dd if=Porteus-KDE4-v3.1-x86_64.iso of=/dev/sdc | ||
message | |||
In case of making tweaks to the bootloader config, | |||
please edit: /media/torbjorn/Porteus/Porteus/boot/syslinux/porteus.cfg file. |
Revision as of 22:24, 9 February 2016
The D3D Thesis project aims to provide participants a Live ISO. This is an operating system that resides on a CD, DVD or USB stick that can run on all common computers, independent of the state of their computer's hard drives, thereby bypassing installation procedures for 3D printing related programs.
Links
Tobben's Notes While Developing ISO
Porteus uses modules, Slackware style. We want our ISO to have modules for
- Printrun (most importantly Pronterface)
- Slic3r
- Point-and-klick environment like KDE
- GNU IceCat Web browser (see Wikipedia article)
We need six separate ISOs:
- USB stick, 32-bit
- USB stick, 64-bit
- CD, 32-bit
- CD, 64-bit
- DVD, 32-bit
- DVD, 64-bit
New ISO's are created within Portheus with script /mnt/sdXN/porteus/make_iso.sh.
Maybe useful:
save-changes - dump whole changes from the live session into a module
Wrote ISO to USB stick
sudo dd if=Porteus-KDE4-v3.1-x86_64.iso of=/dev/sdc
message
In case of making tweaks to the bootloader config, please edit: /media/torbjorn/Porteus/Porteus/boot/syslinux/porteus.cfg file.