fixing overlayfs, networking
This commit is contained in:
parent
6d6585a62c
commit
da3c8fa64a
@ -14,6 +14,7 @@ build()
|
||||
add_binary "/usr/bin/sed"
|
||||
add_binary "/usr/bin/pkill"
|
||||
add_binary "/usr/bin/curl"
|
||||
add_binary "/usr/bin/pv"
|
||||
add_full_dir /etc/ssl
|
||||
add_full_dir /etc/ca-certificates
|
||||
|
||||
|
10
extra/pre-build.d/etc/pacman.d/hooks/archiso.hook
Normal file
10
extra/pre-build.d/etc/pacman.d/hooks/archiso.hook
Normal file
@ -0,0 +1,10 @@
|
||||
[Trigger]
|
||||
Type = File
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Target = usr/lib/initcpio/hooks/archiso
|
||||
|
||||
[Action]
|
||||
Description = Modifying archiso usable space...
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/sed -i -e 's/"size=${cow_spacesize}",//g' -e 's@^[[:space:]]*if\ !\ cp\ "${img}"\ "/run/archiso/copytoram/${img_fullname}"\ ;\ then@if ! pv -pterabT "${img}" > "/run/archiso/copytoram/${img_fullname}" ; then@g' /usr/lib/initcpio/hooks/archiso
|
@ -0,0 +1 @@
|
||||
/dev/null
|
@ -1 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager.service
|
||||
/dev/null
|
@ -110,6 +110,7 @@ gst-libav
|
||||
gst-plugins-ugly
|
||||
hashcat
|
||||
hashdeep
|
||||
haveged
|
||||
hddtemp
|
||||
hdparm
|
||||
hexcurse
|
||||
@ -289,6 +290,7 @@ thttpd
|
||||
tmon
|
||||
tmux
|
||||
tre
|
||||
tree
|
||||
truecrack-git
|
||||
truecrypt
|
||||
tor
|
||||
|
@ -110,6 +110,7 @@ gst-libav
|
||||
gst-plugins-ugly
|
||||
hashcat
|
||||
hashdeep
|
||||
haveged
|
||||
hddtemp
|
||||
hdparm
|
||||
hexcurse
|
||||
@ -289,6 +290,7 @@ thttpd
|
||||
tmon
|
||||
tmux
|
||||
tre
|
||||
tree
|
||||
truecrack-git
|
||||
truecrypt
|
||||
tor
|
||||
|
Loading…
Reference in New Issue
Block a user