Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "install_system(): Move dir check to installer" | Patrick McDermott | 2021-01-16 | 1 | -3/+1 |
| | | | | This reverts commit 4ea1459ebbc51e19f7e7e9985db450e521c54681. | ||||
* | install_system(): Move dir check to installer | Patrick McDermott | 2021-01-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | | Fixes: prokit: Using architecture i686-linux-glibc prokit: Using platform libiquity-testbench prokit: Using mirror http://files.proteanos.com/pub/proteanos prokit: Clearing MBR and partition table... prokit: Creating partition table... prokit: Creating file system... 2 blocks prokit: Setting up root... prokit: Error: Directory "/tmp/prokit-2298865601/mount/block-1684450150" exists | ||||
* | cmd/mkinitramfs: Remove command | Patrick McDermott | 2021-01-16 | 1 | -7/+0 |
| | | | | | | | | Will be replaced by an installer backend. Also, the name "mkINITramfs" (emphasis added) never really made sense here. In ProteanOS, the RAM-based file system is the final file system, not an initial one. | ||||
* | locale: Remove/rename "installer-pc" cmd strings | Patrick McDermott | 2021-01-16 | 1 | -11/+8 |
| | |||||
* | installer: Add installer backend frontend | Patrick McDermott | 2021-01-16 | 1 | -1/+4 |
| | |||||
* | locale/C: Update header comment | Patrick McDermott | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | locale: Add C and POSIX locales | Patrick McDermott | 2021-01-13 | 4 | -146/+150 |
| | |||||
* | cmd/build: Allow logging to be disabled | Patrick McDermott | 2021-01-12 | 1 | -1/+1 |
| | |||||
* | cmd/installer-pc: Support foreign installation | Patrick McDermott | 2020-12-12 | 1 | -1/+1 |
| | |||||
* | locale, man: Update copyright notices | Patrick McDermott | 2019-04-27 | 1 | -1/+1 |
| | |||||
* | substvars(): Sync with opkbuild | Patrick McDermott | 2019-04-23 | 1 | -0/+2 |
| | |||||
* | cmd/installer-pc: Add informational output | P. J. McDermott | 2016-01-23 | 1 | -0/+3 |
| | |||||
* | cmd/installer-pc: Print error on dd, (s)fdisk, or mke2fs failure | P. J. McDermott | 2016-01-23 | 1 | -0/+3 |
| | |||||
* | profile_detect(): New function | P. J. McDermott | 2016-01-16 | 1 | -0/+1 |
| | |||||
* | locale/en_US: Update file name in comment | P. J. McDermott | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | locale/en_US: s/vmlinuz/linux/ | P. J. McDermott | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | cmd/mkinitramfs: Implement | P. J. McDermott | 2016-01-15 | 1 | -0/+1 |
| | |||||
* | cmd/mkinitramfs: New stub of a command | P. J. McDermott | 2016-01-15 | 1 | -0/+6 |
| | |||||
* | Update copyright years | P. J. McDermott | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | locale/en_US: Add src/vardata.sh strings | P. J. McDermott | 2015-12-07 | 1 | -0/+4 |
| | |||||
* | locale/en_US: Update paths in comments | P. J. McDermott | 2015-12-07 | 1 | -17/+17 |
| | |||||
* | Merge branch 'feature/block-device-mounting' into feature/installer-integration | P. J. McDermott | 2015-05-25 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: locale/en_US.sh | ||||
| * | locale/en_US: s/root-dir/root/ | P. J. McDermott | 2015-05-25 | 1 | -4/+4 |
| | | | | | | | | These commands accept block devices now. | ||||
* | | cmd/installer-pc: New command | P. J. McDermott | 2015-05-24 | 1 | -0/+5 |
| | | | | | | | | | | TODO: Either throw an error if arch and plat aren't given or make them optional to enter an interactive mode. | ||||
* | | locale/en_US: Rename lib/install.sh msg strings | P. J. McDermott | 2015-05-24 | 1 | -15/+17 |
|/ | |||||
* | lib/block.sh: New file | P. J. McDermott | 2015-05-24 | 1 | -0/+7 |
| | |||||
* | locale/en_US: Remove unnecessary quote in a string | P. J. McDermott | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | session_begin(): Check for /prokit/installing | P. J. McDermott | 2014-10-07 | 1 | -0/+2 |
| | |||||
* | locale/en_US: Add string from lib/session.sh | P. J. McDermott | 2014-10-04 | 1 | -0/+3 |
| | |||||
* | cmd/shell: Accept command arguments | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | locale/en_US: Add lib/substvars.sh strings | P. J. McDermott | 2014-09-01 | 1 | -0/+4 |
| | |||||
* | lib/package.sh: New file | P. J. McDermott | 2014-09-01 | 1 | -0/+3 |
| | |||||
* | build: New command | P. J. McDermott | 2014-08-28 | 1 | -0/+5 |
| | |||||
* | opkg: New command | P. J. McDermott | 2014-08-27 | 1 | -0/+5 |
| | |||||
* | lib/rand.sh: New file | P. J. McDermott | 2014-08-27 | 1 | -0/+3 |
| | |||||
* | install: Use -p for platform option instead of -P | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
| | | | | | In a future version of opkbuild, -p will specify a platform and -P will cause only platform-specific packages to be built. | ||||
* | Fix license notices | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
| | | | | s/the ProteanOS Development Kit program/the ProteanOS Development Kit/. | ||||
* | en_US: Add extra space in copyright notice string | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Improve license notices and file descriptions | P. J. McDermott | 2014-08-25 | 1 | -11/+12 |
| | |||||
* | en_US: Drop prokit options from command usages | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | en_US: Drop references to ProteanOS | P. J. McDermott | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | en_US: s/chroot/root-dir/ in usage strings | P. J. McDermott | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | Update copyright years | P. J. McDermott | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | prokit: Check for superuser privileges | P. J. McDermott | 2014-08-22 | 1 | -0/+3 |
| | |||||
* | install: Verify checksums | P. J. McDermott | 2014-08-22 | 1 | -0/+1 |
| | |||||
* | install: Configure packages | P. J. McDermott | 2014-08-21 | 1 | -1/+2 |
| | |||||
* | shell: New command | P. J. McDermott | 2014-08-21 | 1 | -0/+5 |
| | |||||
* | install: Download and unpack packages | P. J. McDermott | 2014-08-20 | 1 | -0/+3 |
| | |||||
* | install: Write opkg.conf | P. J. McDermott | 2014-08-18 | 1 | -1/+2 |
| | |||||
* | install: Add some info messages | P. J. McDermott | 2014-08-18 | 1 | -1/+5 |
| |