From 2592777688710480d253d198d41ec8a58e96ab06 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 20 Jun 2021 19:45:56 +0200 Subject: made ISO work with 64M --- TODOS | 2 +- mkinitcpio-i486.conf | 5 +++-- 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 -- cgit v1.2.3-54-g00ecf