Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-01 | qcowfs(8) | Jacob Moody | |
2022-10-31 | reform: only override console=0 when no plan9.ini is passed | cinap_lenrek | |
The kernel used to always set console=0, which as usefull during bring-up, but makes it impossible to use the uart for other purposes. We now have the ability to pass plan9.ini using the u-boot script, so add the console=0 line there. To make debugging easy, we still apply console=0 if no plan9.ini has been passed. | |||
2022-07-10 | /sys/lib/dist/mkfile: create a default plan9.ini for reform image | cinap_lenrek | |
2022-06-18 | generate boot.scr in /sys/src/boot/reform | cinap_lenrek | |
2022-06-18 | /sys/lib/dist/mkfile: add target for mnt-reform image | cinap_lenrek | |
2021-06-13 | /sys/lib/dist/mkfile: test for .git directory | glenda | |
2019-08-24 | /sys/lib/dist/mkfile: adjust 2GB for pi3 and zynq img | cinap_lenrek | |
2019-08-24 | /sys/lib/dist/mkfile: storage vendors idea of 2GB is deflating | cinap_lenrek | |
2019-08-18 | add missing device tree file for raspberry pi 4 | cinap_lenrek | |
2019-08-18 | add raspberry pi 4 kernel and bootloader to pi3.img target | cinap_lenrek | |
2019-05-06 | dist/mkfile: add *.pi3.img target for ARM64 raspberry pi3 | cinap_lenrek | |
2019-03-30 | dist/mkfile: aux/stub -d /n/src9/usr to avoid overbinding /usr in case ↵ | cinap_lenrek | |
/n/src9 an / alias when /n/src9 is an alias for / (bind / /n/src9), then the bind from /sys/lib/dist/usr on /n/src9/usr would also overbind /usr and potentially make the build target file inaccessible. the solution is to run aux/stub -d /n/src9/usr. this works as aux/stub mounts itself on /n/src9, so the bind for /n/src9/usr will not override /usr in the root filesystem but the stub directory from aux/stub. | |||
2018-10-22 | /sys/lib/dist/mkfile: add pi.img target for raspi sdcard image | cinap_lenrek | |
2018-01-31 | /sys/lib/dist/mkfile: fix cfg/plan9.ini dependency (only visible after binds) | cinap_lenrek | |
2018-01-05 | /sys/lib/dist: split 9boot into 9bootproto, make *.386.iso and *.amd64.iso ↵ | cinap_lenrek | |
targets | |||
2017-03-04 | cdproto: various cleanups | cinap_lenrek | |
- bind /n/src9 only when theres .hg directory, so you can use /root as /n/src9 - skip *.6 and *.orig files in source direcrtories - skip *.pdf and *.ps files in /sys/man - skip cpurc.local and termrc.local - dont create /fd, /mnt and/n in the root - be specific about /lib - create /cfg/pxe | |||
2016-05-22 | /sys/lib/dist/mkfile: efi iso/hybrid support | cinap_lenrek | |
2016-05-19 | dist/mkfile: generate iso/hybrid image for 9front.iso | cinap_lenrek | |
2015-09-05 | dist/mkfile: add target for the aijuboard *.zynq.img | cinap_lenrek | |
this generates a disk image (to be written to usb or sdmmc card) containing 9fat partition with kernel and a hjfs filesystem partition with the 9front distribution. this could be easily extended to generate raspberry pi images as well, but i have no hardware to test. | |||
2014-10-31 | dist: generate efi bootable cd image | cinap_lenrek | |
2012-02-12 | fix mistake in /sys/lib/dist/mkfile | cinap_lenrek | |
2012-02-11 | add /sys/lib/dist/mail | stanley lieber | |
2011-09-20 | dist: bind dummy adm/timezone/local | cinap_lenrek | |
2011-06-09 | move /lib/ndb to /sys/lib/dist/ndb | cinap_lenrek | |
2011-06-09 | dist/mkfile: simplify | cinap_lenrek | |
2011-06-09 | dist/mkfile: run binds in subshell | cinap_lenrek | |
2011-06-08 | move /usr to /sys/lib/dist/usr for initial user directories | cinap_lenrek | |
2011-06-06 | fix real cause of iso name truncation | cinap_lenrek | |
2011-06-06 | fix truncated filenames in iso | cinap_lenrek | |
2011-05-03 | include hg repository in /dist/plan9front and install it | cinap_lenrek | |
2011-04-15 | hacked libdisk/proto to support skipping file names (.dummy) and setting ↵ | cinap_lenrek | |
uid/gid recursively (this solves issue #13). moved cdproto to /sys/lib/sysconfig/proto and added glendas mbox. | |||
2011-04-12 | updating cwfs and moving installer in /rc/bin | cinap_lenrek | |
2011-04-12 | webfs on readonly filesystem | cinap_lenrek | |
2011-04-12 | dont put plan9.ini bootimage in cd root | cinap_lenrek | |
2011-04-12 | more sane livecd startup | cinap_lenrek | |
2011-04-11 | livecd | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image - sys/lib | Taru Karttunen | |