Enable zram
This commit is contained in:
parent
68ad88ce77
commit
f9a39959cb
|
@ -87,6 +87,9 @@ gen_fstab "$rootdir"
|
|||
log "Adding %wheel to sudoers"
|
||||
cp ./drop/00_image_builder "$rootdir/etc/sudoers.d/00_image_builder"
|
||||
|
||||
# Enable zram
|
||||
log "Enabling zram"
|
||||
cp ./drop/99-zram.rules "$rootdir/etc/udev/rules.d/99-zram.rules"
|
||||
|
||||
# +++ Rotate gdm
|
||||
log "Configuring gdm and gnome"
|
||||
|
|
|
@ -67,6 +67,10 @@ chroot "$rootdir" systemctl enable qrtr-ns pd-mapper tqftpserv rmtfs
|
|||
|
||||
gen_fstab "$rootdir"
|
||||
|
||||
# Enable zram
|
||||
log "Enabling zram"
|
||||
cp ./drop/99-zram.rules "$rootdir/etc/udev/rules.d/99-zram.rules"
|
||||
|
||||
# +++ Rotate gdm
|
||||
log "Configuring gdm and gnome"
|
||||
mkdir -p "$rootdir/etc/skel/.config"
|
||||
|
|
Loading…
Reference in a new issue