Update
This commit is contained in:
parent
2980ab8b8e
commit
855cd90edd
|
@ -296,10 +296,6 @@ partitionLayout:
|
||||||
- name: "Melawy Linux"
|
- name: "Melawy Linux"
|
||||||
filesystem: "unknown"
|
filesystem: "unknown"
|
||||||
mountPoint: "/"
|
mountPoint: "/"
|
||||||
size: 100G
|
|
||||||
- name: "Home"
|
|
||||||
filesystem: "unknown"
|
|
||||||
mountPoint: "/home"
|
|
||||||
size: 100%
|
size: 100%
|
||||||
|
|
||||||
# There can be any number of partitions, each entry having the following attributes:
|
# There can be any number of partitions, each entry having the following attributes:
|
||||||
|
|
|
@ -25,6 +25,9 @@ script:
|
||||||
- "cp -a /etc/pacman.d/gnupg ${ROOT}/etc/pacman.d/"
|
- "cp -a /etc/pacman.d/gnupg ${ROOT}/etc/pacman.d/"
|
||||||
- "cp /etc/resolv.conf ${ROOT}/etc/"
|
- "cp /etc/resolv.conf ${ROOT}/etc/"
|
||||||
|
|
||||||
|
- command: "-/bin/sh -c /home/liveuser/.local/bin/key-sign.sh"
|
||||||
|
timeout: 3600
|
||||||
|
|
||||||
- command: "/usr/local/bin/update-mirrorlist"
|
- command: "/usr/local/bin/update-mirrorlist"
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue