mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Preparing release of the v1.3.0
This commit is contained in:
parent
ecbafb4a6d
commit
353a9dd8b4
2 changed files with 14 additions and 5 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -3,6 +3,14 @@ Record of the modification in project development.
|
||||||
|
|
||||||
## [Unreleased] - yyyy-mm-dd
|
## [Unreleased] - yyyy-mm-dd
|
||||||
### Added
|
### Added
|
||||||
|
### Changed
|
||||||
|
### Deprecated
|
||||||
|
### Removed
|
||||||
|
### Fixed
|
||||||
|
### Known Issue
|
||||||
|
|
||||||
|
## [1.3.0] - 2022-05-15
|
||||||
|
### Added
|
||||||
- [Issue 31 : Add extra partition functionality.](https://github.com/suikan4github/kaiten-yaki/issues/31)
|
- [Issue 31 : Add extra partition functionality.](https://github.com/suikan4github/kaiten-yaki/issues/31)
|
||||||
- [Issue 33 : Support "M/G/T" as size prefix.](https://github.com/suikan4github/kaiten-yaki/issues/33)
|
- [Issue 33 : Support "M/G/T" as size prefix.](https://github.com/suikan4github/kaiten-yaki/issues/33)
|
||||||
|
|
||||||
|
|
@ -87,7 +95,8 @@ See [Testing before release v1.1.0](https://github.com/suikan4github/kaiten-yaki
|
||||||
### Known Issue
|
### Known Issue
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/suikan4github/kaiten-yaki/compare/v1.2.0...develop
|
[Unreleased]: https://github.com/suikan4github/kaiten-yaki/compare/v1.3.0...develop
|
||||||
|
[1.3.0]: https://github.com/suikan4github/kaiten-yaki/compare/v1.2.0...v1.3.0
|
||||||
[1.2.0]: https://github.com/suikan4github/kaiten-yaki/compare/v1.1.0...v1.2.0
|
[1.2.0]: https://github.com/suikan4github/kaiten-yaki/compare/v1.1.0...v1.2.0
|
||||||
[1.1.0]: https://github.com/suikan4github/kaiten-yaki/compare/v1.0.0...v1.1.0
|
[1.1.0]: https://github.com/suikan4github/kaiten-yaki/compare/v1.0.0...v1.1.0
|
||||||
[1.0.0]: https://github.com/suikan4github/kaiten-yaki/compare/v0.0.0...v1.0.0
|
[1.0.0]: https://github.com/suikan4github/kaiten-yaki/compare/v0.0.0...v1.0.0
|
||||||
|
|
|
||||||
|
|
@ -2,15 +2,15 @@
|
||||||
Kaiten-yaki v1.3.0 is a script set to install Linux to your AMD64 desktop system. With these scripts, you can install Ubuntu/Void Linux to an encrypted partition easily.
|
Kaiten-yaki v1.3.0 is a script set to install Linux to your AMD64 desktop system. With these scripts, you can install Ubuntu/Void Linux to an encrypted partition easily.
|
||||||
|
|
||||||
The followings are the list of functionalities:
|
The followings are the list of functionalities:
|
||||||
- Ubuntu and Void Linux.
|
- Ubuntu and Void Linux support.
|
||||||
- Help to install from LiveCD/USB.
|
- Help to install from LiveCD/USB.
|
||||||
- Invoke GUI/TUI installer automatically at the middle of script execution, for the ease of installation.
|
- Invoke GUI/TUI installer automatically at the middle of script execution, for the ease of installation.
|
||||||
- Automatic detection of EFI firmware and create GPT( The BIOS detection and MBR creation function exist. But it is not maintained from v1.3.0 ).
|
- Automatic detection of EFI firmware and create GPT (The BIOS detection and MBR creation function exist. But they are not maintained from v1.3.0).
|
||||||
- Create an EFI partition, if needed.
|
- Create an EFI partition, if needed.
|
||||||
- Support multiple boot in a LUKS partition.
|
- Support multiple boot in a LUKS partition.
|
||||||
- Support btrfs in addition to the major file systems.
|
- Support btrfs in addition to the major file systems.
|
||||||
- The "/boot" is located in the same logical volume as the "/".
|
- The "/boot" is located in the same encrypted logical volume with the "/".
|
||||||
- The swap logical volume is located inside the encrypted volume.
|
- The swap is located in the same encrypted logical volume with the "/".
|
||||||
- You need to type a passphrase only once in the boot sequence.
|
- You need to type a passphrase only once in the boot sequence.
|
||||||
|
|
||||||
With the configuration parameters, you can customize each installation. For example, you can configure the system to have 2, 3, or 4,... distributions in an HDD/SSD, as you want.
|
With the configuration parameters, you can customize each installation. For example, you can configure the system to have 2, 3, or 4,... distributions in an HDD/SSD, as you want.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue