OSDN Git Service

[fix] : Changed live disk size.
authorhayao <shun819.mail@gmail.com>
Sun, 19 Jul 2020 06:33:13 +0000 (15:33 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 19 Jul 2020 06:33:13 +0000 (15:33 +0900)
これらに関する記述と議論
https://bugs.archlinux.org/task/45618
https://bbs.archlinux.org/viewtopic.php?id=210662
https://bbs.archlinux.org/viewtopic.php?id=210389
https://www.ostechnix.com/adjust-size-root-partition-live-arch-linux/

参考(AntergOSのカスタマイズ)
https://github.com/Antergos/antergos-iso/tree/master/archiso/initcpio

system/initcpio/hooks/archiso

index 5c56561..eca50a9 100644 (file)
@@ -124,7 +124,7 @@ run_hook() {
     [[ -z "${archisobasedir}" ]] && archisobasedir="arch"
     [[ -z "${dm_snap_prefix}" ]] && dm_snap_prefix="arch"
     [[ -z "${archisodevice}" ]] && archisodevice="/dev/disk/by-label/${archisolabel}"
-    [[ -z "${cow_spacesize}" ]] && cow_spacesize="256M"
+    [[ -z "${cow_spacesize}" ]] && cow_spacesize="310M"
 
     if [[ -n "${cow_label}" ]]; then
         cow_device="/dev/disk/by-label/${cow_label}"