summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup-disk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in
index 19c474c..6a90d3a 100644
--- a/setup-disk.in
+++ b/setup-disk.in
@@ -43,7 +43,7 @@ install_mounted_root() {
echon "Installing system on $rootdev: "
lbu package - | tar -C "$mnt" -zx
apk add -q --progress --root "$mnt" $(cat "$mnt"/var/lib/apk/world) \
- linux-grsec linux-grsec-mod acct mkinitfs
+ linux-grsec acct mkinitfs
echo ""
# make things bootable
kernel=$(ls "$mnt"/lib/modules)