OSDN Git Service

fixed shellprocess
authorkokkiemouse <kokkiemouse@gmail.com>
Sat, 3 Oct 2020 08:00:23 +0000 (17:00 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Sat, 3 Oct 2020 08:00:23 +0000 (17:00 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@gmail.com>
channels/serene/airootfs/root/customize_airootfs_serene.sh
channels/share/airootfs/usr/share/calamares/modules/shellprocess.conf

index e031bbf..93d5013 100755 (executable)
@@ -34,5 +34,6 @@ ln -s /usr/share/backgrounds/serene-wallpaper-1.png /usr/share/backgrounds/image
 
 echo -e "sed -i \"s/^autologin/#autologin/g\" /etc/lightdm/lightdm.conf" >> /usr/share/calamares/final-process
 sed -i "s/- grubcfg/# - grubcfg/g" /usr/share/calamares/settings.conf
+sed -i "s/- packages/- shellprocess\n  - packages/g" /usr/share/calamares/settings.conf
 sed -i "s/sb-shim/grub/g" /usr/share/calamares/modules/bootloader.conf
 sed -i "s/fedora/Serene Linux on Fedora/g" /usr/share/calamares/modules/bootloader.conf
index 9bf00ee..105894a 100644 (file)
@@ -31,7 +31,7 @@
 #     command differently from the global setting.
 ---
 dontChroot: false
-timeout: 50
+timeout: 10000
 script:
     - "chmod 755 /usr/share/calamares/final-process"
     - "/usr/share/calamares/final-process -u @@USER@@"