Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-06-20 19:45:56 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-06-20 19:45:56 +0200
commit2592777688710480d253d198d41ec8a58e96ab06 (patch)
treeb7b53c6e69aa78b0bb5307d899118a0c812613e7
parent5b76dc470a36743f6122f94d3cd1abe338424183 (diff)
made ISO work with 64M
-rw-r--r--TODOS2
-rw-r--r--mkinitcpio-i486.conf5
2 files changed, 4 insertions, 3 deletions
diff --git a/TODOS b/TODOS
index 5fb6b29..6ba9743 100644
--- a/TODOS
+++ b/TODOS
@@ -1,5 +1,5 @@
- no parallel download
-- get below 96MB memory
+- get below 64MB memory
- install.txt specific to Archlinux32, i486
- mkfs -O^64bit
- still low memory issues (pinentry croaks about missing signatures on low memory)
diff --git a/mkinitcpio-i486.conf b/mkinitcpio-i486.conf
index 85c466f..464241d 100644
--- a/mkinitcpio-i486.conf
+++ b/mkinitcpio-i486.conf
@@ -4,7 +4,7 @@
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(piix ide_disk reiserfs)
-MODULES=(ata_piix atkbd hid_generic uhci_hcd ohci_pci usbhid sd_mod cdrom isofs)
+MODULES=(ata_piix atkbd hid_generic uhci_hcd ohci_pci usbhid sd_mod sr_mod cdrom isofs)
# BINARIES
# This setting includes any additional binaries a given user may
@@ -49,7 +49,8 @@ FILES=()
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
-HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)
+#HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)
+HOOKS=(base keyboard)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression