index : archi486 | |
Archlinux32 i486 tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-20 19:45:56 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-20 19:45:56 +0200 |
commit | 2592777688710480d253d198d41ec8a58e96ab06 (patch) | |
tree | b7b53c6e69aa78b0bb5307d899118a0c812613e7 | |
parent | 5b76dc470a36743f6122f94d3cd1abe338424183 (diff) |
-rw-r--r-- | TODOS | 2 | ||||
-rw-r--r-- | mkinitcpio-i486.conf | 5 |
@@ -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 |