Commit graph

274 commits

Author SHA1 Message Date
Suikan
786659296f Merge branch 'main' into develop
Merget the Issue #43 pull request.
2023-04-15 07:27:03 +09:00
Suikan
fd5a51a070 Update CHANGELOG for v1.3.1 2023-04-15 07:13:14 +09:00
Seiichi "Suikan" Horie
851bfe6544
Merge pull request #43 from uraza/main
Partition names should be prefixed by "p" for NVMe
2023-04-15 07:04:06 +09:00
Uraza
b5adafafe6
Partition names should be prefixed by "p" for NVMe 2023-04-11 20:08:59 +00:00
Seiichi "Suikan" Horie
f1323b4673
Merge pull request #42 from tromcho/main
Some typo fixes
2023-02-23 16:28:12 +09:00
tromcho
56fdbca6ae
Update README.md 2023-02-21 17:02:18 +07:00
tromcho
ecd857e94b
Update README.md
Add WaybackMachine archive
2023-02-21 14:07:34 +07:00
tromcho
731242bfb2
Update common.sh 2023-02-21 14:01:52 +07:00
tromcho
6b5d7e4b10
Update config.sh
Some typo fixes
2023-02-21 13:48:24 +07:00
tromcho
337065528f
Update void-kaiten-yaki.sh 2023-02-21 13:43:02 +07:00
tromcho
5310a2d6fc
Update ubuntu-kaiten-yaki.sh
Typo fix
2023-02-21 13:42:48 +07:00
tromcho
f456b5f7cb
Update void-kaiten-yaki.sh 2023-02-21 13:38:24 +07:00
tromcho
0a68a58e99
Update void-kaiten-yaki.sh 2023-02-21 13:35:51 +07:00
tromcho
661ad2808e
Update void-kaiten-yaki.sh
Typo fix
2023-02-21 13:32:30 +07:00
Seiichi "Suikan" Horie
809dafa70c
Merge pull request #40 from suikan4github/develop
Merge Develop for v1.3.0
2022-05-15 10:17:54 +09:00
Suikan
09ae43b7c1 Changed README.md
"maintained" -> "tested"
2022-05-15 10:15:51 +09:00
Suikan
353a9dd8b4 Preparing release of the v1.3.0 2022-05-14 08:33:21 +09:00
Suikan
ecbafb4a6d Update README.md for v1.3.0 2022-05-12 07:54:33 +09:00
Suikan
70fa79a8d5 Issue #39 : Change message style
https://github.com/suikan4github/kaiten-yaki/issues/39
2022-05-11 07:30:19 +09:00
Suikan
73b3329cd7 Add "[Kaiten-Yaki]" to the message header 2022-05-11 07:16:08 +09:00
Suikan
555bf5a38e Refactor the closing sequence.
All closing sequence is gathered to the post-install().
2022-05-10 22:22:30 +09:00
Suikan
f725af8f44 Issue 38 : "Ready to reboot" message should be changed
https://github.com/suikan4github/kaiten-yaki/issues/38
2022-05-10 21:25:51 +09:00
Suikan
316131c2b3 Merge branch 'feature/36' into develop 2022-05-08 12:29:32 +09:00
Suikan
4a69ef1db6 Correct the informaiton in CHANGELOG.
Issue 33 was written as 35. It was mistake.
2022-05-08 12:28:41 +09:00
Suikan
b81ec5667c Record #36 to CHANGELOG.
Issue 36 : Clear the PASSPHRASE variable at the end of installation
https://github.com/suikan4github/kaiten-yaki/issues/36
2022-05-08 12:26:57 +09:00
Suikan
6722b160cb Clear passphrase information before exit. 2022-05-08 12:25:24 +09:00
Suikan
27a64ba066 Issue 34 : BIOS support should be obsoleted
This is still documented only. Functionality exists. Just not tested anymore.
https://github.com/suikan4github/kaiten-yaki/issues/34
2022-05-08 08:51:20 +09:00
Suikan
d45481b194 Update installatin and readme. 2022-05-08 07:44:13 +09:00
Suikan
d324960448 Merge branch 'feature/35' into develop
For issue #33 ( not 35! )
Support "M/G/T" as size prefix
2022-05-08 05:55:08 +09:00
Suikan
d7b319a89f Update CHANGELOG for feature/33 2022-05-08 05:53:44 +09:00
Suikan
425181aff1 Fix the duplicate awk match.
Now, it exits the process when the first pattern is procesed.
2022-05-07 22:02:42 +09:00
Suikan
d322e8d5c5 Unquoted first parameter of lvcreate.
This is to use the IFS ( Internal Field Separator ). Without IFS
the string "-L 8G" will be wrapped by single quote like
'-L 8G', while we need -L 8G.
2022-05-07 21:35:29 +09:00
Suikan
f0f081ad34 Modify to accespt the absolute volume size. 2022-05-07 21:05:47 +09:00
Suikan
b8db4d4977 Merge branch 'feature/35' into develop 2022-05-07 14:54:51 +09:00
Suikan
03a294b407 Unsed variables are removed
Issue #35 Remove XTERMFONTSIZE variable.
https://github.com/suikan4github/kaiten-yaki/issues/35
2022-05-07 14:53:31 +09:00
Suikan
ac709e1513 Removed GUIENV variable. It is not used anymore. 2022-05-07 14:48:01 +09:00
Suikan
64e2edd173 Removed XTERMFONTSIZE variable.
This variable is not used anymore.
2022-05-07 14:44:45 +09:00
Suikan
5ed04d3a0a Merge branch 'feature/32' into develop 2022-05-07 14:40:56 +09:00
Suikan
91cc1c3857 Add swap off to the script.
At the end of the main() function of the scripts, added swapoff -a.

Issue 32 : Ubuntu 22.04 fails to deactivate the swap
https://github.com/suikan4github/kaiten-yaki/issues/32
2022-05-07 14:39:41 +09:00
Suikan
7d3abc56b0 Add swapoff -a 2022-05-07 14:38:38 +09:00
Suikan
eb6f0eef0f test subdirectory is removed. 2022-05-07 14:34:47 +09:00
Suikan
121f1950b8 Update CHANGELOG to describe issue #31.
Issue 31 : Add extra partition functionality.
https://github.com/suikan4github/kaiten-yaki/issues/31
2022-05-07 14:30:52 +09:00
Suikan
3aef04ab97 Merge branch 'feature/31' into develop 2022-05-07 14:27:34 +09:00
Suikan
f6d43382fe Move lvremove.
To simplify, removing new voluves are gathered to deactivate_and remove.
2022-05-07 08:41:18 +09:00
Suikan
8cd947c912 fixed behavior of lvext
When overwrite installing, the lvext# were not created.

The detection of the error processing was
 refactored to use the global variable to see the newly created or not.
2022-05-06 08:44:16 +09:00
Suikan
a21470f594 Correct the display of the LVEXT1,2 2022-05-05 23:47:17 +09:00
Suikan
9ef15cc1f1 Add display of the additional volumes.
The user
2022-05-05 23:32:48 +09:00
Suikan
ed48590821 Test update. 2022-05-05 23:20:30 +09:00
Suikan
4699f87cc7 Add test script for development 2022-03-02 07:24:56 +09:00
Suikan
0f8cc7dbb1 Merge branch 'develop' into main for v1.2.0 releae 2021-10-16 07:52:37 +09:00